Home
last modified time | relevance | path

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

12

/third_party/toybox/toys/pending/
H A Dchsh.c57 file = xfopen("/etc/shells", "r"); in chsh_main()
75 file = xfopen("/etc/passwd", "a"); in chsh_main()
H A Duserdel.c35 exfp = xfopen(filename, "r+"); in update_groupfiles()
51 newfp = xfopen(filenamesfx, "w+"); in update_groupfiles()
H A Dbootchartd.c142 FILE *proc_ps_fp = xfopen("proc_ps.log", "w"); in start_logging()
176 FILE *hdr_fp = xfopen("header", "w"); in stop_logging()
H A Dmodprobe.c284 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 Dklogd.c40 FILE *fptr = xfopen("/proc/sys/kernel/printk", "w"); in set_log_level()
H A Droute.c135 FILE *fp = xfopen("/proc/net/route", "r"); in display_routes()
413 FILE *fp = xfopen("/proc/net/ipv6_route", "r"); in display_routes6()
H A Darp.c242 fp = xfopen("/proc/net/arp", "r"); in arp_main()
H A Dcrontab.c116 FILE *fp = xfopen(fname, "r"); in parse_crontab()
H A Dsh.c1252 else if (*toys.optargs) f = xfopen(*toys.optargs, "r"); in sh_main()
/third_party/toybox/toys/posix/
H A Duniq.c65 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 Duudecode.c35 if (toys.optc) ifp = xfopen(*toys.optargs, "r"); in uudecode_main()
H A Dxargs.c176 if (!TT.tty) TT.tty = xfopen("/dev/tty", "re"); in xargs_main()
/third_party/toybox/toys/other/
H A Dlsmod.c21 FILE * file = xfopen(modfile, "r"); in lsmod_main()
H A Dmakedevs.c52 fp = xfopen(TT.d, "r"); in makedevs_main()
H A Dsysctl.c124 FILE *fp = xfopen(*toys.optargs ? *toys.optargs : "/etc/sysctl.conf", "r"); in sysctl_main()
H A Dblkid.c201 FILE *fp = xfopen("/proc/partitions", "r"); in blkid_main()
/third_party/toybox/scripts/
H A Dconfig2help.c65 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 Dnetstat.c190 FILE *fp = xfopen("/proc/net/unix", "r"); in show_unix_sockets()
282 FILE *fp = xfopen("/proc/net/route", "r"); in display_routes()
H A Difconfig.c306 fp = xfopen("/proc/net/dev", "r"); in show_iface()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c193 } else fp = xfopen("/proc/filesystems", "r"); in mount_filesystem()
/third_party/toybox/toys/lsb/
H A Dmount.c206 } else fp = xfopen("/proc/filesystems", "r"); in mount_filesystem()
/third_party/toybox/lib/
H A Dlib.h165 FILE *xfopen(char *path, char *mode);
H A Dxwrap.c473 FILE *xfopen(char *path, char *mode) in xfopen() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h160 FILE *xfopen(char *path, char *mode);
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c305 fp = xfopen("/proc/net/dev", "r"); in show_iface()

Completed in 15 milliseconds

12