Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h385 #define __GETC(__stream) (fgetc)((__stream)) macro
409 # undef __GETC
410 # define __GETC(__stream) __GETC_UNLOCKED_MACRO((__stream))
435 # undef __GETC
436 # define __GETC(__stream) __FGETC((__stream)) macro
442 # undef __GETC
443 # define __GETC(__stream) __FGETC_UNLOCKED((__stream)) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h486 #define getc(_fp) __GETC(_fp)
915 #define getchar() __GETC(__stdin)

Completed in 4 milliseconds