Home
last modified time | relevance | path

Searched defs:getc_unlocked (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetc.c59 getc_unlocked(FILE *iop) in getc_unlocked() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdio_c99.c97 getc_unlocked(Sfio_t* sp) in getc_unlocked() function
/illumos-gate/usr/src/boot/include/
H A Dstdio.h518 #define getc_unlocked(fp) __sgetc(fp) macro