Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdhdr.h68 #define STDIO_PTR(p,n,t,f,a) \ macro
96 #define STDIO_PTR(p,n,t,f,a) macro
H A Dfreopen.c29 STDIO_PTR(f, "freopen", Sfio_t*, (const char*, const char*, Sfio_t*), (path, mode, f)) in freopen()
H A Dfmemopen.c29 STDIO_PTR(0, "fmemopen", Sfio_t*, (void*, size_t, const char*), (buf, size, mode)) in fmemopen()
H A Dfgetws.c33 STDIO_PTR(f, "fgets", wchar_t*, (wchar_t*, int, Sfio_t*), (s, n, f)) in fgetws()
H A Dfgets.c101 STDIO_PTR(f, "fgets", char*, (char*, int, Sfio_t*), (s, n, f)) in fgets()