Searched refs:getchar (Results 26 - 50 of 64) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/
H A DUnZpLib.h27 #undef getchar macro
H A DUnZpSFX.h27 #undef getchar macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dttyio.h147 # define getch() getchar() /* not correct, but may not be on a console */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/
H A DZipLib.h33 #undef getchar macro
H A DZipSx.h33 #undef getchar macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dttyio.h149 # define getch() getchar() /* not correct, but may not be on a console */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dxargs.c125 c = getchar();
223 c = getchar();
313 c = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dtestgdbm.c246 cmd_ch = getchar ();
251 temp = getchar ();
434 while (getchar () != '\n') /* Do nothing. */;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dtestgdbm.c246 cmd_ch = getchar ();
251 temp = getchar ();
434 while (getchar () != '\n') /* Do nothing. */;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_getpass.c100 # define getch() getchar()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dconfigure62 extern int getchar();
63 int hello() {return getchar();}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dconfigure62 extern int getchar();
63 int hello() {return getchar();}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/auxdisplay/
H A Dcfag12864b-example.c275 while (getchar() != '\n');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_mv.c282 first = ch = getchar();
284 ch = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dconfigure148 extern int getchar();
149 int hello() {return getchar();}
379 extern int getchar();
380 int hello() {return getchar();}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/blast/
H A Dblast.c440 while (getchar() != EOF) n++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Drtsp.c49 ch = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dload.c168 for (len = 0; (ch = getchar()) != EOF;) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A Dblast.c438 while (getchar() != EOF) n++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/cacusermgr/
H A Dutil.c186 getchar();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dvideo.c104 key = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/blast/
H A Dblast.c438 while (getchar() != EOF) n++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/blast/
H A Dblast.c438 while (getchar() != EOF) n++;

Completed in 249 milliseconds

123