Home
last modified time | relevance | path

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

12

/external/toybox/toys/pending/
Duserdel.c34 exfp = xfopen(filename, "r+"); in update_groupfiles()
50 newfp = xfopen(filenamesfx, "w+"); in update_groupfiles()
Dklogd.c40 FILE *fptr = xfopen("/proc/sys/kernel/printk", "w");
Dbootchartd.c164 FILE *proc_ps_fp = xfopen("proc_ps.log", "w"); in start_logging()
214 FILE *hdr_fp = xfopen("header", "w"); in stop_logging()
Dmodprobe.c291 FILE *fe = xfopen("modules.dep", "r"); in depmode_read_entry()
319 FILE *fe = xfopen("modules.dep", "r"); in find_dep()
517 fs = xfopen("/proc/modules", "r"); in modprobe_main()
Droute.c110 FILE *fp = xfopen("/proc/net/route", "r"); in display_routes()
401 FILE *fp = xfopen("/proc/net/ipv6_route", "r"); in display_routes6()
Dsh.c373 f = *toys.optargs ? xfopen(*toys.optargs, "r") : NULL; in sh_main()
Dnetstat.c524 FILE *fp = xfopen("/proc/net/route", "r"); in display_routes()
/external/toybox/toys/posix/
Duniq.c67 if (toys.optc >= 1) infile = xfopen(toys.optargs[0], "r"); in uniq_main()
68 if (toys.optc >= 2) outfile = xfopen(toys.optargs[1], "w"); in uniq_main()
/external/bison/src/
Dfiles.h68 FILE *xfopen (const char *name, const char *mode);
Dprint_graph.c198 FILE *fgraph = xfopen (spec_graph_file, "w"); in print_graph()
Dscan-skel.l281 yyout = xfopen (*outnamep, "w");
Dfiles.c107 xfopen (const char *name, const char *mode) in xfopen() function
Dprint.c506 FILE *out = xfopen (spec_verbose_file, "w"); in print_results()
Dprint-xml.c502 FILE *out = xfopen (spec_xml_file, "w"); in print_xml()
Doutput.c539 xfclose (xfopen (full_m4sugar, "r")); in output_skeleton()
Dreader.c618 gram_in = xfopen (grammar_file, "r"); in reader()
Dscan-skel.c2401 skel_out = xfopen (*outnamep, "w"); in at_directive_perform()
/external/toybox/toys/other/
Dlsmod.c21 FILE * file = xfopen(modfile, "r"); in lsmod_main()
Dblkid.c143 FILE *fp = xfopen("/proc/partitions", "r"); in blkid_main()
Dsysctl.c124 FILE *fp = xfopen(*toys.optargs ? *toys.optargs : "/etc/sysctl.conf", "r"); in sysctl_main()
Difconfig.c273 fp = xfopen("/proc/net/dev", "r"); in show_iface()
/external/toybox/scripts/
Dconfig2help.c143 FILE *fp = xfopen(filename, "r"); in parse()
222 fp = xfopen(argv[2], "r"); in main()
/external/toybox/toys/lsb/
Dmount.c169 } else fp = xfopen("/proc/filesystems", "r"); in mount_filesystem()
/external/toybox/lib/
Dlib.h126 FILE *xfopen(char *path, char *mode);
Dxwrap.c342 FILE *xfopen(char *path, char *mode) in xfopen() function

12