Searched refs:fgets (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dnonstdio.h9 #define fgets xmon_fgets macro
17 extern char *fgets(char *, int, void *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dfgets.c6 * $Id: fgets.c,v 1.4 2008/01/08 20:58:44 bostic Exp $
14 * fgets --
17 * PUBLIC: char *fgets __P((char *, int, FILE *));
21 fgets(s, n, fp) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcomm.c55 fgets(thisline[i], LINE_LEN, streams[i]);
95 fgets(thisline[i], LINE_LEN, streams[i]);
101 fgets(thisline[1], LINE_LEN, streams[1]);
103 fgets(thisline[0], LINE_LEN, streams[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dif_proc.c150 fgets (buf, PROCBUFSIZ, fp);
151 fgets (buf, PROCBUFSIZ, fp);
162 while (fgets (buf, PROCBUFSIZ, fp) != NULL)
193 fgets (buf, PROCBUFSIZ, fp);
194 fgets (buf, PROCBUFSIZ, fp);
198 while (fgets (buf, PROCBUFSIZ, fp) != NULL)
238 while (fgets (buf, PROCBUFSIZ, fp) != NULL)
H A Dipforward_proc.c55 pnt = fgets (buf, 6, fp);
116 fgets (buf, 2, fp);
H A Drtread_proc.c64 fgets (buf, RT_BUFSIZ, fp);
66 while (fgets (buf, RT_BUFSIZ, fp) != NULL)
119 while (fgets (buf, RT_BUFSIZ, fp) != NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/lhash/
H A Dlh_test.c76 fgets(buf,256,stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lcl.h9 #define UP_fgets fgets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlh_test.c76 fgets(buf,256,stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h65 # undef fgets macro
66 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
68 # define fgets_unlocked(x,y,z) fgets (x,y,z)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunlocked-io.h65 # undef fgets macro
66 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
68 # define fgets_unlocked(x,y,z) fgets (x,y,z)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunlocked-io.h65 # undef fgets macro
66 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
68 # define fgets_unlocked(x,y,z) fgets (x,y,z)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dunlocked-io.h66 # undef fgets macro
67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
69 # define fgets_unlocked(x,y,z) fgets (x,y,z)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/auth/crackcheck/
H A Dcrackcheck.c46 password = fgets(f, sizeof(f), stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipmroute.c61 fgets(buf, sizeof(buf), fp);
63 while (fgets(buf, sizeof(buf), fp)) {
86 fgets(buf, sizeof(buf), fp);
88 while (fgets(buf, sizeof(buf), fp)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-plist.c105 p = fgets(buf, MAX_BUF, fp);
134 p = fgets(buf, MAX_BUF, fp);
151 p = fgets(buf, MAX_BUF, fp);
185 p = fgets(buf, MAX_BUF, fp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-plist.c105 p = fgets(buf, MAX_BUF, fp);
142 p = fgets(buf, MAX_BUF, fp);
159 p = fgets(buf, MAX_BUF, fp);
201 p = fgets(buf, MAX_BUF, fp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dsa/
H A Dfips_dssvs.c91 while(fgets(buf,sizeof buf,stdin) != NULL)
111 while(fgets(buf,sizeof buf,stdin) != NULL)
148 while(fgets(buf,sizeof buf,stdin) != NULL)
183 while(fgets(buf,sizeof buf,stdin) != NULL)
226 while(fgets(buf,sizeof buf,stdin) != NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtestacl.c32 fgets(temp, sizeof(temp), stdin);
45 fgets(temp, sizeof(temp), stdin);
58 fgets(temp, sizeof(temp), stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcommands_admin.c56 while (fgets(buffer, sizeof(buffer), stdin)) {
76 while (fgets(buffer, sizeof(buffer), mystatuslog))
84 if (!fgets(buffer, sizeof(buffer), stdin))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/basic/
H A Dsplit-include.c105 while (fgets(line, buffer_size, fp_config))
133 fgets(old_line, buffer_size, fp_target);
187 * fgets gives the incoming names a terminating \n.
196 while (fgets(line+1, buffer_size, fp_find))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dhttp.c135 if (fgets(line, sizeof(line), fp)) {
147 while (fgets(line, sizeof(line), fp)) {
165 if (chunked && fgets(line, sizeof(line), fp))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/sha1/
H A Dfips_sha1test.c99 fgets(line,1024,fp);
117 fgets(line+n-1,sizeof(line)-n+1,fp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dfips_sha1test.c99 fgets(line,1024,fp);
117 fgets(line+n-1,sizeof(line)-n+1,fp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-plist.c102 p = fgets(buf, MAX_BUF, fp);
161 p = fgets(buf, MAX_BUF, fp);

Completed in 133 milliseconds

1234567891011>>