Searched refs:wfopen (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dwfopen.c32 FILE *wfopen(const char *path, const char *mode) function
H A Dprint_file.c43 FILE *f = wfopen(filename, "r");
H A Dlibbb.h131 extern FILE *wfopen(const char *path, const char *mode);
H A Dunarchive.c148 if ((dst_stream = wfopen(full_name, "w")) == NULL) {
572 deb_stream = wfopen(package_filename, "r");
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dhead.c77 if ((fp = wfopen(argv[optind], "r")) == NULL)
H A Ddos2unix.c54 if ((in = wfopen(fn, "rw")) == NULL) {
H A Dwc.c142 if ((file = wfopen(argv[optind], "r")) != NULL)
H A Dmore.c108 file = wfopen(*argv, "r");
H A Dcut.c346 file = wfopen(argv[i], "r");
H A DMakefile250 trim.c unzip.c vdprintf.c verror_msg.c vperror_msg.c wfopen.c xfuncs.c \
H A Dmd5sum.c773 fp = wfopen(filename, "r");
808 checkfile_stream = wfopen(checkfile_name, "r");
H A Dutility.c1616 if ((file = wfopen(filename, "r")) == NULL)
1701 FILE *wfopen(const char *path, const char *mode) function

Completed in 196 milliseconds