Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc_platform_specific.c70 #ifndef O_CLOEXEC
71 #define O_CLOEXEC 0 macro
80 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
82 fd = open("/dev/random", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
/AliOS-Things-master/components/epoll/include/
A Depoll.h23 #ifndef O_CLOEXEC
24 #define O_CLOEXEC 02000000 macro
27 #define EPOLL_CLOEXEC O_CLOEXEC
/AliOS-Things-master/components/epoll/src/
A Depoll.c39 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()
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dfcntl.h24 #define O_CLOEXEC 02000000 macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dfcntl.h24 #define O_CLOEXEC 02000000 macro
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dgzlib.c99 #ifdef O_CLOEXEC
144 #ifdef O_CLOEXEC
227 #ifdef O_CLOEXEC
228 (cloexec ? O_CLOEXEC : 0) |
A DChangeLog126 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandmouse.c74 fd = mkostemp(tmp_path, O_CLOEXEC); in wayland_create_tmp_file()
A DSDL_waylanddatamanager.c344 } else if (pipe2(pipefd, O_CLOEXEC|O_NONBLOCK) == -1) { in Wayland_data_offer_receive()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c60 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