Home
last modified time | relevance | path

Searched refs:_xassoc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfmemopen.c256 if (_xassoc(iop, fmemopen_read, fmemopen_write, fmemopen_seek, in fmemopen()
H A Dopen_wmemstream.c209 if (_xassoc(iop, open_wmemstream_read, open_wmemstream_write, in open_wmemstream()
H A Dopen_memstream.c247 if (_xassoc(iop, open_memstream_read, open_memstream_write, in open_memstream()
H A Dflush.c1076 _xassoc(FILE *iop, fread_t readf, fwrite_t writef, fseek_t seekf, in _xassoc() function
H A DREADME.design252 * The stream code must call _xassoc() to set the file operations vector
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h279 extern int _xassoc(FILE *iop, fread_t readf, fwrite_t writef,