OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GETC
(Results
1 - 7
of
7
) sorted by null
/external/syslinux/com32/gpllib/zzjson/
zzjson_parse.c
12
#define
GETC
() config->getchar(config->ihandle)
32
int d, c =
GETC
();
34
while (isspace(c)) c =
GETC
();
37
d =
GETC
();
39
c =
GETC
();
43
c =
GETC
();
45
c =
GETC
();
47
c =
GETC
();
59
c =
GETC
();
70
c =
GETC
();
[
all
...]
/external/compiler-rt/test/msan/
getc_unlocked.c
23
#elif defined(
GETC
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h
50
GETC
() Return the value of the next character in the regular
57
also be the next character returned by
GETC
().
59
UNGETC(c) Cause `c' to be returned by the next call to
GETC
() and
137
while ((__ch = (
GETC
())) != eof)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h
50
GETC
() Return the value of the next character in the regular
57
also be the next character returned by
GETC
().
59
UNGETC(c) Cause `c' to be returned by the next call to
GETC
() and
137
while ((__ch = (
GETC
())) != eof)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c
30
#define
GETC
(f) getc_unlocked(f)
34
#define
GETC
(f)
getc
(f)
942
c =
GETC
(f->f_fp);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c
30
#define
GETC
(f) getc_unlocked(f)
34
#define
GETC
(f)
getc
(f)
928
c =
GETC
(f->f_fp);
[
all
...]
/external/python/cpython2/Objects/
fileobject.c
30
#define
GETC
(f) getc_unlocked(f)
34
#define
GETC
(f)
getc
(f)
940
c =
GETC
(f->f_fp);
[
all
...]
Completed in 147 milliseconds