Searched refs:fopen (Results 101 - 125 of 745) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dlockd.c66 .fopen = nlm_fopen, /* open file for locking */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlogin.c35 fd = fopen(issue_file, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfwriteerror.c136 FILE *stream = fopen (UNWRITABLE_FILE, "w");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetpwent_r.c24 if ((fptr = fopen(fname, "w")) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dconfdata.c71 in = fopen(name, "r");
76 in = fopen(name, "r");
225 out = fopen(".tmpconfig", "w");
228 out_h = fopen(".tmpconfig.h", "w");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dusb_hotplug.c65 if (!fp) fp = fopen("/tmp/usb_err", "a+"); \
82 fp = fopen("/proc/mounts", "r");
265 fp = fopen(VOL_ID_TMP_FILE, "r");
290 fp = fopen(filename, "w+"); /* wklin modified, w -> w+ */
324 fd = fopen(sn_path,"r");
473 if (fp = fopen (ATTACHED_USB_STORAGE_INFORMATION, "r"))
486 if (fp = fopen (volume_path, "r"))
503 if (fp = fopen (vendor_path, "r"))
523 if (fp = fopen (model_path, "r"))
543 if (fp = fopen (ATTACHED_USB_STORAGE_INFORMATIO
[all...]
H A Dudhcpc.c50 if (!(fp = fopen(tmp, "w"))) {
168 if (!(fp = fopen(tmp, "w"))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr005/
H A Dchk.nl31 if ((fp = fopen(*argv, "r")) == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dmemdebug.h134 #undef fopen macro
135 #define fopen(file,mode) curl_fopen(file,mode,__LINE__,__FILE__) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_parsecfg.c71 file = fopen(filebuffer, "r");
117 file = fopen(filename, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipmroute.c56 FILE *fp = fopen("/proc/net/ip_mr_vif", "r");
81 FILE *fp = fopen("/proc/net/ip_mr_cache", "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dtiny_psnr.c124 f[0]= fopen(argv[1], "rb");
125 f[1]= fopen(argv[2], "rb");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drandfile.c111 in=fopen(file,"rb");
180 out = fopen(file,"wb");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dmessages.c66 message=fopen(filename, "r");
70 message=fopen(filename, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drandfile.c111 in=fopen(file,"rb");
180 out = fopen(file,"wb");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/utils/
H A Dmkprep.c83 else if (!(in = fopen(argv[argptr], "r")))
90 else if (!(out = fopen(argv[argptr], "w")))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Duniq-u.c182 istream = fopen (infile, "r");
192 ostream = fopen (outfile, "w");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemname.c29 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */
103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) {
104 /* fopen could have failed for a reason other than the file not
251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dbuild.c98 in=fopen(filename,"r");
114 out=fopen(filename,"w");
H A Dhuffbuild.c105 file=fopen(infile,"r");
156 file=fopen(buffer,"w");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dmessages.c66 message=fopen(filename, "r");
70 message=fopen(filename, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/validchars/
H A Dvalidchr.c70 if ((fd=fopen(name, "w"))==0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_uname.c17 if ((fp = fopen(UNAMEFILE, "w")) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dunzcrash.c86 f = fopen ( argv[1], "r" );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dfopen.c4 * URL reads it supports fopen(), fread(), fgets(), feof(), fclose(),
8 * Using this code you can replace your program's fopen() with url_fopen()
213 basicly use the real fopen() for standard files */
224 if((file->handle.file=fopen(url,operation)))
449 outf=fopen("fgets.test","w+");
473 outf=fopen("fread.test","w+");
497 outf=fopen("rewind.test","w+");

Completed in 216 milliseconds

1234567891011>>