Searched refs:open_or_warn (Results 1 – 20 of 20) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | readahead.c | 50 int fd = open_or_warn(*argv, O_RDONLY); in readahead_main()
|
D | microcom.c | 111 sfd = open_or_warn(argv[0], O_RDWR | O_NOCTTY | O_NONBLOCK); in microcom_main()
|
D | crond.c | 1006 int logfd = open_or_warn(G.log_filename, O_WRONLY | O_CREAT | O_APPEND); in reopen_logfile_to_stderr()
|
/busybox-1.35.0/libbb/ |
D | wfopen_input.c | 43 fd = open_or_warn(filename, O_RDONLY); in open_or_warn_stdin()
|
D | copy_file.c | 292 src_fd = open_or_warn(source, O_RDONLY); in copy_file()
|
D | xfuncs_printf.c | 176 int FAST_FUNC open_or_warn(const char *pathname, int flags) in open_or_warn() function
|
/busybox-1.35.0/coreutils/ |
D | sync.c | 58 int fd = open_or_warn(*argv, /*O_NOATIME |*/ O_NOCTTY | O_RDONLY | O_NONBLOCK); in sync_common()
|
/busybox-1.35.0/shell/ |
D | cttyhack.c | 172 fd = open_or_warn(console, O_RDWR); in cttyhack_main()
|
D | hush.c | 8044 newfd = open_or_warn(p, mode); in setup_redirects()
|
/busybox-1.35.0/e2fsprogs/ |
D | lsattr.c | 57 fd = open_or_warn(name, O_RDONLY | O_NONBLOCK | O_NOCTTY | O_NOFOLLOW); in list_attributes()
|
D | chattr.c | 178 fd = open_or_warn(name, O_RDONLY | O_NONBLOCK | O_NOCTTY | O_NOFOLLOW); in change_attributes()
|
/busybox-1.35.0/util-linux/ |
D | switch_root.c | 267 int fd = open_or_warn(console, O_RDWR); in switch_root_main()
|
D | fdisk_osf.c | 687 fdb = open_or_warn(path, O_RDONLY); in xbsd_get_bootstrap()
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpd.c | 465 fd = open_or_warn(server_data.lease_file, O_WRONLY|O_CREAT|O_TRUNC); in write_leases() 515 fd = open_or_warn(file, O_RDONLY); in read_leases()
|
/busybox-1.35.0/modutils/ |
D | modprobe-small.c | 502 fd = open_or_warn(DEPFILE_BB".new", O_WRONLY | O_CREAT | O_TRUNC); in start_dep_bb_writeout()
|
/busybox-1.35.0/archival/ |
D | tar.c | 529 inputFileFd = open_or_warn(fileName, O_RDONLY); in writeFileToTarball()
|
/busybox-1.35.0/runit/ |
D | svlogd.c | 431 fd = open_or_warn(ld->fnsave, O_RDONLY|O_NDELAY); in processorstart()
|
/busybox-1.35.0/editors/ |
D | diff.c | 719 fd = open_or_warn(file[i], O_RDONLY); in diffreg()
|
/busybox-1.35.0/networking/libiproute/ |
D | iproute.c | 752 int flush_fd = open_or_warn(fn, O_WRONLY); in iproute_flush_cache()
|
/busybox-1.35.0/include/ |
D | libbb.h | 658 int open_or_warn(const char *pathname, int flags) FAST_FUNC;
|