Home
last modified time | relevance | path

Searched defs:__stream (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h100 #define __STDIO_AUTO_THREADLOCK(__stream) \ argument
104 #define __STDIO_AUTO_THREADUNLOCK(__stream) \ argument
107 #define __STDIO_ALWAYS_THREADLOCK(__stream) \ argument
359 #define __CLEARERR_UNLOCKED(__stream) \ argument
367 # define __FEOF(__stream) (feof)(__stream) argument
385 #define __GETC(__stream) (fgetc)((__stream)) argument
399 # define __GETC_UNLOCKED_MACRO(__stream) \ argument
416 # define __FGETC_UNLOCKED(__stream) \ argument
427 # define __FGETC(__stream) \ argument
479 # define __FPUTC_UNLOCKED(__c, __stream) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfflush.c20 #define __MY_STDIO_THREADLOCK(__stream) \ argument
24 #define __MY_STDIO_THREADUNLOCK(__stream) \ argument

Completed in 4 milliseconds