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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_panykey.c41 getchar();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dask_confirmation.c22 while (((c = getchar()) != EOF) && (c != '\n')) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/debug/
H A Dhex2bin.c35 int byte = getchar();
41 const int digit = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/debug/
H A Dhex2bin.c35 int byte = getchar();
41 const int digit = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr018/
H A Dt.c19 for (l = 1, r = 0; (ch = getchar()) != EOF;) {
22 do { ch = getchar(); } while (isblank(ch));
26 do { ch = getchar(); } while (isblank(ch));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dbase64.c41 while ((in = getchar()) != EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dbin2c.c22 while ((ch = getchar()) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dbase64.c41 while ((in = getchar()) != EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dtty.c88 int getchar(void) function
115 getchar();
128 return getchar();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dbin2hex.c29 while ( ( c = getchar( ) ) != EOF )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr021/
H A Dt.c21 for (l = 1, ok = 1, s = str; (ch = getchar()) != EOF;) {
34 for (pc = 1; (ch = getchar()) != EOF;) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dunlocked-io.h77 # undef getchar macro
78 # define getchar() getchar_unlocked () macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h107 # undef getchar macro
108 # define getchar() getchar_unlocked () macro
110 # define getchar_unlocked() getchar ()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunlocked-io.h107 # undef getchar macro
108 # define getchar() getchar_unlocked () macro
110 # define getchar_unlocked() getchar ()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunlocked-io.h107 # undef getchar macro
108 # define getchar() getchar_unlocked () macro
110 # define getchar_unlocked() getchar ()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dunlocked-io.h108 # undef getchar macro
109 # define getchar() getchar_unlocked () macro
111 # define getchar_unlocked() getchar ()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/extra/scanlzma/
H A Dscanlzma.c74 ch = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/extra/scanlzma/
H A Dscanlzma.c74 ch = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dtestdbm.c116 cmd_ch = getchar ();
117 while (getchar () != '\n') /* Do nothing. */;
H A Dtestndbm.c113 cmd_ch = getchar ();
114 while (getchar () != '\n') /* Do nothing. */;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dtestdbm.c116 cmd_ch = getchar ();
117 while (getchar () != '\n') /* Do nothing. */;
H A Dtestndbm.c113 cmd_ch = getchar ();
114 while (getchar () != '\n') /* Do nothing. */;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/
H A Dosdep.h75 #undef getchar macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtee.c76 while ((c = getchar()) != EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/
H A DUnZp.h27 #undef getchar macro

Completed in 302 milliseconds

123