Searched refs:_wrtchk (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_wrtchk.c39 #undef _wrtchk macro
43 _wrtchk(FILE *iop) function
H A D_flsbuf.c50 do /* only loop if need to use _wrtchk() on non-_IOFBF */
57 goto flush_putc; /* skip _wrtchk() */
81 if (_wrtchk(iop) != 0) /* check, correct permissions */
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dstdiom.h28 number of calls to _bufsync and _wrtchk. _BUFSYNC has the same
29 effect as _bufsync, and _WRTCHK has the same effect as _wrtchk,
40 ? _wrtchk(iop) : 0 )
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h87 extern int _wrtchk(FILE *iop);
108 * number of calls to _bufsync and _wrtchk. _needsync checks whether
110 * _wrtchk, but often these functions have no effect, and in those cases
121 ? _wrtchk(iop) : 0)
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h162 extern int _wrtchk(FILE *iop);
238 * number of calls to _bufsync and _wrtchk. _needsync checks whether
240 * _wrtchk, but often these functions have no effect, and in those cases
251 ? _wrtchk(iop) : 0)
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c146 /* The _wrtchk call is here rather than at the top of _flsbuf to re- */
195 /* The function _wrtchk checks to see whether it is legitimate to write
196 * to the specified device. If it is, _wrtchk sets flags in iop->_flag for
202 _wrtchk(FILE *iop) function
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c149 /* The _wrtchk call is here rather than at the top of _flsbuf to re- */
200 * The function _wrtchk checks to see whether it is legitimate to write
201 * to the specified device. If it is, _wrtchk sets flags in iop->_flag for
207 _wrtchk(FILE *iop) function
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com667 _wrtchk.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com644 _wrtchk.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile620 _wrtchk.o \
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1199 /* _wrtchk.c */
1200 int _wrtchk(FILE *iop);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com701 _wrtchk.o \

Completed in 226 milliseconds