Home
last modified time | relevance | path

Searched refs:__GETC_UNLOCKED (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h384 #define __GETC_UNLOCKED(__stream) (__fgetc_unlocked)((__stream)) macro
406 # undef __GETC_UNLOCKED
407 # define __GETC_UNLOCKED(__stream) __GETC_UNLOCKED_MACRO((__stream))
422 # undef __GETC_UNLOCKED
423 # define __GETC_UNLOCKED(__stream) __FGETC_UNLOCKED((__stream)) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dgetdelim.c61 if ((c = __GETC_UNLOCKED(stream)) != EOF) { in getdelim()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h905 #define getc_unlocked(_fp) __GETC_UNLOCKED(_fp)
919 #define getchar_unlocked() __GETC_UNLOCKED(__stdin)

Completed in 5 milliseconds