Home
last modified time | relevance | path

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

123

/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/rgb565/
H A Drgb565.c12 r = getchar(); in main()
13 g = getchar(); in main()
14 b = getchar(); in main()
/third_party/ltp/testcases/lib/
H A Dtst_hexdump.c30 for (val = getchar(); val >= 0 && val <= 0xff; val = getchar()) in encode_hex()
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dmain.c155 c = getchar(); in ask()
156 while (c != '\n' && getchar() != '\n') in ask()
/third_party/musl/src/stdio/
H A Dgetchar.c4 int getchar(void) in getchar() function
/third_party/ffmpeg/tests/
H A Dbase64.c41 while ((in = getchar()) != EOF) { in main()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dsumm.c15 while ((c = getchar()) != EOF) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dgetchar.c44 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 Dhellobrowser.c47 (void) getchar (); in main()
H A Dlogging.c51 (void) getchar (); in main()
H A Dbasicauthentication.c79 (void) getchar (); in main()
H A Dresponseheaders.c81 (void) getchar (); in main()
H A Dsimplepost.c188 (void) getchar (); in main()
H A Dlargepost.c239 (void) getchar (); in main()
/third_party/zlib/
H A Dconfigure171 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 Dleperf.cpp70 getchar(); in main()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpng-fix-itxt.c38 #define GETBREAK inchar=getchar(); \
/third_party/skia/tools/skiaserve/
H A Dskiaserve.cpp128 getchar(); in skiaserve_main()
/third_party/backends/frontend/
H A Dtest.c69 getchar (); in testsane()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs_breadcrumbs.c123 while (getchar() != 'y') in sync_gpu_with_cpu()
/third_party/lz4/examples/
H A DHCStreaming_ringBuffer.c228 unused = getchar(); (void)unused; /* silence static analyzer */ in main()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h92 int getchar(void);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h94 int getchar(void);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h95 int getchar(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h92 int getchar(void);
/third_party/musl/include/
H A Dstdio.h95 int getchar(void);

Completed in 9 milliseconds

123