Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dftell.c33 STDIO_INT(f, "ftell", long, (Sfio_t*), (f)) in ftell()
43 STDIO_INT(f, "ftell64", int64_t, (Sfio_t*), (f)) in ftell64()
H A Dftello.c33 STDIO_INT(f, "ftello", off_t, (Sfio_t*), (f)) in ftello()
43 STDIO_INT(f, "ftello64", int64_t, (Sfio_t*), (f)) in ftello64()
H A Dfgetpos.c33 STDIO_INT(f, "fgetpos", int, (Sfio_t*, fpos_t*), (f, pos)) in fgetpos()
43 STDIO_INT(f, "fgetpos64", int, (Sfio_t*, fpos64_t*), (f, pos)) in fgetpos64()
H A Dfseek.c33 STDIO_INT(f, "fseek", int, (Sfio_t*, long, int), (f, off, op)) in fseek()
43 STDIO_INT(f, "fseek64", int, (Sfio_t*, int64_t, int), (f, off, op)) in fseek64()
H A Dfseeko.c33 STDIO_INT(f, "fseeko", int, (Sfio_t*, off_t, int), (f, off, op)) in fseeko()
43 STDIO_INT(f, "fseeko64", int, (Sfio_t*, int64_t, int), (f, off, op)) in fseeko64()
H A Dfsetpos.c33 STDIO_INT(f, "fsetpos", int, (Sfio_t*, const fpos_t*), (f, pos)) in fsetpos()
43 STDIO_INT(f, "fsetpos64", int, (Sfio_t*, const fpos64_t*), (f, pos)) in fsetpos64()
H A Dstdhdr.h57 #define STDIO_INT(p,n,t,f,a) \ macro
95 #define STDIO_INT(p,n,t,f,a) macro
H A Dfclose.c29 STDIO_INT(f, "fclose", int, (Sfio_t*), (f)) in fclose()
H A Dfgetc.c29 STDIO_INT(f, "fgetc", int, (Sfio_t*), (f)) in fgetc()
H A Dfpurge.c29 STDIO_INT(f, "fpurge", int, (Sfio_t*), (f)) in fpurge()
H A Dpclose.c29 STDIO_INT(f, "pclose", int, (Sfio_t*), (f)) in pclose()
H A Dftrylockfile.c29 STDIO_INT(f, "ftrylockfile", int, (Sfio_t*), (f)) in ftrylockfile()
H A Dsetlinebuf.c29 STDIO_INT(f, "setlinebuf", int, (Sfio_t*), (f)) in setlinebuf()
H A D_filbuf.c33 STDIO_INT(f, "_filbuf", int, (Sfio_t*), (f)) in _filbuf()
H A Dclearerr.c29 STDIO_INT(f, "clearerr", int, (Sfio_t*), (f)) in clearerr()
H A Dfputs.c29 STDIO_INT(f, "fputs", int, (const char*, Sfio_t*), (s, f)) in fputs()
H A Dungetc.c29 STDIO_INT(f, "ungetc", int, (int, Sfio_t*), (c, f)) in ungetc()
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 Dgetc.c37 STDIO_INT(f, "getc", int, (Sfio_t*), (f))
H A Dgetw.c31 STDIO_INT(f, "getw", int, (Sfio_t*), (f)) in getw()
H A Dputw.c29 STDIO_INT(f, "putw", int, (int, Sfio_t*), (v, f)) in putw()
H A Dsetbuffer.c29 STDIO_INT(f, "setbuffer", int, (Sfio_t*, char*, int), (f, b, n)) in setbuffer()
H A D_doprnt.c29 STDIO_INT(f, "_doprnt", int, (const char*, va_list, Sfio_t*), (fmt, args, f)) in _doprnt()

12