/third_party/toybox/toys/pending/ |
H A D | chsh.c | 57 file = xfopen("/etc/shells", "r"); in chsh_main() 75 file = xfopen("/etc/passwd", "a"); in chsh_main()
|
H A D | userdel.c | 35 exfp = xfopen(filename, "r+"); in update_groupfiles() 51 newfp = xfopen(filenamesfx, "w+"); in update_groupfiles()
|
H A D | bootchartd.c | 142 FILE *proc_ps_fp = xfopen("proc_ps.log", "w"); in start_logging() 176 FILE *hdr_fp = xfopen("header", "w"); in stop_logging()
|
H A D | modprobe.c | 284 FILE *fe = xfopen("modules.dep", "r"); in depmode_read_entry() 311 FILE *fe = xfopen("modules.dep", "r"); in find_dep() 493 fs = xfopen("/proc/modules", "r"); in modprobe_main()
|
H A D | klogd.c | 40 FILE *fptr = xfopen("/proc/sys/kernel/printk", "w"); in set_log_level()
|
H A D | route.c | 135 FILE *fp = xfopen("/proc/net/route", "r"); in display_routes() 413 FILE *fp = xfopen("/proc/net/ipv6_route", "r"); in display_routes6()
|
H A D | arp.c | 242 fp = xfopen("/proc/net/arp", "r"); in arp_main()
|
H A D | crontab.c | 116 FILE *fp = xfopen(fname, "r"); in parse_crontab()
|
H A D | sh.c | 1252 else if (*toys.optargs) f = xfopen(*toys.optargs, "r"); in sh_main()
|
/third_party/toybox/toys/posix/ |
H A D | uniq.c | 65 if (toys.optc >= 1) infile = xfopen(toys.optargs[0], "r"); in uniq_main() 66 if (toys.optc >= 2) outfile = xfopen(toys.optargs[1], "w"); in uniq_main()
|
H A D | uudecode.c | 35 if (toys.optc) ifp = xfopen(*toys.optargs, "r"); in uudecode_main()
|
H A D | xargs.c | 176 if (!TT.tty) TT.tty = xfopen("/dev/tty", "re"); in xargs_main()
|
/third_party/toybox/toys/other/ |
H A D | lsmod.c | 21 FILE * file = xfopen(modfile, "r"); in lsmod_main()
|
H A D | makedevs.c | 52 fp = xfopen(TT.d, "r"); in makedevs_main()
|
H A D | sysctl.c | 124 FILE *fp = xfopen(*toys.optargs ? *toys.optargs : "/etc/sysctl.conf", "r"); in sysctl_main()
|
H A D | blkid.c | 201 FILE *fp = xfopen("/proc/partitions", "r"); in blkid_main()
|
/third_party/toybox/scripts/ |
H A D | config2help.c | 65 FILE *xfopen(char *path, char *mode) in xfopen() function 233 FILE *fp = xfopen(filename, "r"); in parse() 317 fp = xfopen(argv[2], "r"); in main()
|
/third_party/toybox/toys/net/ |
H A D | netstat.c | 190 FILE *fp = xfopen("/proc/net/unix", "r"); in show_unix_sockets() 282 FILE *fp = xfopen("/proc/net/route", "r"); in display_routes()
|
H A D | ifconfig.c | 306 fp = xfopen("/proc/net/dev", "r"); in show_iface()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 193 } else fp = xfopen("/proc/filesystems", "r"); in mount_filesystem()
|
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 206 } else fp = xfopen("/proc/filesystems", "r"); in mount_filesystem()
|
/third_party/toybox/lib/ |
H A D | lib.h | 165 FILE *xfopen(char *path, char *mode);
|
H A D | xwrap.c | 473 FILE *xfopen(char *path, char *mode) in xfopen() function
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 160 FILE *xfopen(char *path, char *mode);
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ifconfig.c | 305 fp = xfopen("/proc/net/dev", "r"); in show_iface()
|