Home
last modified time | relevance | path

Searched refs:O_CLOEXEC (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/miscutils/
Dtime.c456 #ifndef O_CLOEXEC in time_main()
457 # define O_CLOEXEC 0 in time_main() macro
461 ? (O_CREAT | O_WRONLY | O_CLOEXEC | O_APPEND) in time_main()
462 : (O_CREAT | O_WRONLY | O_CLOEXEC | O_TRUNC) in time_main()
464 if (!O_CLOEXEC) in time_main()
/busybox-1.35.0/libbb/
Dloop.c87 fd = open("/dev/loop-control", O_RDWR | O_CLOEXEC); in get_free_loop()
/busybox-1.35.0/modutils/
Dmodutils.c218 int fd = open(filename, O_RDONLY | O_CLOEXEC); in bb_init_module()
Dmodprobe-small.c273 int fd = open(fname, O_RDONLY | O_CLOEXEC); in load_module()
/busybox-1.35.0/shell/
Dhush.c369 #ifndef O_CLOEXEC
370 # define O_CLOEXEC 0 macro
1614 fd = open(name, O_RDONLY | O_CLOEXEC); in hfopen()
1617 if (O_CLOEXEC == 0) /* ancient libc */ in hfopen()
Dash.c291 #ifndef O_CLOEXEC
292 # define O_CLOEXEC 0 macro
11156 fd = open(fname, O_RDONLY | O_CLOEXEC); in setinputfile()
11165 else if (O_CLOEXEC == 0) /* old libc */ in setinputfile()