Home
last modified time | relevance | path

Searched refs:xfopen (Results 1 – 25 of 26) sorted by relevance

12

/third_party/toybox/toys/posix/
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()
Duudecode.c35 if (toys.optc) ifp = xfopen(*toys.optargs, "r");
Dxargs.c176 if (!TT.tty) TT.tty = xfopen("/dev/tty", "re"); in xargs_main()
/third_party/toybox/toys/pending/
Duserdel.c35 exfp = xfopen(filename, "r+"); in update_groupfiles()
51 newfp = xfopen(filenamesfx, "w+"); in update_groupfiles()
Dbootchartd.c150 FILE *proc_ps_fp = xfopen("proc_ps.log", "w"); in start_logging()
200 FILE *hdr_fp = xfopen("header", "w"); in stop_logging()
Dklogd.c40 FILE *fptr = xfopen("/proc/sys/kernel/printk", "w");
Dmodprobe.c289 FILE *fe = xfopen("modules.dep", "r"); in depmode_read_entry()
317 FILE *fe = xfopen("modules.dep", "r"); in find_dep()
534 fs = xfopen("/proc/modules", "r"); in modprobe_main()
Droute.c137 FILE *fp = xfopen("/proc/net/route", "r"); in display_routes()
415 FILE *fp = xfopen("/proc/net/ipv6_route", "r"); in display_routes6()
Darp.c242 fp = xfopen("/proc/net/arp", "r"); in arp_main()
Dcrontab.c116 FILE *fp = xfopen(fname, "r"); in parse_crontab()
Dsh.c1252 else if (*toys.optargs) f = xfopen(*toys.optargs, "r"); in sh_main()
Dip.c1679 FILE *fp = xfopen("/proc/net/psched","r"); in display_route_info()
1977 FILE *fp = xfopen("/proc/sys/net/ipv4/route/flush", "w"); in route_show_flush()
2507 FILE *fp = xfopen("/proc/net/dev", "r"); in read_tunnel()
Dfdisk.c1445 FILE* fp = xfopen("/proc/partitions", "r"); in read_and_print_parts()
/third_party/toybox/toys/other/
Dlsmod.c21 FILE * file = xfopen(modfile, "r"); in lsmod_main()
Dsysctl.c124 FILE *fp = xfopen(*toys.optargs ? *toys.optargs : "/etc/sysctl.conf", "r"); in sysctl_main()
Dblkid.c201 FILE *fp = xfopen("/proc/partitions", "r"); in blkid_main()
/third_party/toybox/scripts/
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/
Dnetstat.c190 FILE *fp = xfopen("/proc/net/unix", "r"); in show_unix_sockets()
282 FILE *fp = xfopen("/proc/net/route", "r"); in display_routes()
Difconfig.c306 fp = xfopen("/proc/net/dev", "r"); in show_iface()
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c193 } else fp = xfopen("/proc/filesystems", "r"); in mount_filesystem()
/third_party/toybox/toys/lsb/
Dmount.c206 } else fp = xfopen("/proc/filesystems", "r"); in mount_filesystem()
/third_party/toybox/lib/
Dlib.h159 FILE *xfopen(char *path, char *mode);
Dxwrap.c473 FILE *xfopen(char *path, char *mode) in xfopen() function
/third_party/toybox/porting/liteos_a/toys/net/
Difconfig.c305 fp = xfopen("/proc/net/dev", "r"); in show_iface()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h160 FILE *xfopen(char *path, char *mode);

12