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
51 - 75
of
85
) sorted by relevance
1
2
3
4
/third_party/musl/include/
H
A
D
stdio.h
94
int
getc
(FILE *);
/third_party/musl/libc-test/src/api/
H
A
D
stdio.c
62
{int(*p)(FILE*) =
getc
;}
in f()
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
rdjpgcom.c
63
#define NEXTBYTE()
getc
(infile)
H
A
D
cjpeg.c
105
if ((c =
getc
(infile)) == EOF)
in LOCAL()
H
A
D
rdtarga.c
89
if ((c =
getc
(infile)) == EOF)
in read_byte()
H
A
D
rdbmp.c
87
if ((c =
getc
(infile)) == EOF)
in read_byte()
H
A
D
rdgif.c
147
if ((c =
getc
(infile)) == EOF)
/third_party/musl/libc-test/src/functionalext/fortify/
H
A
D
invalid_param.c
359
getc
(NULL);
in getc_0100()
/third_party/python/Objects/
H
A
D
fileobject.c
14
#define GETC(f)
getc
(f)
/third_party/alsa-lib/test/
H
A
D
playmidi1.c
134
return
getc
(F);
in mygetc()
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
H
A
D
LzmaSpec.cpp
39
int c =
getc
(File);
in ReadByte()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H
A
D
demo.c
896
(void)
getc
(stdin);
in main()
H
A
D
demo_https.c
949
(void)
getc
(stdin);
in main()
/third_party/python/Modules/
H
A
D
main.c
336
while ((ch =
getc
(fp)) != EOF) {
in pymain_run_file_obj()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
makepng.c
1011
ch =
getc
(ip);
in load_file()
1051
ch =
getc
(fp);
in load_file()
/third_party/curl/src/
H
A
D
tool_formparse.c
412
int c =
getc
(fp);
in read_field_headers()
/third_party/backends/backend/
H
A
D
hp-option.c
2217
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
D
aplaymidi.c
219
return
getc
(file);
in read_byte()
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfssecaudit.c
2098
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
D
libcpuset.c
319
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
D
pngfix.c
1246
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
D
mod.rs
459
pub fn
getc
(arg1: *mut FILE) -> c_int;
in getc()
functions
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
487
pub fn
getc
(f: *mut FILE) -> c_int;
in getc()
functions
/third_party/python/Parser/
H
A
D
tokenizer.c
488
return
getc
(tok->fp);
in fp_getc()
/third_party/tzdata/
H
A
D
zic.c
1549
while ((c =
getc
(fp)) != EOF)
in dolink()
1671
while ((ch =
getc
(fp)) != '\n') {
in inputline()
Completed in 48 milliseconds
1
2
3
4