Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:getc
(Results
26 - 50
of
85
) sorted by relevance
1
2
3
4
/third_party/skia/third_party/externals/microhttpd/src/examples/
H
A
D
minimal_example_comet.c
82
(void)
getc
(stdin);
in main()
H
A
D
querystring_example.c
87
(void)
getc
(stdin);
in main()
H
A
D
refuse_post_example.c
95
(void)
getc
(stdin);
in main()
H
A
D
benchmark.c
152
(void)
getc
(stdin);
in main()
H
A
D
digest_auth_example.c
135
(void)
getc
(stdin);
in main()
H
A
D
fileserver_example.c
116
(void)
getc
(stdin);
in main()
H
A
D
https_fileserver_example.c
202
(void)
getc
(stdin);
in main()
H
A
D
benchmark_https.c
200
(void)
getc
(stdin);
in main()
H
A
D
fileserver_example_dirs.c
176
(void)
getc
(stdin);
in main()
/third_party/cups-filters/filter/
H
A
D
getline.c
69
register int c =
getc
(stream);
/third_party/skia/third_party/externals/libpng/contrib/tools/
H
A
D
checksum-icc.c
28
int ch =
getc
(ip);
in read_one_file()
/third_party/node/deps/v8/src/base/platform/
H
A
D
platform-cygwin.cc
233
c =
getc
(fp);
in GetSharedLibraryAddresses()
258
c =
getc
(fp);
in GetSharedLibraryAddresses()
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
rdswitch.c
31
ch =
getc
(file);
in text_getc()
34
ch =
getc
(file);
in text_getc()
H
A
D
wrjpgcom.c
72
#define NEXTBYTE()
getc
(infile)
554
while ((c =
getc
(src_file)) != EOF) {
in main()
H
A
D
rdppm.c
81
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
D
tool_ipfs.c
106
while((c =
getc
(gateway_file)) != EOF && c != '\n' && c != '\r') {
in ipfs_gateway()
/third_party/cups-filters/cupsfilters/
H
A
D
image-photocd.c
67
rotation = (
getc
(fp) & 63) != 8;
in _cupsImageReadPhotoCD()
/third_party/alsa-lib/src/
H
A
D
input.c
151
return
getc
(stdio->fp);
in snd_input_stdio_getc()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdio.h
91
int
getc
(FILE *);
/third_party/musl/porting/linux/user/src/network/
H
A
D
resolvconf.c
197
do c =
getc
(f);
in get_resolv_conf_ext()
/third_party/musl/src/network/
H
A
D
resolvconf.c
191
do c =
getc
(f);
in get_resolv_conf_ext()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdio.h
93
int
getc
(FILE *);
/third_party/musl/porting/linux/user/include/
H
A
D
stdio.h
94
int
getc
(FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdio.h
91
int
getc
(FILE *);
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H
A
D
rpc1.c
125
*p =
getc
(fp);
in main()
Completed in 10 milliseconds
1
2
3
4