HomeSort by relevance Sort by last modified time
    Searched refs:GETC (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/test/msan/
getc_unlocked.c 23 #elif defined(GETC)
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 100 #define GETC() (parabuf == end_of_parabuf ? EOF : *parabuf++)
219 next_char = GETC();
253 c = GETC();
283 c = GETC();
321 c = GETC();
350 c = GETC();
368 c = GETC();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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)

Completed in 162 milliseconds