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
69
) sorted by null
1
2
3
/bionic/libc/stdio/
getc.c
37
* A subroutine version of the macro
getc_unlocked
.
39
#undef
getc_unlocked
macro
42
getc_unlocked
(FILE *fp)
function
getchar.c
44
return (
getc_unlocked
(stdin));
/external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c
50
#if !defined
getc_unlocked
&& !defined HAVE_GETC_UNLOCKED
51
# define
getc_unlocked
(fp) getc (fp)
macro
176
c =
getc_unlocked
(magic_file);
211
c =
getc_unlocked
(magic_file);
255
c =
getc_unlocked
(magic_file);
267
c =
getc_unlocked
(magic_file);
300
c =
getc_unlocked
(magic_file);
325
c =
getc_unlocked
(magic_file);
346
c =
getc_unlocked
(magic_file);
367
c =
getc_unlocked
(magic_file)
[
all
...]
/external/chromium/base/third_party/xdg_mime/
xdgmimemagic.c
50
#if !defined
getc_unlocked
&& !defined HAVE_GETC_UNLOCKED
51
# define
getc_unlocked
(fp) getc (fp)
macro
176
c =
getc_unlocked
(magic_file);
211
c =
getc_unlocked
(magic_file);
255
c =
getc_unlocked
(magic_file);
267
c =
getc_unlocked
(magic_file);
300
c =
getc_unlocked
(magic_file);
325
c =
getc_unlocked
(magic_file);
346
c =
getc_unlocked
(magic_file);
367
c =
getc_unlocked
(magic_file)
[
all
...]
/external/bison/m4/
unlocked-io.m4
40
AC_CHECK_DECLS_ONCE([
getc_unlocked
])
/external/bison/lib/
unlocked-io.h
102
# define getc(x)
getc_unlocked
(x)
104
# define
getc_unlocked
(x) getc (x)
macro
/bionic/libc/include/
stdio.h
324
int
getc_unlocked
(FILE *);
424
#define
getc_unlocked
(fp) __sgetc(fp)
macro
439
#define getchar_unlocked()
getc_unlocked
(stdin)
/development/ndk/platforms/android-3/include/
stdio.h
324
int
getc_unlocked
(FILE *);
424
#define
getc_unlocked
(fp) __sgetc(fp)
macro
439
#define getchar_unlocked()
getc_unlocked
(stdin)
/development/ndk/platforms/android-8/include/
stdio.h
324
int
getc_unlocked
(FILE *);
424
#define
getc_unlocked
(fp) __sgetc(fp)
macro
439
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h
322
int
getc_unlocked
(FILE *);
422
#define
getc_unlocked
(fp) __sgetc(fp)
macro
437
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h
322
int
getc_unlocked
(FILE *);
422
#define
getc_unlocked
(fp) __sgetc(fp)
macro
437
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h
322
int
getc_unlocked
(FILE *);
422
#define
getc_unlocked
(fp) __sgetc(fp)
macro
437
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h
322
int
getc_unlocked
(FILE *);
422
#define
getc_unlocked
(fp) __sgetc(fp)
macro
437
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h
322
int
getc_unlocked
(FILE *);
422
#define
getc_unlocked
(fp) __sgetc(fp)
macro
437
#define getchar_unlocked()
getc_unlocked
(stdin)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h
322
int
getc_unlocked
(FILE *);
422
#define
getc_unlocked
(fp) __sgetc(fp)
macro
437
#define getchar_unlocked()
getc_unlocked
(stdin)
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.txt
544
getc_unlocked
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.txt
574
getc_unlocked
/development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.txt
603
getc_unlocked
/external/elfutils/src/
ldlex.l
36
#define getc(s)
getc_unlocked
(s)
/external/e2fsprogs/intl/
localcharset.c
91
# define getc
getc_unlocked
/external/oprofile/libpopt/
config.h
48
/* Define to 1 if you have the declaration of `
getc_unlocked
', and to 0 if you
/external/bison/
config.h
83
/* Define to 1 if you have the declaration of `
getc_unlocked
', and to 0 if you
config.hin
82
/* Define to 1 if you have the declaration of `
getc_unlocked
', and to 0 if you
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
auto-host.h
594
/* Define to 1 if we found a declaration for '
getc_unlocked
', otherwise define
934
/* Define to 1 if you have the `
getc_unlocked
' function. */
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
auto-host.h
594
/* Define to 1 if we found a declaration for '
getc_unlocked
', otherwise define
940
/* Define to 1 if you have the `
getc_unlocked
' function. */
[
all
...]
Completed in 1229 milliseconds
1
2
3