Home
last modified time | relevance | path

Searched refs:_ungetc_unlocked (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libc/port/stdio/
H A Dungetc.c41 int _ungetc_unlocked(int c, FILE *iop);
46 FLOCKRETURN(iop, _ungetc_unlocked(c, iop)) in ungetc()
55 _ungetc_unlocked(int c, FILE *iop) in _ungetc_unlocked() function
/titanic_41/usr/src/lib/libc/inc/
H A Dmtlib.h70 #define UNGETC(c, s) _ungetc_unlocked(c, s)
H A Dstdiom.h234 int _ungetc_unlocked(int, FILE *);
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers3247 _ungetc_unlocked { FLAGS = NODYNSORT };