Home
last modified time | relevance | path

Searched defs:getchar (Results 1 – 25 of 82) sorted by relevance

1234

/aosp_15_r20/external/musl/src/stdio/
H A Dgetchar.c4 int getchar(void) in getchar() function
/aosp_15_r20/external/trusty/musl/src/stdio/
Dgetchar.c4 int getchar(void) in getchar() function
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dconsole.c163 int getchar(void) in getchar() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dstdio.h44 getchar (void) in getchar() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dstdio.h44 getchar (void) in getchar() function
/aosp_15_r20/external/trusty/lk/lib/libc/
Dstdio.c105 int getchar(void) in getchar() function
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dlibpayload.h362 int (*getchar) (void); member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpydoc.py1647 getchar = lambda: sys.stdin.read(1) function
1650 getchar = lambda: sys.stdin.readline()[:-1][:1] function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpydoc.py1647 getchar = lambda: sys.stdin.read(1) function
1650 getchar = lambda: sys.stdin.readline()[:-1][:1] function
/aosp_15_r20/external/python/cpython2/Lib/
Dpydoc.py1444 getchar = lambda: sys.stdin.read(1) function
1447 getchar = lambda: sys.stdin.readline()[:-1][:1] function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpydoc.py1647 getchar = lambda: sys.stdin.read(1) function
1650 getchar = lambda: sys.stdin.readline()[:-1][:1] function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpydoc.py1647 getchar = lambda: sys.stdin.read(1) function
1650 getchar = lambda: sys.stdin.readline()[:-1][:1] function
/aosp_15_r20/external/python/cpython3/Lib/
Dpydoc.py1647 getchar = lambda: sys.stdin.read(1) function
1650 getchar = lambda: sys.stdin.readline()[:-1][:1] function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dpydoc.py1647 getchar = lambda: sys.stdin.read(1) function
1650 getchar = lambda: sys.stdin.readline()[:-1][:1] function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dsystem.h89 # define getchar() getchar_unlocked () macro
/aosp_15_r20/bionic/libc/stdio/
H A Dstdio.cpp867 int getchar() { in getchar() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dpthread.h548 #define getchar(...) (pthread_testcancel(), getchar(__VA_ARGS__)) macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs318 pub fn getchar() -> c_int; in getchar() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/windows/
H A Dmod.rs318 pub fn getchar() -> c_int; in getchar() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs318 pub fn getchar() -> c_int; in getchar() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs318 pub fn getchar() -> c_int; in getchar() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs318 pub fn getchar() -> c_int; in getchar() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs318 pub fn getchar() -> c_int; in getchar() function
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/windows/
Dmod.rs318 pub fn getchar() -> c_int; in getchar() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c315 void getchar() {} in getchar() function

1234