OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getc
(Results
51 - 75
of
95
) sorted by null
1
2
3
4
/external/bluetooth/glib/gio/
gunixmounts.c
825
while ((c =
getc
(fd)) == '*')
827
while (((c =
getc
(fd)) != '\n') && (c != EOF))
[
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
...]
/bionic/libc/
Android.mk
106
stdio/
getc
.c \
/dalvik/tools/hprof-conv/
HprofConv.c
203
ic =
getc
(in);
/external/bison/tests/
calc.at
195
int res =
getc
(input);
/external/bzip2/
bzip2recover.c
205
Int32 retVal =
getc
( bs->handle );
/external/dropbear/
CHANGES
490
use fgetc not
getc
to avoid strange macro-related issues), thanks to
dbutil.c
578
c = fgetc(authfile); /*
getc
() is weird with some uClibc systems*/
/external/elfutils/src/
ldlex.c
187
* if we're using stdio for input, then we want to use
getc
()
1029
#undef
getc
macro
1030
#define
getc
macro
[
all
...]
/external/icu4c/tools/toolutil/
ucbuf.c
371
/*
getc
and escape it */
/external/jpeg/
cjpeg.c
92
if ((c =
getc
(infile)) == EOF)
/external/bison/src/
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
...]
scan-gram.c
250
* if we're using stdio for input, then we want to use
getc
()
[
all
...]
scan-gram.l
805
int ch =
getc
(fp);
[
all
...]
/prebuilt/sdk/tools/linux/
aidl
/external/webkit/WebKitTools/android/flex-2.5.4a/
flex.skl
179
* if we're using stdio for input, then we want to use
getc
()
[
all
...]
gen.c
1345
outn( "\t\t\t (c =
getc
( yyin )) != EOF && c != '\\n'; ++n ) \\" );
[
all
...]
skel.c
184
" * if we're using stdio for input, then we want to use
getc
()",
[
all
...]
/ndk/build/platforms/android-3/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-4/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-5/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-5/arch-x86/usr/lib/
libc.so
/ndk/build/platforms/android-8/arch-arm/usr/lib/
libc.so
/ndk/build/platforms/android-8/arch-x86/usr/lib/
libc.so
/external/libpcap/
scanner.c
204
* if we're using stdio for input, then we want to use
getc
()
2490
#undef
getc
macro
2491
#define
getc
macro
[
all
...]
Completed in 258 milliseconds
1
2
3
4