Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdio/
H A Dgetc.c70 getc_unlocked(FILE *fp) in getc_unlocked() function
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h104 # define getc_unlocked(x) getc (x) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dunlocked-io.h104 # define getc_unlocked(x) getc (x) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dunlocked-io.h104 # define getc_unlocked(x) getc (x) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dunlocked-io.h104 # define getc_unlocked(x) getc (x) macro
/netbsd-src/include/
H A Dstdio.h521 #define getc_unlocked(fp) __sgetc(fp) macro