/osnet-11/usr/src/lib/libast/common/stdio/ |
H A D | fclose.c | 29 STDIO_INT(f, "fclose", int, (Sfio_t*), (f))
|
H A D | fgetc.c | 29 STDIO_INT(f, "fgetc", int, (Sfio_t*), (f))
|
H A D | fpurge.c | 29 STDIO_INT(f, "fpurge", int, (Sfio_t*), (f))
|
H A D | pclose.c | 29 STDIO_INT(f, "pclose", int, (Sfio_t*), (f))
|
H A D | _filbuf.c | 33 STDIO_INT(f, "_filbuf", int, (Sfio_t*), (f))
|
H A D | clearerr.c | 29 STDIO_INT(f, "clearerr", int, (Sfio_t*), (f))
|
H A D | fputs.c | 29 STDIO_INT(f, "fputs", int, (const char*, Sfio_t*), (s, f))
|
H A D | ftrylockfile.c | 29 STDIO_INT(f, "ftrylockfile", int, (Sfio_t*), (f))
|
H A D | setlinebuf.c | 29 STDIO_INT(f, "setlinebuf", int, (Sfio_t*), (f))
|
H A D | ungetc.c | 29 STDIO_INT(f, "ungetc", int, (int, Sfio_t*), (c, f))
|
H A D | feof.c | 37 STDIO_INT(f, "feof", int, (Sfio_t*), (f))
|
H A D | ferror.c | 37 STDIO_INT(f, "ferror", int, (Sfio_t*), (f))
|
H A D | fileno.c | 37 STDIO_INT(f, "fileno", int, (Sfio_t*), (f))
|
H A D | ftell.c | 33 STDIO_INT(f, "ftell", long, (Sfio_t*), (f)) 43 STDIO_INT(f, "ftell64", int64_t, (Sfio_t*), (f))
|
H A D | ftello.c | 33 STDIO_INT(f, "ftello", off_t, (Sfio_t*), (f)) 43 STDIO_INT(f, "ftello64", int64_t, (Sfio_t*), (f))
|
H A D | getc.c | 37 STDIO_INT(f, "getc", int, (Sfio_t*), (f))
|
H A D | _doprnt.c | 29 STDIO_INT(f, "_doprnt", int, (const char*, va_list, Sfio_t*), (fmt, args, f))
|
H A D | _doscan.c | 29 STDIO_INT(f, "_doscan", int, (Sfio_t*, const char*, va_list), (f, fmt, args))
|
H A D | getw.c | 31 STDIO_INT(f, "getw", int, (Sfio_t*), (f))
|
H A D | putw.c | 29 STDIO_INT(f, "putw", int, (int, Sfio_t*), (v, f))
|
H A D | setbuffer.c | 29 STDIO_INT(f, "setbuffer", int, (Sfio_t*, char*, int), (f, b, n))
|
H A D | vfprintf.c | 29 STDIO_INT(f, "vfprintf", int, (Sfio_t*, const char*, va_list), (f, fmt, args))
|
H A D | vfscanf.c | 29 STDIO_INT(f, "vfscanf", int, (Sfio_t*, const char*, va_list), (f, fmt, args))
|
H A D | _flsbuf.c | 39 STDIO_INT(f, "_flsbuf", int, (int, Sfio_t*), (c, f))
|
H A D | fgetpos.c | 33 STDIO_INT(f, "fgetpos", int, (Sfio_t*, fpos_t*), (f, pos)) 43 STDIO_INT(f, "fgetpos64", int, (Sfio_t*, fpos64_t*), (f, pos))
|