Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dcrontab.c220 fdin = xopenro(toybuf); in do_list()
238 fdin = xopenro(src); in update_crontab()
282 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()
Ddd.c187 else TT.in.fd = xopenro(TT.in.name); in dd_main()
Dtftp.c392 fd = xopenro(TT.local_file); in file_put()
Dmodprobe.c354 int fd = xopenro(modules), rc = syscall(__NR_finit_module, fd, flags, 0); in ins_mod()
Ddhcp.c569 int fd = xopenro("/dev/urandom"); in getxid()
/third_party/toybox/toys/other/
Dfsfreeze.c26 int fd = xopenro(*toys.optargs); in fsfreeze_main()
Dblockdev.c50 int fd = xopenro(*ss), i;
Dinsmod.c28 int fd = xopenro(*toys.optargs); in insmod_main()
Dnsenter.c158 if (setns(fd = xopenro(filename), flags[i])) perror_exit("setns"); in unshare_main()
/third_party/toybox/toys/android/
Dload_policy.c22 int fd = xopenro(*toys.optargs); in load_policy_main()
/third_party/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()
Dpatch.c291 if (TT.i) TT.filepatch = xopenro(TT.i); in patch_main()
424 TT.filein = xopenro(name); in patch_main()
Dtar.c801 for (;TT.X; TT.X = TT.X->next) do_lines(xopenro(TT.X->arg), '\n', do_XT); in tar_main()
803 for (;TT.T; TT.T = TT.T->next) do_lines(xopenro(TT.T->arg), '\n', do_XT); in tar_main()
Dfind.c550 if (TT.topdir == -1) TT.topdir = xopenro("."); in do_find()
Dsed.c1063 do_lines(xopenro(al->arg), TT.delim, parse_pattern); in sed_main()
/third_party/toybox/toys/net/
Drfkill.c83 tvar = xopenro(toybuf); in rfkill_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h154 int xopenro(char *path);
/third_party/toybox/lib/
Dlib.h159 int xopenro(char *path);
Dxwrap.c458 int xopenro(char *path) in xopenro() function