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
243
) sorted by null
1
2
3
4
5
6
7
8
9
10
/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
])
/ndk/sources/host-tools/sed-4.2.1/m4/
localcharset.m4
11
AC_CHECK_DECLS_ONCE([
getc_unlocked
])
getdelim.m4
34
AC_CHECK_DECLS([
getc_unlocked
])
unlocked-io.m4
37
AC_CHECK_DECLS_ONCE([
getc_unlocked
])
/bionic/libc/upstream-freebsd/lib/libc/stdio/
getc.c
46
#undef
getc_unlocked
macro
61
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)
/ndk/sources/host-tools/sed-4.2.1/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)
/bionic/libc/include/
stdio.h
316
int
getc_unlocked
(FILE *);
422
#define
getc_unlocked
(fp) __sgetc(fp)
macro
435
#define getchar_unlocked()
getc_unlocked
(stdin)
/development/ndk/platforms/android-3/include/
stdio.h
303
int
getc_unlocked
(FILE *);
403
#define
getc_unlocked
(fp) __sgetc(fp)
macro
418
#define getchar_unlocked()
getc_unlocked
(stdin)
/development/ndk/platforms/android-8/include/
stdio.h
303
int
getc_unlocked
(FILE *);
403
#define
getc_unlocked
(fp) __sgetc(fp)
macro
418
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h
333
int
getc_unlocked
(FILE *);
433
#define
getc_unlocked
(fp) __sgetc(fp)
macro
448
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/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/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h
333
int
getc_unlocked
(FILE *);
433
#define
getc_unlocked
(fp) __sgetc(fp)
macro
448
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/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/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h
333
int
getc_unlocked
(FILE *);
433
#define
getc_unlocked
(fp) __sgetc(fp)
macro
448
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/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.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h
333
int
getc_unlocked
(FILE *);
433
#define
getc_unlocked
(fp) __sgetc(fp)
macro
448
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/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/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h
333
int
getc_unlocked
(FILE *);
433
#define
getc_unlocked
(fp) __sgetc(fp)
macro
448
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/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/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h
333
int
getc_unlocked
(FILE *);
433
#define
getc_unlocked
(fp) __sgetc(fp)
macro
448
#define getchar_unlocked()
getc_unlocked
(stdin)
Completed in 1937 milliseconds
1
2
3
4
5
6
7
8
9
10