Searched refs:xopenro (Results 1 – 24 of 24) sorted by relevance
117 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()
45 fd = xopenro(TT.file); in dumpleases_main()
77 TT.fd = xopenro("/proc/kmsg"); //_PATH_KLOG in paths.h in klogd_main()
99 fd = xopenro(file); in last_main()
243 fd = xopenro("/proc/net/arp"); in arp_main()
160 else TT.in.fd = xopenro(TT.in.name); in dd_main()
392 fd = xopenro(TT.local_file); in file_put()
368 int fd = xopenro(modules); in ins_mod()
569 int fd = xopenro("/dev/urandom"); in getxid()
26 int fd = xopenro(*toys.optargs); in fsfreeze_main()
50 int fd = xopenro(*ss), i;
28 int fd = xopenro(*toys.optargs); in insmod_main()
158 if (setns(fd = xopenro(filename), flags[i])) perror_exit("setns"); in unshare_main()
50 fd = xopenro(TT.fname);
22 int fd = xopenro(*toys.optargs); in load_policy_main()
29 if (toys.optc > 1) fd = xopenro(toys.optargs[0]); in uuencode_main()
51 file[i] = xopenro(toys.optargs[i]); in comm_main()
263 if (TT.i) TT.filepatch = xopenro(TT.i); in patch_main()397 TT.filein = xopenro(name); in patch_main()
33 if (toys.optc) ifd = xopenro(*toys.optargs);
491 if (TT.topdir == -1) TT.topdir = xopenro("."); in do_find()
1033 do_lines(xopenro(al->arg), TT.delim, parse_pattern); in sed_main()
83 tvar = xopenro(toybuf); in rfkill_main()
150 int xopenro(char *path);
451 int xopenro(char *path) in xopenro() function