Home
last modified time | relevance | path

Searched refs:GETC (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/gpllib/zzjson/
Dzzjson_parse.c12 #define GETC() config->getchar(config->ihandle) macro
32 int d, c = GETC(); in skipws()
34 while (isspace(c)) c = GETC(); in skipws()
37 d = GETC(); in skipws()
39 c = GETC(); in skipws()
43 c = GETC(); in skipws()
45 c = GETC(); in skipws()
47 c = GETC(); in skipws()
59 c = GETC(); in parse_string()
70 c = GETC(); in parse_string()
[all …]
/external/compiler-rt/test/msan/
Dgetc_unlocked.c23 #elif defined(GETC) in main()