Home
last modified time | relevance | path

Searched refs:getc (Results 26 - 50 of 85) sorted by relevance

1234

/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dminimal_example_comet.c82 (void) getc (stdin); in main()
H A Dquerystring_example.c87 (void) getc (stdin); in main()
H A Drefuse_post_example.c95 (void) getc (stdin); in main()
H A Dbenchmark.c152 (void) getc (stdin); in main()
H A Ddigest_auth_example.c135 (void) getc (stdin); in main()
H A Dfileserver_example.c116 (void) getc (stdin); in main()
H A Dhttps_fileserver_example.c202 (void) getc (stdin); in main()
H A Dbenchmark_https.c200 (void) getc (stdin); in main()
H A Dfileserver_example_dirs.c176 (void) getc (stdin); in main()
/third_party/cups-filters/filter/
H A Dgetline.c69 register int c = getc (stream);
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dchecksum-icc.c28 int ch = getc(ip); in read_one_file()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc233 c = getc(fp); in GetSharedLibraryAddresses()
258 c = getc(fp); in GetSharedLibraryAddresses()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdswitch.c31 ch = getc(file); in text_getc()
34 ch = getc(file); in text_getc()
H A Dwrjpgcom.c72 #define NEXTBYTE() getc(infile)
554 while ((c = getc(src_file)) != EOF) { in main()
H A Drdppm.c81 ch = getc(infile); in pbm_getc()
84 ch = getc(infile); in pbm_getc()
565 if (getc(source->pub.input_file) != 'P')
568 c = getc(source->pub.input_file); /* subformat discriminator character */
/third_party/curl/src/
H A Dtool_ipfs.c106 while((c = getc(gateway_file)) != EOF && c != '\n' && c != '\r') { in ipfs_gateway()
/third_party/cups-filters/cupsfilters/
H A Dimage-photocd.c67 rotation = (getc(fp) & 63) != 8; in _cupsImageReadPhotoCD()
/third_party/alsa-lib/src/
H A Dinput.c151 return getc(stdio->fp); in snd_input_stdio_getc()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h91 int getc(FILE *);
/third_party/musl/porting/linux/user/src/network/
H A Dresolvconf.c197 do c = getc(f); in get_resolv_conf_ext()
/third_party/musl/src/network/
H A Dresolvconf.c191 do c = getc(f); in get_resolv_conf_ext()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h93 int getc(FILE *);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h94 int getc(FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h91 int getc(FILE *);
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H A Drpc1.c125 *p = getc(fp); in main()

Completed in 10 milliseconds

1234