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/sysdeps/linux/common/bits/
A DuClibc_stdio.h381 #define __FGETC_UNLOCKED(__stream) (__fgetc_unlocked)((__stream)) macro
415 # undef __FGETC_UNLOCKED
416 # define __FGETC_UNLOCKED(__stream) \ macro
423 # define __GETC_UNLOCKED(__stream) __FGETC_UNLOCKED((__stream))
441 # define __FGETC(__stream) __FGETC_UNLOCKED((__stream))
443 # define __GETC(__stream) __FGETC_UNLOCKED((__stream))
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h911 #define fgetc_unlocked(_fp) __FGETC_UNLOCKED(_fp)

Completed in 5 milliseconds