Searched refs:_ungetc_unlocked (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dungetc.c41 int _ungetc_unlocked(int c, FILE *iop);
46 FLOCKRETURN(iop, _ungetc_unlocked(c, iop))
55 _ungetc_unlocked(int c, FILE *iop) function
/osnet-11/usr/src/lib/libc/inc/
H A Dmtlib.h70 #define UNGETC(c, s) _ungetc_unlocked(c, s)
H A Dstdiom.h232 int _ungetc_unlocked(int, FILE *);

Completed in 38 milliseconds