Home
last modified time | relevance | path

Searched refs:fflagsp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A D_sfopen.c146 int _sftype(reg const char* mode, int* oflagsp, int* fflagsp, int* uflagp) in _sftype() argument
148 int _sftype(mode, oflagsp, fflagsp, uflagp) in _sftype()
151 int* fflagsp;
224 if(fflagsp)
225 *fflagsp = fflags;
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_stdio_flags.c47 _stdio_flags(const char *type, int *oflagsp, int *fflagsp) in _stdio_flags() argument
106 *fflagsp = fflag; in _stdio_flags()