Searched refs:xfopen (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dpatch.c94 patch_file = xfopen(i, "r");
145 dst_stream = xfopen(new_filename, "w+");
155 dst_stream = xfopen(new_filename, "w");
162 src_stream = xfopen(backup_filename, "r");
164 src_stream = xfopen(original_filename, "r");
H A Ddiff.c944 f1 = xfopen(bb_dev_null, "r");
946 f1 = xfopen(file1, "r");
948 f2 = xfopen(bb_dev_null, "r");
950 f2 = xfopen(file2, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Duudecode.c141 src_stream = xfopen(argv[0], "r");
172 dst_stream = xfopen(outname, "w");
H A Ddos2unix.c32 in = xfopen(fn, "rw");
H A Dcomm.c54 streams[i] = (argv[i][0] == '-' && !argv[i][1]) ? stdin : xfopen(argv[i], "r");
H A Duniq.c24 return xfopen(n, "r\0w" + read0write2);
H A Dmd5_sha1_sum.c122 pre_computed_stream = xfopen(file_ptr, "r");
H A Dsort.c294 if (option_mask32 & FLAG_o) outfile = xfopen(str_o, "w");
356 fp = xfopen(argv[i], "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Daddgroup.c57 file = xfopen(bb_path_group_file, "a");
170 add_user_to_group(argv, bb_path_group_file, xfopen);
H A Ddeluser.c113 del_line_matching(argv, bb_path_passwd_file, xfopen);
119 del_line_matching(argv, bb_path_group_file, xfopen);
H A Dadduser.c29 passwd = xfopen(filename, "r");
97 file = xfopen(bb_path_passwd_file, "a");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dhostname.c31 f = xfopen(s, "r");
H A Dnameif.c93 ifh = xfopen(fname, "r");
H A Droute.c482 FILE *fp = xfopen("/proc/net/route", "r");
550 FILE *fp = xfopen("/proc/net/ipv6_route", "r");
H A Darp.c379 fp = xfopen("/proc/net/arp", "r");
H A Ddnsd.c164 fp = xfopen(fileconf, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dhexdump.c25 fp = xfopen(name, "r");
H A Dreadprofile.c138 map = xfopen(mapFile, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dsetfiles.c554 policystream = xfopen(policyfile, "r");
575 outfile = xfopen(out_filename, "w");
620 f = xfopen(input_filename, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dlsmod.c146 FILE *file = xfopen("/proc/modules", "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dbbsh.c209 f = argv[optind] ? xfopen(argv[optind],"r") : NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dtop.c147 FILE* fp = xfopen("stat", "r");
252 fp = xfopen("meminfo", "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c83 table = xfopen(line, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Ddpkg.c731 status_file = xfopen(filename, "r");
773 FILE *old_status_file = xfopen("/var/lib/dpkg/status", "r");
774 FILE *new_status_file = xfopen("/var/lib/dpkg/status.udeb", "w");
1509 out_stream = xfopen(list_filename, "w");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dgrep.c340 f = xfopen(ffile, "r");

Completed in 84 milliseconds

12