Searched refs:FD_CLOEXEC (Results 176 - 177 of 177) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c26868 #ifdef FD_CLOEXEC
26869 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
27241 #ifdef FD_CLOEXEC
27242 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c26868 #ifdef FD_CLOEXEC
26869 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
27241 #ifdef FD_CLOEXEC
27242 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
[all...]

Completed in 424 milliseconds

12345678