Searched refs:STDIO_INT (Results 1 - 25 of 48) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/stdio/
H A Dfclose.c29 STDIO_INT(f, "fclose", int, (Sfio_t*), (f))
H A Dfgetc.c29 STDIO_INT(f, "fgetc", int, (Sfio_t*), (f))
H A Dfpurge.c29 STDIO_INT(f, "fpurge", int, (Sfio_t*), (f))
H A Dpclose.c29 STDIO_INT(f, "pclose", int, (Sfio_t*), (f))
H A D_filbuf.c33 STDIO_INT(f, "_filbuf", int, (Sfio_t*), (f))
H A Dclearerr.c29 STDIO_INT(f, "clearerr", int, (Sfio_t*), (f))
H A Dfputs.c29 STDIO_INT(f, "fputs", int, (const char*, Sfio_t*), (s, f))
H A Dftrylockfile.c29 STDIO_INT(f, "ftrylockfile", int, (Sfio_t*), (f))
H A Dsetlinebuf.c29 STDIO_INT(f, "setlinebuf", int, (Sfio_t*), (f))
H A Dungetc.c29 STDIO_INT(f, "ungetc", int, (int, Sfio_t*), (c, f))
H A Dfeof.c37 STDIO_INT(f, "feof", int, (Sfio_t*), (f))
H A Dferror.c37 STDIO_INT(f, "ferror", int, (Sfio_t*), (f))
H A Dfileno.c37 STDIO_INT(f, "fileno", int, (Sfio_t*), (f))
H A Dftell.c33 STDIO_INT(f, "ftell", long, (Sfio_t*), (f))
43 STDIO_INT(f, "ftell64", int64_t, (Sfio_t*), (f))
H A Dftello.c33 STDIO_INT(f, "ftello", off_t, (Sfio_t*), (f))
43 STDIO_INT(f, "ftello64", int64_t, (Sfio_t*), (f))
H A Dgetc.c37 STDIO_INT(f, "getc", int, (Sfio_t*), (f))
H A D_doprnt.c29 STDIO_INT(f, "_doprnt", int, (const char*, va_list, Sfio_t*), (fmt, args, f))
H A D_doscan.c29 STDIO_INT(f, "_doscan", int, (Sfio_t*, const char*, va_list), (f, fmt, args))
H A Dgetw.c31 STDIO_INT(f, "getw", int, (Sfio_t*), (f))
H A Dputw.c29 STDIO_INT(f, "putw", int, (int, Sfio_t*), (v, f))
H A Dsetbuffer.c29 STDIO_INT(f, "setbuffer", int, (Sfio_t*, char*, int), (f, b, n))
H A Dvfprintf.c29 STDIO_INT(f, "vfprintf", int, (Sfio_t*, const char*, va_list), (f, fmt, args))
H A Dvfscanf.c29 STDIO_INT(f, "vfscanf", int, (Sfio_t*, const char*, va_list), (f, fmt, args))
H A D_flsbuf.c39 STDIO_INT(f, "_flsbuf", int, (int, Sfio_t*), (c, f))
H A Dfgetpos.c33 STDIO_INT(f, "fgetpos", int, (Sfio_t*, fpos_t*), (f, pos))
43 STDIO_INT(f, "fgetpos64", int, (Sfio_t*, fpos64_t*), (f, pos))

Completed in 58 milliseconds

12