Home
last modified time | relevance | path

Searched refs:getc (Results 51 - 75 of 85) sorted by relevance

1234

/third_party/musl/include/
H A Dstdio.h94 int getc(FILE *);
/third_party/musl/libc-test/src/api/
H A Dstdio.c62 {int(*p)(FILE*) = getc;} in f()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdjpgcom.c63 #define NEXTBYTE() getc(infile)
H A Dcjpeg.c105 if ((c = getc(infile)) == EOF) in LOCAL()
H A Drdtarga.c89 if ((c = getc(infile)) == EOF) in read_byte()
H A Drdbmp.c87 if ((c = getc(infile)) == EOF) in read_byte()
H A Drdgif.c147 if ((c = getc(infile)) == EOF)
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dinvalid_param.c359 getc(NULL); in getc_0100()
/third_party/python/Objects/
H A Dfileobject.c14 #define GETC(f) getc(f)
/third_party/alsa-lib/test/
H A Dplaymidi1.c134 return getc(F); in mygetc()
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp39 int c = getc(File); in ReadByte()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddemo.c896 (void) getc (stdin); in main()
H A Ddemo_https.c949 (void) getc (stdin); in main()
/third_party/python/Modules/
H A Dmain.c336 while ((ch = getc(fp)) != EOF) { in pymain_run_file_obj()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c1011 ch = getc(ip); in load_file()
1051 ch = getc(fp); in load_file()
/third_party/curl/src/
H A Dtool_formparse.c412 int c = getc(fp); in read_field_headers()
/third_party/backends/backend/
H A Dhp-option.c2217 err = ((c1 = getc (calib_file)) == EOF); in read_calib_file()
2218 err |= ((c2 = getc (calib_file)) == EOF); in read_calib_file()
2219 err |= ((c3 = getc (calib_file)) == EOF); in read_calib_file()
2220 err |= ((c4 = getc (calib_file)) == EOF); in read_calib_file()
/third_party/alsa-utils/seq/aplaymidi/
H A Daplaymidi.c219 return getc(file); in read_byte()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c2098 c = getc(fd); in showhex()
2173 c = getc(fd); in showhex()
2312 c = getc(fd); in restore()
2366 c = getc(fd); in restore()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c319 while ((--buflen > 0) && ((c = getc(fp)) >= 0)) { in flgets()
328 while ((c = getc(fp)) >= 0) { in flgets()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c1246 int ch = getc(file->file); in read_byte()
1300 int ch = getc(file->file); in reread_byte()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs459 pub fn getc(arg1: *mut FILE) -> c_int; in getc() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs487 pub fn getc(f: *mut FILE) -> c_int; in getc() functions
/third_party/python/Parser/
H A Dtokenizer.c488 return getc(tok->fp); in fp_getc()
/third_party/tzdata/
H A Dzic.c1549 while ((c = getc(fp)) != EOF) in dolink()
1671 while ((ch = getc(fp)) != '\n') { in inputline()

Completed in 48 milliseconds

1234