Home
last modified time | relevance | path

Searched refs:open_or_warn (Results 1 – 20 of 20) sorted by relevance

/busybox-1.35.0/miscutils/
Dreadahead.c50 int fd = open_or_warn(*argv, O_RDONLY); in readahead_main()
Dmicrocom.c111 sfd = open_or_warn(argv[0], O_RDWR | O_NOCTTY | O_NONBLOCK); in microcom_main()
Dcrond.c1006 int logfd = open_or_warn(G.log_filename, O_WRONLY | O_CREAT | O_APPEND); in reopen_logfile_to_stderr()
/busybox-1.35.0/libbb/
Dwfopen_input.c43 fd = open_or_warn(filename, O_RDONLY); in open_or_warn_stdin()
Dcopy_file.c292 src_fd = open_or_warn(source, O_RDONLY); in copy_file()
Dxfuncs_printf.c176 int FAST_FUNC open_or_warn(const char *pathname, int flags) in open_or_warn() function
/busybox-1.35.0/coreutils/
Dsync.c58 int fd = open_or_warn(*argv, /*O_NOATIME |*/ O_NOCTTY | O_RDONLY | O_NONBLOCK); in sync_common()
/busybox-1.35.0/shell/
Dcttyhack.c172 fd = open_or_warn(console, O_RDWR); in cttyhack_main()
Dhush.c8044 newfd = open_or_warn(p, mode); in setup_redirects()
/busybox-1.35.0/e2fsprogs/
Dlsattr.c57 fd = open_or_warn(name, O_RDONLY | O_NONBLOCK | O_NOCTTY | O_NOFOLLOW); in list_attributes()
Dchattr.c178 fd = open_or_warn(name, O_RDONLY | O_NONBLOCK | O_NOCTTY | O_NOFOLLOW); in change_attributes()
/busybox-1.35.0/util-linux/
Dswitch_root.c267 int fd = open_or_warn(console, O_RDWR); in switch_root_main()
Dfdisk_osf.c687 fdb = open_or_warn(path, O_RDONLY); in xbsd_get_bootstrap()
/busybox-1.35.0/networking/udhcp/
Ddhcpd.c465 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/
Dmodprobe-small.c502 fd = open_or_warn(DEPFILE_BB".new", O_WRONLY | O_CREAT | O_TRUNC); in start_dep_bb_writeout()
/busybox-1.35.0/archival/
Dtar.c529 inputFileFd = open_or_warn(fileName, O_RDONLY); in writeFileToTarball()
/busybox-1.35.0/runit/
Dsvlogd.c431 fd = open_or_warn(ld->fnsave, O_RDONLY|O_NDELAY); in processorstart()
/busybox-1.35.0/editors/
Ddiff.c719 fd = open_or_warn(file[i], O_RDONLY); in diffreg()
/busybox-1.35.0/networking/libiproute/
Diproute.c752 int flush_fd = open_or_warn(fn, O_WRONLY); in iproute_flush_cache()
/busybox-1.35.0/include/
Dlibbb.h658 int open_or_warn(const char *pathname, int flags) FAST_FUNC;