HomeSort by relevance Sort by last modified time
    Searched refs:xfopen (Results 1 - 25 of 25) sorted by null

  /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
print-xml.c 502 FILE *out = xfopen (spec_xml_file, "w");
print.c 509 FILE *out = xfopen (spec_verbose_file, "w");
scan-skel.c     [all...]
  /external/toybox/toys/other/
lsmod.c 21 FILE * file = xfopen(modfile, "r");
blkid.c 150 FILE *fp = xfopen("/proc/partitions", "r");
sysctl.c 124 FILE *fp = xfopen(*toys.optargs ? *toys.optargs : "/etc/sysctl.conf", "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");
bootchartd.c 165 FILE *proc_ps_fp = xfopen("proc_ps.log", "w");
215 FILE *hdr_fp = xfopen("header", "w");
modprobe.c 289 FILE *fe = xfopen("modules.dep", "r");
317 FILE *fe = xfopen("modules.dep", "r");
534 fs = xfopen("/proc/modules", "r");
route.c 136 FILE *fp = xfopen("/proc/net/route", "r");
412 FILE *fp = xfopen("/proc/net/ipv6_route", "r");
sh.c 319 if (*toys.optargs) f = xfopen(*toys.optargs, "r");
ip.c     [all...]
fdisk.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/toybox/scripts/
config2help.c 152 FILE *fp = xfopen(filename, "r");
236 fp = xfopen(argv[2], "r");
  /external/toybox/toys/net/
netstat.c 190 FILE *fp = xfopen("/proc/net/unix", "r");
282 FILE *fp = xfopen("/proc/net/route", "r");
ifconfig.c 276 fp = xfopen("/proc/net/dev", "r");
  /external/toybox/toys/lsb/
mount.c 170 } else fp = xfopen("/proc/filesystems", "r");
  /external/toybox/lib/
lib.h 151 FILE *xfopen(char *path, char *mode);
xwrap.c 416 FILE *xfopen(char *path, char *mode) function

Completed in 322 milliseconds