Home
last modified time | relevance | path

Searched refs:xopenro (Results 1 – 25 of 27) sorted by relevance

12

/external/toybox/toys/pending/
Dcrontab.c117 int lno, fd = xopenro(fname); in parse_crontab()
217 fdin = xopenro(toybuf); in do_list()
235 fdin = xopenro(src); in update_crontab()
279 srcfd = xopenro(toybuf); in do_edit()
Ddumpleases.c45 fd = xopenro(TT.file); in dumpleases_main()
Dklogd.c77 TT.fd = xopenro("/proc/kmsg"); //_PATH_KLOG in paths.h in klogd_main()
Dlast.c99 fd = xopenro(file); in last_main()
Darp.c248 fd = xopenro("/proc/net/arp"); in arp_main()
Ddd.c210 else TT.in.fd = xopenro(TT.in.name); in dd_main()
Dtftp.c384 fd = xopenro(TT.local_file); in file_put()
Dmodprobe.c368 int fd = xopenro(modules); in ins_mod()
/external/toybox/toys/other/
Dfsfreeze.c26 int fd = xopenro(*toys.optargs); in fsfreeze_main()
Dblockdev.c49 int fd = xopenro(*ss), i;
Dinsmod.c28 int fd = xopenro(*toys.optargs); in insmod_main()
Dshred.c45 TT.ufd = xopenro("/dev/urandom");
Dnsenter.c156 if (setns(fd = xopenro(filename), flags[i])) perror_exit("setns"); in unshare_main()
Dmakedevs.c50 fd = xopenro(TT.fname);
/external/toybox/toys/android/
Dload_policy.c22 int fd = xopenro(*toys.optargs); in load_policy_main()
/external/toybox/toys/posix/
Duuencode.c29 if (toys.optc > 1) fd = xopenro(toys.optargs[0]); in uuencode_main()
Dcomm.c51 file[i] = xopenro(toys.optargs[i]); in comm_main()
Duudecode.c33 if (toys.optc) ifd = xopenro(*toys.optargs);
Dpatch.c268 if (TT.infile) TT.filepatch = xopenro(TT.infile); in patch_main()
405 TT.filein = xopenro(name); in patch_main()
Dfind.c466 if (TT.topdir == -1) TT.topdir = xopenro("."); in do_find()
Dsed.c1019 for (al = TT.f; al; al = al->next) do_lines(xopenro(al->arg), parse_pattern); in sed_main()
/external/toybox/toys/net/
Drfkill.c83 tvar = xopenro(toybuf); in rfkill_main()
/external/toybox/lib/
Dpassword.c27 i = xopenro("/dev/urandom"); in get_salt()
Dlib.h144 int xopenro(char *path);
Dxwrap.c394 int xopenro(char *path) in xopenro() function

12