Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dgetchar.c20 return __GETC_UNLOCKED_MACRO(stream); in getchar_unlocked()
35 return __GETC_UNLOCKED_MACRO(stream);
39 retval = __GETC_UNLOCKED_MACRO(stream);
A Dfgetc.c94 return __GETC_UNLOCKED_MACRO(stream);
98 retval = __GETC_UNLOCKED_MACRO(stream);
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h383 #define __GETC_UNLOCKED_MACRO(__stream) (__fgetc_unlocked)((__stream)) macro
398 # undef __GETC_UNLOCKED_MACRO
399 # define __GETC_UNLOCKED_MACRO(__stream) \ macro
407 # define __GETC_UNLOCKED(__stream) __GETC_UNLOCKED_MACRO((__stream))
410 # define __GETC(__stream) __GETC_UNLOCKED_MACRO((__stream))
419 __GETC_UNLOCKED_MACRO(__S); \
431 ? __GETC_UNLOCKED_MACRO(__S) \

Completed in 4 milliseconds