Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dgetchar.c15 #undef getchar_unlocked
16 int getchar_unlocked(void) in getchar_unlocked() function
22 libc_hidden_def(getchar_unlocked)
25 strong_alias(getchar_unlocked,getchar)
A Dgets.c15 #undef getchar_unlocked
27 while (((c = getchar_unlocked()) != EOF) && ((*p = c) != '\n')) { in gets()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dstdio-CX.SUSv4.syms11 getchar_unlocked
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h495 extern int getchar_unlocked (void);
496 libc_hidden_proto(getchar_unlocked)
919 #define getchar_unlocked() __GETC_UNLOCKED(__stdin) macro

Completed in 5 milliseconds