Searched refs:xopenro (Results 1 – 23 of 23) sorted by relevance
/third_party/toybox/toys/pending/ |
D | crontab.c | 220 fdin = xopenro(toybuf); in do_list() 238 fdin = xopenro(src); in update_crontab() 282 srcfd = xopenro(toybuf); in do_edit()
|
D | dumpleases.c | 45 fd = xopenro(TT.file); in dumpleases_main()
|
D | klogd.c | 77 TT.fd = xopenro("/proc/kmsg"); //_PATH_KLOG in paths.h in klogd_main()
|
D | last.c | 99 fd = xopenro(file); in last_main()
|
D | dd.c | 187 else TT.in.fd = xopenro(TT.in.name); in dd_main()
|
D | tftp.c | 392 fd = xopenro(TT.local_file); in file_put()
|
D | modprobe.c | 354 int fd = xopenro(modules), rc = syscall(__NR_finit_module, fd, flags, 0); in ins_mod()
|
D | dhcp.c | 569 int fd = xopenro("/dev/urandom"); in getxid()
|
/third_party/toybox/toys/other/ |
D | fsfreeze.c | 26 int fd = xopenro(*toys.optargs); in fsfreeze_main()
|
D | blockdev.c | 50 int fd = xopenro(*ss), i;
|
D | insmod.c | 28 int fd = xopenro(*toys.optargs); in insmod_main()
|
D | nsenter.c | 158 if (setns(fd = xopenro(filename), flags[i])) perror_exit("setns"); in unshare_main()
|
/third_party/toybox/toys/android/ |
D | load_policy.c | 22 int fd = xopenro(*toys.optargs); in load_policy_main()
|
/third_party/toybox/toys/posix/ |
D | uuencode.c | 29 if (toys.optc > 1) fd = xopenro(toys.optargs[0]); in uuencode_main()
|
D | comm.c | 51 file[i] = xopenro(toys.optargs[i]); in comm_main()
|
D | patch.c | 291 if (TT.i) TT.filepatch = xopenro(TT.i); in patch_main() 424 TT.filein = xopenro(name); in patch_main()
|
D | tar.c | 801 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()
|
D | find.c | 550 if (TT.topdir == -1) TT.topdir = xopenro("."); in do_find()
|
D | sed.c | 1063 do_lines(xopenro(al->arg), TT.delim, parse_pattern); in sed_main()
|
/third_party/toybox/toys/net/ |
D | rfkill.c | 83 tvar = xopenro(toybuf); in rfkill_main()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 154 int xopenro(char *path);
|
/third_party/toybox/lib/ |
D | lib.h | 159 int xopenro(char *path);
|
D | xwrap.c | 458 int xopenro(char *path) in xopenro() function
|