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:getchar
(Results
1 - 25
of
51
) sorted by relevance
1
2
3
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/rgb565/
H
A
D
rgb565.c
12
r =
getchar
();
in main()
13
g =
getchar
();
in main()
14
b =
getchar
();
in main()
/third_party/ltp/testcases/lib/
H
A
D
tst_hexdump.c
30
for (val =
getchar
(); val >= 0 && val <= 0xff; val =
getchar
())
in encode_hex()
/third_party/FreeBSD/sbin/fsck_msdosfs/
H
A
D
main.c
155
c =
getchar
();
in ask()
156
while (c != '\n' &&
getchar
() != '\n')
in ask()
/third_party/musl/src/stdio/
H
A
D
getchar.c
4
int
getchar
(void)
in getchar()
function
/third_party/ffmpeg/tests/
H
A
D
base64.c
41
while ((in =
getchar
()) != EOF) {
in main()
/third_party/ltp/testcases/kernel/fs/mongo/
H
A
D
summ.c
15
while ((c =
getchar
()) != EOF) {
in main()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H
A
D
getchar.c
44
char ch =
getchar
();
in getchar_0100()
46
t_error("%s
getchar
failed\n", __func__);
in getchar_0100()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H
A
D
hellobrowser.c
47
(void)
getchar
();
in main()
H
A
D
logging.c
51
(void)
getchar
();
in main()
H
A
D
basicauthentication.c
79
(void)
getchar
();
in main()
H
A
D
responseheaders.c
81
(void)
getchar
();
in main()
H
A
D
simplepost.c
188
(void)
getchar
();
in main()
H
A
D
largepost.c
239
(void)
getchar
();
in main()
/third_party/zlib/
H
A
D
configure
171
extern int
getchar
();
172
int hello() {return
getchar
();}
439
extern int
getchar
();
440
int hello() {return
getchar
();}
/third_party/icu/icu4c/source/test/perf/leperf/
H
A
D
leperf.cpp
70
getchar
();
in main()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H
A
D
png-fix-itxt.c
38
#define GETBREAK inchar=
getchar
(); \
/third_party/skia/tools/skiaserve/
H
A
D
skiaserve.cpp
128
getchar
();
in skiaserve_main()
/third_party/backends/frontend/
H
A
D
test.c
69
getchar
();
in testsane()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_cs_breadcrumbs.c
123
while (
getchar
() != 'y')
in sync_gpu_with_cpu()
/third_party/lz4/examples/
H
A
D
HCStreaming_ringBuffer.c
228
unused =
getchar
(); (void)unused; /* silence static analyzer */
in main()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdio.h
92
int
getchar
(void);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdio.h
94
int
getchar
(void);
/third_party/musl/porting/linux/user/include/
H
A
D
stdio.h
95
int
getchar
(void);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdio.h
92
int
getchar
(void);
/third_party/musl/include/
H
A
D
stdio.h
95
int
getchar
(void);
Completed in 9 milliseconds
1
2
3