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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_panykey.c41 getchar();
H A Dtool_getpass.c104 # define getch() getchar()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dask_confirmation.c22 while (((c = getchar()) != EOF) && (c != '\n')) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dbin2c.c22 while ((ch = getchar()) != EOF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dnonstdio.h11 #define getchar xmon_getchar macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dbin2hex.c29 while ( ( c = getchar( ) ) != EOF )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dsun4prom.h25 unsigned char (*getchar)(void); /* Get char from input device */ member in struct:__anon9467
29 unsigned char *echo; /* Should getchar echo? */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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. */;
H A Dtestgdbm.c246 cmd_ch = getchar ();
251 temp = getchar ();
434 while (getchar () != '\n') /* Do nothing. */;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtee.c76 while ((c = getchar()) != EOF) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dxargs.c125 c = getchar();
223 c = getchar();
313 c = getchar();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dconfigure62 extern int getchar();
63 int hello() {return getchar();}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dconfigure62 extern int getchar();
63 int hello() {return getchar();}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/auxdisplay/
H A Dcfag12864b-example.c276 while (getchar() != '\n');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_mv.c282 first = ch = getchar();
284 ch = getchar();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_mv.c282 first = ch = getchar();
284 ch = getchar();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c815 if ((ch = getchar()) == EOF) {
1078 for (p = dbtp->data, len = 0; (c1 = getchar()) != '\n';) {
1103 if ((c2 = getchar()) == EOF)
1147 for (p = dbtp->data, len = 0; (c1 = getchar()) != '\n';) {
1170 if ((c2 = getchar()) == EOF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c800 if ((ch = getchar()) == EOF) {
1063 for (p = dbtp->data, len = 0; (c1 = getchar()) != '\n';) {
1088 if ((c2 = getchar()) == EOF)
1132 for (p = dbtp->data, len = 0; (c1 = getchar()) != '\n';) {
1155 if ((c2 = getchar()) == EOF)

Completed in 141 milliseconds

12