Searched refs:xfopen (Results 1 – 25 of 28) sorted by relevance
12
/external/toybox/toys/pending/ |
D | userdel.c | 34 exfp = xfopen(filename, "r+"); in update_groupfiles() 50 newfp = xfopen(filenamesfx, "w+"); in update_groupfiles()
|
D | klogd.c | 40 FILE *fptr = xfopen("/proc/sys/kernel/printk", "w");
|
D | bootchartd.c | 164 FILE *proc_ps_fp = xfopen("proc_ps.log", "w"); in start_logging() 214 FILE *hdr_fp = xfopen("header", "w"); in stop_logging()
|
D | modprobe.c | 291 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()
|
D | route.c | 110 FILE *fp = xfopen("/proc/net/route", "r"); in display_routes() 401 FILE *fp = xfopen("/proc/net/ipv6_route", "r"); in display_routes6()
|
D | sh.c | 373 f = *toys.optargs ? xfopen(*toys.optargs, "r") : NULL; in sh_main()
|
D | netstat.c | 524 FILE *fp = xfopen("/proc/net/route", "r"); in display_routes()
|
/external/toybox/toys/posix/ |
D | uniq.c | 67 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/ |
D | files.h | 68 FILE *xfopen (const char *name, const char *mode);
|
D | print_graph.c | 198 FILE *fgraph = xfopen (spec_graph_file, "w"); in print_graph()
|
D | scan-skel.l | 281 yyout = xfopen (*outnamep, "w");
|
D | files.c | 107 xfopen (const char *name, const char *mode) in xfopen() function
|
D | print.c | 506 FILE *out = xfopen (spec_verbose_file, "w"); in print_results()
|
D | print-xml.c | 502 FILE *out = xfopen (spec_xml_file, "w"); in print_xml()
|
D | output.c | 539 xfclose (xfopen (full_m4sugar, "r")); in output_skeleton()
|
D | reader.c | 618 gram_in = xfopen (grammar_file, "r"); in reader()
|
D | scan-skel.c | 2401 skel_out = xfopen (*outnamep, "w"); in at_directive_perform()
|
/external/toybox/toys/other/ |
D | lsmod.c | 21 FILE * file = xfopen(modfile, "r"); in lsmod_main()
|
D | blkid.c | 143 FILE *fp = xfopen("/proc/partitions", "r"); in blkid_main()
|
D | sysctl.c | 124 FILE *fp = xfopen(*toys.optargs ? *toys.optargs : "/etc/sysctl.conf", "r"); in sysctl_main()
|
D | ifconfig.c | 273 fp = xfopen("/proc/net/dev", "r"); in show_iface()
|
/external/toybox/scripts/ |
D | config2help.c | 143 FILE *fp = xfopen(filename, "r"); in parse() 222 fp = xfopen(argv[2], "r"); in main()
|
/external/toybox/toys/lsb/ |
D | mount.c | 169 } else fp = xfopen("/proc/filesystems", "r"); in mount_filesystem()
|
/external/toybox/lib/ |
D | lib.h | 126 FILE *xfopen(char *path, char *mode);
|
D | xwrap.c | 342 FILE *xfopen(char *path, char *mode) in xfopen() function
|
12