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

/illumos-gate/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

Completed in 56 milliseconds