OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getchar
(Results
126 - 150
of
205
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdio.h
225
int
getchar
(void);
416
#define
getchar
() getc(stdin)
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdio.h
225
int
getchar
(void);
416
#define
getchar
() getc(stdin)
macro
/system/core/toolbox/upstream-netbsd/bin/mv/
mv.c
195
if ((ch =
getchar
()) != EOF && ch != '\n') {
197
while ((ch2 =
getchar
()) != EOF && ch2 != '\n')
/external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp
49
LastChar =
getchar
();
53
while (isalnum((LastChar =
getchar
())))
70
LastChar =
getchar
();
79
do LastChar =
getchar
();
92
LastChar =
getchar
();
/external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp
52
LastChar =
getchar
();
56
while (isalnum((LastChar =
getchar
())))
75
LastChar =
getchar
();
84
do LastChar =
getchar
();
97
LastChar =
getchar
();
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_loopback.cc
161
getchar
();
353
getchar
();
627
while ((
getchar
()) != '\n')
vie_autotest_record.cc
219
getchar
();
444
char c =
getchar
();
451
c =
getchar
();
vie_autotest_network.cc
153
getchar
();
393
getchar
();
vie_autotest_simulcast.cc
139
getchar
();
204
getchar
();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio.h
45
getchar
(void)
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio.h
45
getchar
(void)
function
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
stdio.pxd
69
int
getchar
()
/system/core/toolbox/upstream-netbsd/bin/cp/
utils.c
137
checkch = ch =
getchar
();
139
ch =
getchar
();
/system/core/toolbox/upstream-netbsd/bin/rm/
rm.c
564
first = ch =
getchar
();
566
ch =
getchar
();
/external/bison/darwin-lib/
stdio.h
940
_GL_CXXALIASWARN (
getchar
);
variable
[
all
...]
/external/bison/linux-lib/
stdio.h
940
_GL_CXXALIASWARN (
getchar
);
variable
[
all
...]
/external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
55
LastChar =
getchar
();
59
while (isalnum((LastChar =
getchar
())))
79
LastChar =
getchar
();
88
do LastChar =
getchar
();
101
LastChar =
getchar
();
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp
73
LastChar =
getchar
();
77
while (isalnum((LastChar =
getchar
())))
97
LastChar =
getchar
();
106
do LastChar =
getchar
();
119
LastChar =
getchar
();
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp
56
LastChar =
getchar
();
60
while (isalnum((LastChar =
getchar
())))
80
LastChar =
getchar
();
89
do LastChar =
getchar
();
102
LastChar =
getchar
();
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp
58
LastChar =
getchar
();
62
while (isalnum((LastChar =
getchar
())))
82
LastChar =
getchar
();
91
do LastChar =
getchar
();
104
LastChar =
getchar
();
[
all
...]
toy.cpp
58
LastChar =
getchar
();
62
while (isalnum((LastChar =
getchar
())))
82
LastChar =
getchar
();
91
do LastChar =
getchar
();
104
LastChar =
getchar
();
[
all
...]
/external/bison/lib/
stdio.in.h
620
# undef
getchar
621
# define
getchar
rpl_getchar
623
_GL_FUNCDECL_RPL (
getchar
, int, (void));
624
_GL_CXXALIAS_RPL (
getchar
, int, (void));
626
_GL_CXXALIAS_SYS (
getchar
, int, (void));
628
_GL_CXXALIASWARN (
getchar
);
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c
386
getchar
();
470
getchar
();
/bionic/libc/include/
stdio.h
232
int
getchar
(void);
/development/ndk/platforms/android-L/include/
stdio.h
221
int
getchar
(void);
Completed in 433 milliseconds
1
2
3
4
5
6
7
8
9