/external/toybox/toys/other/ |
lsmod.c | 21 FILE * file = xfopen(modfile, "r");
|
blkid.c | 143 FILE *fp = xfopen("/proc/partitions", "r");
|
sysctl.c | 124 FILE *fp = xfopen(*toys.optargs ? *toys.optargs : "/etc/sysctl.conf", "r");
|
ifconfig.c | 273 fp = xfopen("/proc/net/dev", "r");
|
/external/toybox/toys/pending/ |
userdel.c | 34 exfp = xfopen(filename, "r+"); 50 newfp = xfopen(filenamesfx, "w+");
|
klogd.c | 40 FILE *fptr = xfopen("/proc/sys/kernel/printk", "w");
|
modprobe.c | 291 FILE *fe = xfopen("modules.dep", "r"); 319 FILE *fe = xfopen("modules.dep", "r"); 517 fs = xfopen("/proc/modules", "r");
|
bootchartd.c | 164 FILE *proc_ps_fp = xfopen("proc_ps.log", "w"); 214 FILE *hdr_fp = xfopen("header", "w");
|
route.c | 110 FILE *fp = xfopen("/proc/net/route", "r"); 401 FILE *fp = xfopen("/proc/net/ipv6_route", "r");
|
sh.c | 373 f = *toys.optargs ? xfopen(*toys.optargs, "r") : NULL;
|
netstat.c | 524 FILE *fp = xfopen("/proc/net/route", "r");
|
ip.c | [all...] |
/external/toybox/toys/posix/ |
uniq.c | 67 if (toys.optc >= 1) infile = xfopen(toys.optargs[0], "r"); 68 if (toys.optc >= 2) outfile = xfopen(toys.optargs[1], "w");
|
/external/bison/src/ |
files.h | 68 FILE *xfopen (const char *name, const char *mode);
|
print_graph.c | 199 FILE *fgraph = xfopen (spec_graph_file, "w");
|
scan-skel.l | 281 yyout = xfopen (*outnamep, "w");
|
files.c | 108 xfopen (const char *name, const char *mode) 107 xfopen (const char *name, const char *mode) function
|
output.c | 540 xfclose (xfopen (full_m4sugar, "r"));
|
print-xml.c | 502 FILE *out = xfopen (spec_xml_file, "w");
|
print.c | 509 FILE *out = xfopen (spec_verbose_file, "w");
|
reader.c | 623 gram_in = xfopen (grammar_file, "r");
|
/external/toybox/scripts/ |
config2help.c | 143 FILE *fp = xfopen(filename, "r"); 222 fp = xfopen(argv[2], "r");
|
/external/toybox/lib/ |
lib.h | 126 FILE *xfopen(char *path, char *mode);
|
xwrap.c | 342 FILE *xfopen(char *path, char *mode) function
|
/external/toybox/toys/lsb/ |
mount.c | 169 } else fp = xfopen("/proc/filesystems", "r");
|