Symbol: F_SETFD
src/apps/poorman/libhttpd/libhttpd.c
1745
(void) fcntl( hc->conn_fd, F_SETFD, 1 );
src/apps/poorman/libhttpd/libhttpd.c
3415
(void) fcntl( hc->conn_fd, F_SETFD, 0 );
src/apps/poorman/libhttpd/libhttpd.c
399
(void) fcntl( listen_fd, F_SETFD, 1 );
src/bin/debug/strace/fcntl.cpp
69
FCNTL_INFO_ENTRY_TYPE(F_SETFD, int),
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/servers/net/Services.cpp
426
if (socket != -1 && fcntl(socket, F_SETFD, 0) < 0) {
src/system/kernel/fs/vfs.cpp
6335
case F_SETFD:
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
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
208
__fcntl (child_end, F_SETFD, 0);
src/system/libroot/posix/glibc/libio/iopopen.c
241
__fcntl (parent_end, F_SETFD, FD_CLOEXEC);
src/system/libroot/posix/glibc/libio/iopopen.c
252
__fcntl (parent_end, F_SETFD, 0);
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) {