HomeSort by relevance Sort by last modified time
    Searched refs:getc (Results 51 - 59 of 59) sorted by null

1 23

  /external/bison/src/
scan-gram.l 805 int ch = getc (fp);
    [all...]
scan-gram.c 250 * if we're using stdio for input, then we want to use getc()
    [all...]
scan-skel.c 250 * if we're using stdio for input, then we want to use getc()
737 (c = getc( skel_in )) != EOF && c != '\n'; ++n ) \
    [all...]
  /external/bluetooth/glib/gio/
gunixmounts.c 825 while ((c = getc (fd)) == '*')
827 while (((c = getc (fd)) != '\n') && (c != EOF))
    [all...]
  /bionic/libc/
Android.mk 106 stdio/getc.c \
  /external/bluetooth/bluez/rfcomm/
lexer.c 204 * if we're using stdio for input, then we want to use getc()
580 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
    [all...]
  /system/core/sh/
arith_lex.c 205 * if we're using stdio for input, then we want to use getc()
596 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
initscan.c 169 * if we're using stdio for input, then we want to use getc()
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 433 milliseconds

1 23