Searched refs:O_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
456 #ifndef O_CLOEXEC in time_main()457 # define O_CLOEXEC 0 in time_main() macro461 ? (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()
87 fd = open("/dev/loop-control", O_RDWR | O_CLOEXEC); in get_free_loop()
218 int fd = open(filename, O_RDONLY | O_CLOEXEC); in bb_init_module()
273 int fd = open(fname, O_RDONLY | O_CLOEXEC); in load_module()
369 #ifndef O_CLOEXEC370 # define O_CLOEXEC 0 macro1614 fd = open(name, O_RDONLY | O_CLOEXEC); in hfopen()1617 if (O_CLOEXEC == 0) /* ancient libc */ in hfopen()
291 #ifndef O_CLOEXEC292 # define O_CLOEXEC 0 macro11156 fd = open(fname, O_RDONLY | O_CLOEXEC); in setinputfile()11165 else if (O_CLOEXEC == 0) /* old libc */ in setinputfile()