Searched refs:getchar (Results 1 - 17 of 17) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dgetchar.c3 int getchar(void) { function
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdio.h21 int getchar(void);
/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Dmain.c137 c = getchar();
138 while (c != '\n' && getchar() != '\n')
/fuchsia/zircon/kernel/lib/libc/
H A Dstdio.c26 int getchar(void) function
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Dacgetline.c54 * by the AcpiExec utility. It uses getchar() and putchar() and the existing
194 InputChar = getchar ();
302 InputChar = getchar ();
310 InputChar = getchar (); /* Backup one character */
429 InputChar = getchar ();
/fuchsia/zircon/third_party/ulib/jemalloc/msvc/projects/vc2015/test_threads/
H A Dtest_threads.cpp38 getchar();
87 getchar();
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dasmain.c146 Response = getchar ();
163 Response = getchar ();
/fuchsia/zircon/system/dev/nand/broker/test/
H A Dmain.cpp150 int c = getchar();
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpidump/
H A Dapfiles.c79 if (getchar () != 'y')
/fuchsia/zircon/kernel/syscalls/
H A Ddebug.cpp53 int intc = getchar();
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdio.h83 int getchar(void);
/fuchsia/zircon/system/uapp/nand-util/
H A Dmain.cpp436 if (getchar() != 'y') {
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslutils.c94 if (getchar () != 'y')
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c536 if ((InputChar = getchar ()) == EOF)
H A Doswinxf.c535 if ((Temp = getchar ()) == EOF)
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c1120 ch = getchar();
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk684 $(LOCAL_DIR)/src/stdio/getchar.c \

Completed in 135 milliseconds