Home
last modified time | relevance | path

Searched refs:fgetc_unlocked (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfgetc.c12 #undef fgetc_unlocked
76 strong_alias(__fgetc_unlocked,fgetc_unlocked)
77 libc_hidden_def(fgetc_unlocked)
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h506 extern int fgetc_unlocked (FILE *__stream);
507 libc_hidden_proto(fgetc_unlocked)
911 #define fgetc_unlocked(_fp) __FGETC_UNLOCKED(_fp) macro

Completed in 3 milliseconds