Home
last modified time | relevance | path

Searched refs:STDIO_VOID (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdhdr.h79 #define STDIO_VOID(p,n,t,f,a) \ macro
97 #define STDIO_VOID(p,n,t,f,a) macro
H A Dflockfile.c29 STDIO_VOID(f, "flockfile", void, (Sfio_t*), (f)) in flockfile()
H A Dfunlockfile.c29 STDIO_VOID(f, "funlockfile", void, (Sfio_t*), (f)) in funlockfile()
H A Drewind.c29 STDIO_VOID(f, "rewind", void, (Sfio_t*), (f)) in rewind()
H A Dsetbuf.c29 STDIO_VOID(f, "setbuf", void, (Sfio_t*, char*), (f, b)) in setbuf()