HomeSort by relevance Sort by last modified time
    Searched refs:xopen (Results 26 - 46 of 46) sorted by null

12

  /external/toybox/toys/other/
netcat.c 100 if (TT.filename) pollfds[0].fd = xopen(TT.filename, O_RDWR);
hexedit.c 177 fd = xopen(*toys.optargs, ro ? O_RDONLY : O_RDWR);
ifconfig.c 434 fd = xopen(toybuf, O_RDWR);
  /external/toybox/toys/posix/
patch.c 259 if (TT.infile) TT.filepatch = xopen(TT.infile, O_RDONLY);
394 TT.filein = xopen(name, O_RDONLY);
grep.c 293 xopen("/dev/null", O_RDWR);
find.c 435 if (aa->dir && TT.topdir == -1) TT.topdir = xopen(".", 0);
sed.c 1034 do_lines(xopen(dworkin->arg, O_RDONLY), dworkin->arg, jewel_of_judgement);
  /external/toybox/lib/
lib.h 109 int xopen(char *path, int flags);
password.c 25 i = xopen("/dev/urandom", O_RDONLY);
xwrap.c 257 int xopen(char *path, int flags) function
  /external/toybox/toys/pending/
last.c 99 fd = xopen(file, O_RDONLY);
arp.c 248 fd = xopen("/proc/net/arp", O_RDONLY);
dd.c 172 in.fd = xopen(in.name, O_RDONLY);
getty.c 131 xopen(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC);
mke2fs.c 233 int fd = xopen("/dev/urandom", O_RDONLY);
modprobe.c 371 int fd = xopen(modules, O_RDONLY);
netstat.c 454 fd = xopen(path, O_RDONLY);
tar.c 470 fd = xopen((char *)flist->arg, O_RDONLY);
top.c 468 fd = xopen("/proc/meminfo", O_RDONLY);
dhcp.c 571 int fd = xopen("/dev/urandom", O_RDONLY);
    [all...]
fdisk.c     [all...]

Completed in 2223 milliseconds

12