Searched refs:O_CLOEXEC (Results 1 – 10 of 10) sorted by relevance
70 #ifndef O_CLOEXEC71 #define O_CLOEXEC 0 macro80 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC); in default_CSPRNG()82 fd = open("/dev/random", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
23 #ifndef O_CLOEXEC24 #define O_CLOEXEC 02000000 macro27 #define EPOLL_CLOEXEC O_CLOEXEC
39 ret = aos_open("C:\\epoll.bin", flag == EPOLL_CLOEXEC ? O_CLOEXEC : 0); in aos_epoll_create1()41 ret = aos_open("/dev/epoll", flag == EPOLL_CLOEXEC ? O_CLOEXEC : 0); in aos_epoll_create1()
24 #define O_CLOEXEC 02000000 macro
99 #ifdef O_CLOEXEC144 #ifdef O_CLOEXEC227 #ifdef O_CLOEXEC228 (cloexec ? O_CLOEXEC : 0) |
126 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
74 fd = mkostemp(tmp_path, O_CLOEXEC); in wayland_create_tmp_file()
344 } else if (pipe2(pipefd, O_CLOEXEC|O_NONBLOCK) == -1) { in Wayland_data_offer_receive()
60 drm_fd = open(device, O_RDWR | O_CLOEXEC); in check_modestting()462 viddata->drm_fd = open(devname, O_RDWR | O_CLOEXEC); in KMSDRM_VideoInit()
Completed in 30 milliseconds