Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdio/
H A Dgetchar.c67 getchar_unlocked(void) in getchar_unlocked() function
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h111 # define getchar_unlocked() getchar () macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dunlocked-io.h111 # define getchar_unlocked() getchar () macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dunlocked-io.h111 # define getchar_unlocked() getchar () macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dunlocked-io.h111 # define getchar_unlocked() getchar () macro
/netbsd-src/include/
H A Dstdio.h524 #define getchar_unlocked() getc_unlocked(stdin) macro