Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h382 #define __FGETC(__stream) (fgetc)((__stream)) macro
426 # undef __FGETC
427 # define __FGETC(__stream) \ macro
436 # define __GETC(__stream) __FGETC((__stream))
440 # undef __FGETC
441 # define __FGETC(__stream) __FGETC_UNLOCKED((__stream)) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h900 #define fgetc(_fp) __FGETC(_fp)

Completed in 5 milliseconds