OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getc
(Results
1 - 25
of
95
) sorted by null
1
2
3
4
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
mywc.c
11
while ((c =
getc
(f)) != EOF) {
16
c =
getc
(f);
/bionic/libc/stdio/
getc.c
1
/* $OpenBSD:
getc
.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
48
* A subroutine version of the macro
getc
.
50
#undef
getc
macro
53
getc
(FILE *fp)
function
getchar.c
57
return (
getc
(stdin));
rget.c
38
* Handle
getc
() when the buffer ran out:
/external/libpcap/
etherent.c
70
c =
getc
(f);
83
c =
getc
(f);
113
c =
getc
(fp);
117
c =
getc
(fp);
122
c =
getc
(fp);
149
c =
getc
(fp);
/external/jpeg/
rdcolmap.c
88
if ((header[i] =
getc
(infile)) == EOF)
104
R =
getc
(infile);
105
G =
getc
(infile);
106
B =
getc
(infile);
127
ch =
getc
(infile);
130
ch =
getc
(infile);
178
c =
getc
(infile); /* save format discriminator for a sec */
207
R =
getc
(infile);
208
G =
getc
(infile);
209
B =
getc
(infile)
[
all
...]
rdppm.c
59
* On most systems, reading individual bytes with
getc
() is drastically less
64
* model, or else replace fread() with a
getc
() loop --- which will be much
90
ch =
getc
(infile);
93
ch =
getc
(infile);
303
if (
getc
(source->pub.input_file) != 'P')
306
c =
getc
(source->pub.input_file); /* subformat discriminator character */
/frameworks/base/libs/utils/
ZipUtils.cpp
282
ic =
getc
(fp);
283
if (ic != 0x1f ||
getc
(fp) != 0x8b)
285
method =
getc
(fp);
286
flags =
getc
(fp);
296
(void)
getc
(fp);
301
len =
getc
(fp);
302
len |=
getc
(fp) << 8;
303
while (len-- &&
getc
(fp) != EOF)
309
ic =
getc
(fp);
315
ic =
getc
(fp)
[
all
...]
/external/bison/lib/
unlocked-io.h
101
# undef
getc
macro
102
# define
getc
(x) getc_unlocked (x)
macro
104
# define getc_unlocked(x)
getc
(x)
/external/quake/quake/src/QW/client/
gl_warp.c
536
blue =
getc
(fin);
537
green =
getc
(fin);
538
red =
getc
(fin);
545
blue =
getc
(fin);
546
green =
getc
(fin);
547
red =
getc
(fin);
548
alphabyte =
getc
(fin);
563
packetHeader=
getc
(fin);
568
blue =
getc
(fin);
569
green =
getc
(fin)
[
all
...]
/external/quake/quake/src/WinQuake/
gl_warp.cpp
585
blue =
getc
(fin);
586
green =
getc
(fin);
587
red =
getc
(fin);
594
blue =
getc
(fin);
595
green =
getc
(fin);
596
red =
getc
(fin);
597
alphabyte =
getc
(fin);
612
packetHeader=
getc
(fin);
617
blue =
getc
(fin);
618
green =
getc
(fin)
[
all
...]
/external/bison/m4/
unlocked-io.m4
23
[Define to 1 if you want
getc
etc. to use unlocked I/O if available.
/external/stlport/stlport/stl/
_cstdio.h
59
# undef
getc
macro
90
using _STLP_VENDOR_CSTD::
getc
;
/bionic/libc/include/
stdio.h
102
* This ensures that the
getc
and putc macros (or inline functions) never
121
int _r; /* read space left for
getc
() */
143
unsigned char _nbuf[1]; /* guarantee a
getc
() buffer */
245
int
getc
(FILE *);
420
#define
getc
(fp) __sgetc(fp)
macro
435
#define getchar()
getc
(stdin)
/ndk/build/platforms/android-3/arch-arm/usr/include/
stdio.h
102
* This ensures that the
getc
and putc macros (or inline functions) never
121
int _r; /* read space left for
getc
() */
143
unsigned char _nbuf[1]; /* guarantee a
getc
() buffer */
245
int
getc
(FILE *);
420
#define
getc
(fp) __sgetc(fp)
macro
435
#define getchar()
getc
(stdin)
/ndk/build/platforms/android-4/arch-arm/usr/include/
stdio.h
102
* This ensures that the
getc
and putc macros (or inline functions) never
121
int _r; /* read space left for
getc
() */
143
unsigned char _nbuf[1]; /* guarantee a
getc
() buffer */
245
int
getc
(FILE *);
420
#define
getc
(fp) __sgetc(fp)
macro
435
#define getchar()
getc
(stdin)
/ndk/build/platforms/android-5/arch-arm/usr/include/
stdio.h
102
* This ensures that the
getc
and putc macros (or inline functions) never
121
int _r; /* read space left for
getc
() */
143
unsigned char _nbuf[1]; /* guarantee a
getc
() buffer */
245
int
getc
(FILE *);
420
#define
getc
(fp) __sgetc(fp)
macro
435
#define getchar()
getc
(stdin)
/ndk/build/platforms/android-5/arch-x86/usr/include/
stdio.h
102
* This ensures that the
getc
and putc macros (or inline functions) never
121
int _r; /* read space left for
getc
() */
143
unsigned char _nbuf[1]; /* guarantee a
getc
() buffer */
245
int
getc
(FILE *);
420
#define
getc
(fp) __sgetc(fp)
macro
435
#define getchar()
getc
(stdin)
cstdio
62
using ::
getc
;
/ndk/build/platforms/android-8/arch-arm/usr/include/
stdio.h
102
* This ensures that the
getc
and putc macros (or inline functions) never
121
int _r; /* read space left for
getc
() */
143
unsigned char _nbuf[1]; /* guarantee a
getc
() buffer */
245
int
getc
(FILE *);
420
#define
getc
(fp) __sgetc(fp)
macro
435
#define getchar()
getc
(stdin)
/ndk/build/platforms/android-8/arch-x86/usr/include/
stdio.h
102
* This ensures that the
getc
and putc macros (or inline functions) never
121
int _r; /* read space left for
getc
() */
143
unsigned char _nbuf[1]; /* guarantee a
getc
() buffer */
245
int
getc
(FILE *);
420
#define
getc
(fp) __sgetc(fp)
macro
435
#define getchar()
getc
(stdin)
cstdio
62
using ::
getc
;
/bionic/libstdc++/include/
cstdio
62
using ::
getc
;
/external/e2fsprogs/intl/
localcharset.c
90
# undef
getc
macro
91
# define
getc
getc_unlocked
macro
153
c =
getc
(fp);
162
c =
getc
(fp);
/external/dropbear/
netbsd_getpass.c
101
for (p = buf; (ch =
getc
(fp)) != EOF && ch != '\n';)
Completed in 3270 milliseconds
1
2
3
4