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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dmain.c333 while ((l = getchar()) != '\n' && l != EOF)
H A Dcmds.c2271 if ((c = getchar()) == EOF) {
2292 while ((c = getchar()) != '\n' && c != EOF)
2294 if (c == EOF || getchar() == '\n') {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dboot.h352 int getchar(void);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dlogin.c180 c = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c682 checkch = ch = getchar();
684 ch = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c795 int c = getchar();
799 c = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dconfigure166 extern int getchar();
167 int hello() {return getchar();}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dhdparm.c2385 if (ishex(d[digit=0] = getchar())
2386 && ishex(d[++digit] = getchar())
2387 && ishex(d[++digit] = getchar())
2388 && ishex(d[++digit] = getchar())) {
2398 d[digit=0] = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c579 input = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c1849 int c = getchar();
1853 c = getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp1502 getchar();
1847 getchar();
1888 getchar();
4434 getchar();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h786 #define wxGetchar getchar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dinflate.c304 # define NEXTBYTE getchar()
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfsck_minix.c323 c = getchar();

Completed in 212 milliseconds

123