Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h81 #define SET_SEEKABLE(iop) ((iop)->_flag |= _SEEKABLE) macro
98 #define SET_SEEKABLE(iop) ((iop)->__seekable = 1) macro
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfmemopen.c261 SET_SEEKABLE(iop); in fmemopen()
H A Dopen_wmemstream.c214 SET_SEEKABLE(iop); in open_wmemstream()
H A Dopen_memstream.c252 SET_SEEKABLE(iop); in open_memstream()
H A Dflush.c412 SET_SEEKABLE(iop); in isseekable()
427 SET_SEEKABLE(iop); in isseekable()
H A DREADME.design255 * If the stream is seekable, it must explicitly use the SET_SEEKABLE()