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

/openbsd-current/lib/libc/stdio/
H A Dgetchar.c39 #undef getchar_unlocked macro
42 getchar_unlocked(void) function
46 DEF_WEAK(getchar_unlocked); variable
/openbsd-current/lib/libc/hidden/
H A Dstdio.h80 PROTO_NORMAL(getchar_unlocked); variable
/openbsd-current/include/
H A Dstdio.h436 #define getchar_unlocked() getc_unlocked(stdin) macro

Completed in 94 milliseconds