OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getc_unlocked
(Results
1 - 25
of
601
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bison/m4/
localcharset.m4
12
AC_CHECK_DECLS_ONCE([
getc_unlocked
])
unlocked-io.m4
37
AC_CHECK_DECLS_ONCE([
getc_unlocked
])
getdelim.m4
87
AC_CHECK_DECLS([
getc_unlocked
])
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getc.c
58
#undef
getc_unlocked
macro
78
getc_unlocked
(FILE *fp)
function
/external/bison/lib/
unlocked-io.h
101
# define getc(x)
getc_unlocked
(x)
103
# define
getc_unlocked
(x) getc (x)
macro
getdelim.c
47
# define getc_maybe_unlocked(fp)
getc_unlocked
(fp)
/external/compiler-rt/test/msan/
getc_unlocked.c
24
c =
getc_unlocked
(stream);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h
143
getc_unlocked
(),
/toolchain/binutils/binutils-2.25/binutils/
config.in
46
/* Define to 1 if you have the declaration of `
getc_unlocked
', and to 0 if you
90
/* Define to 1 if you have the `
getc_unlocked
' function. */
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h
312
int
getc_unlocked
(FILE *);
412
#define
getc_unlocked
(fp) __sgetc(fp)
macro
427
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h
312
int
getc_unlocked
(FILE *);
412
#define
getc_unlocked
(fp) __sgetc(fp)
macro
427
#define getchar_unlocked()
getc_unlocked
(stdin)
/external/kmod/shared/
util.c
305
int ch =
getc_unlocked
(fp);
326
ch =
getc_unlocked
(fp);
/prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/libr6/
libc.so
/prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-13/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/libr6/
libc.so
/prebuilts/ndk/r11/platforms/android-13/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-14/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/libr2/
libc.so
Completed in 1502 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>