Symbol: FD_CLOEXEC
src/build/libbe/storage/Directory.cpp
109
fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
src/build/libbe/storage/Directory.cpp
150
fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
src/build/libbe/storage/Directory.cpp
172
fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
src/build/libbe/storage/Directory.cpp
210
fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
src/build/libbe/storage/Entry.cpp
584
fcntl(parentFD, F_SETFD, FD_CLOEXEC);
src/build/libbe/storage/Entry.cpp
999
fcntl(dirFD, F_SETFD, FD_CLOEXEC);
src/build/libbe/storage/File.cpp
171
fcntl(fd, F_SETFD, FD_CLOEXEC);
src/build/libbe/storage/File.cpp
215
fcntl(fd, F_SETFD, FD_CLOEXEC);
src/build/libbe/storage/File.cpp
253
fcntl(fd, F_SETFD, FD_CLOEXEC);
src/build/libbe/storage/File.cpp
295
fcntl(fd, F_SETFD, FD_CLOEXEC);
src/build/libbe/storage/Node.cpp
639
fcntl(fAttrFd, F_SETFD, FD_CLOEXEC);
src/kits/storage/Directory.cpp
113
fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
src/kits/storage/Directory.cpp
155
fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
src/kits/storage/Directory.cpp
178
fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
src/kits/storage/Directory.cpp
217
fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
src/kits/storage/Entry.cpp
330
fcntl(parentFD, F_SETFD, FD_CLOEXEC);
src/kits/storage/Entry.cpp
668
fcntl(dirFD, F_SETFD, FD_CLOEXEC);
src/kits/storage/Node.cpp
649
fcntl(fAttrFd, F_SETFD, FD_CLOEXEC);
src/kits/storage/Query.cpp
329
fcntl(fQueryFd, F_SETFD, FD_CLOEXEC);
src/libs/libsolv/solv/repopage.c
789
fcntl(store->pagefd, F_SETFD, FD_CLOEXEC);
src/libs/uuid/gen_uuid.c
87
fcntl(fd, F_SETFD, i | FD_CLOEXEC);
src/servers/net/Services.cpp
155
fcntl(fReadPipe, F_SETFD, FD_CLOEXEC);
src/servers/net/Services.cpp
156
fcntl(fWritePipe, F_SETFD, FD_CLOEXEC);
src/servers/net/Services.cpp
264
|| fcntl(connection.socket, F_SETFD, FD_CLOEXEC) < 0) {
src/system/kernel/fs/vfs.cpp
6341
fd_set_close_on_exec(context, fd, (argument & FD_CLOEXEC) != 0);
src/system/kernel/fs/vfs.cpp
6353
status = fd_close_on_exec(context, fd) ? FD_CLOEXEC : 0;
src/system/libnetwork/netresolv/net/getaddrinfo.c
961
fcntl(s, F_SETFD, FD_CLOEXEC);
src/system/libnetwork/netresolv/resolv/res_send.c
692
fcntl(statp->_vcsock, F_SETFD, FD_CLOEXEC);
src/system/libnetwork/netresolv/resolv/res_send.c
886
fcntl(EXT(statp).nssocks[ns], F_SETFD, FD_CLOEXEC);
src/system/libroot/posix/dirent.cpp
151
fcntl(dirFD, F_SETFD, FD_CLOEXEC);
src/system/libroot/posix/glibc/libio/fileops.c
361
__have_o_cloexec = (flags & FD_CLOEXEC) == 0 ? -1 : 1;
src/system/libroot/posix/glibc/libio/fileops.c
364
__fcntl (fd, F_SETFD, FD_CLOEXEC);
src/system/libroot/posix/glibc/libio/freopen.c
139
__fcntl (fd, F_SETFD, FD_CLOEXEC);
src/system/libroot/posix/glibc/libio/iopopen.c
241
__fcntl (parent_end, F_SETFD, FD_CLOEXEC);
src/system/libroot/posix/spawn.cpp
464
fcntl(newfd, F_SETFD, FD_CLOEXEC);
src/system/libroot/posix/spawn.cpp
511
if (fcntl(fds[0], F_SETFD, FD_CLOEXEC) != 0
src/system/libroot/posix/spawn.cpp
512
|| fcntl(fds[1], F_SETFD, FD_CLOEXEC) != 0) {
src/tests/system/network/test4.c
19
if ((flags & FD_CLOEXEC) == 0) {