Searched refs:fgets (Results 126 - 150 of 324) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diptunnel.c485 fgets(buf, sizeof(buf), fp);
486 fgets(buf, sizeof(buf), fp);
488 while (fgets(buf, sizeof(buf), fp) != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dnstat.c120 while (fgets(buf, sizeof(buf), fp) != NULL) {
166 while (fgets(buf, sizeof(buf), fp) != NULL) {
200 if (fgets(buf, sizeof(buf), fp) == NULL)
H A Dssfilter.y189 if (fgets(argbuf, sizeof(argbuf)-1, yy_fp) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Ddes.c767 fgets((char *)b,300,fp);
788 fgets((char *)b,300,fp);
796 fgets((char *)b,300,fp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes.c767 fgets((char *)b,300,fp);
788 fgets((char *)b,300,fp);
796 fgets((char *)b,300,fp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c611 fgets(buf, sizeof(buf), ifile);
633 fgets(buf, sizeof(buf), ifile);
642 while(fgets(buf, sizeof(buf), ifile) != NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diptunnel.c448 fgets(buf, sizeof(buf), fp);
449 fgets(buf, sizeof(buf), fp);
451 while (fgets(buf, sizeof(buf), fp) != NULL) {
454 /*buf[sizeof(buf) - 1] = 0; - fgets is safe anyway */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dlogin.c153 fgets(line, 256, fp);
781 while (fgets (line, sizeof (line), fd))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ematch.c61 while (fgets(buf, sizeof(buf), fd)) {
99 while (fgets(buf, sizeof(buf), fd)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmk_direntry.c90 if (! fgets(tname, 4*MAX_VNAMELEN+1, opentty(0)))
190 fgets(ans, 9, opentty(0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dconf.c104 fgets(line, 128, stdin);
359 fgets(line, 128, stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dfips.c151 if (fgets (line, sizeof line, fp) && atoi (line))
211 if (fgets (line, sizeof line, fp) && atoi (line))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dconf.c104 fgets(line, 128, stdin);
359 fgets(line, 128, stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcode.c122 while (fgets(buf, sizeof(buf), stdin) != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/common/
H A Drep_common.c104 if (fgets(buf, sizeof(buf), stdin) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Dutil.c107 if(!fgets(buf, sizeof(buf), fp))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Drtsp.c162 while (fgets(s, max_len - 2, sdp_fp) != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_paramhlp.c69 while(fgets(buffer, sizeof(buffer), file)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dfake_ntlm.c227 while(fgets(buf, sizeof(buf), stdin)) {
H A Dgetpart.c103 if(!fgets(*buffer + offset, bytestoread, stream))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.c72 while (fgets(buf, sizeof(buf), fp))
102 while (fgets(line, sizeof(line), fp))
146 while (NULL != fgets(buf, sizeof(buf), fp)) {
190 while (fgets(line, sizeof(line), fp))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Drt_names.c34 while (fgets(buf, sizeof(buf), fp)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dppm.c166 if (!fgets( line, 3, in ))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Devp_test.c373 if(!fgets((char *)line,sizeof line,f))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/contrib/pppgetpass/
H A Dpppgetpass.vt.c176 if(!fgets(pass, sizeof pass, fp)) {

Completed in 296 milliseconds

1234567891011>>