Searched refs:F_SETFD (Results 1 - 19 of 19) sorted by last modified time

/haiku/src/system/kernel/fs/
H A Dvfs.cpp6182 case F_SETFD:
/haiku/headers/posix/
H A Dfcntl.h17 #define F_SETFD 0x0004 /* set fd flags */ macro
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c692 fcntl(statp->_vcsock, F_SETFD, FD_CLOEXEC);
886 fcntl(EXT(statp).nssocks[ns], F_SETFD, FD_CLOEXEC);
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c929 fcntl(s, F_SETFD, FD_CLOEXEC);
/haiku/src/bin/debug/strace/
H A Dfcntl.cpp60 FCNTL_INFO_ENTRY_TYPE(F_SETFD, int),
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h755 #define F_SETFD FSSH_F_SETFD macro
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c399 (void) fcntl( listen_fd, F_SETFD, 1 );
1745 (void) fcntl( hc->conn_fd, F_SETFD, 1 );
3415 (void) fcntl( hc->conn_fd, F_SETFD, 0 );
3553 /* (void) fcntl( hc->conn_fd, F_SETFD, 1 ); */
/haiku/src/system/libroot/posix/
H A Dspawn.cpp464 fcntl(newfd, F_SETFD, FD_CLOEXEC);
511 if (fcntl(fds[0], F_SETFD, FD_CLOEXEC) != 0
512 || fcntl(fds[1], F_SETFD, FD_CLOEXEC) != 0) {
H A Ddirent.cpp148 fcntl(dirFD, F_SETFD, FD_CLOEXEC);
/haiku/src/kits/storage/
H A DQuery.cpp319 fcntl(fQueryFd, F_SETFD, FD_CLOEXEC);
H A DNode.cpp649 fcntl(fAttrFd, F_SETFD, FD_CLOEXEC);
H A DDirectory.cpp113 fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
155 fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
178 fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
217 fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
H A DEntry.cpp330 fcntl(parentFD, F_SETFD, FD_CLOEXEC);
668 fcntl(dirFD, F_SETFD, FD_CLOEXEC);
/haiku/src/build/libbe/storage/
H A DNode.cpp639 fcntl(fAttrFd, F_SETFD, FD_CLOEXEC);
H A DDirectory.cpp109 fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
150 fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
172 fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
210 fcntl(fDirFd, F_SETFD, FD_CLOEXEC);
H A DEntry.cpp584 fcntl(parentFD, F_SETFD, FD_CLOEXEC);
999 fcntl(dirFD, F_SETFD, FD_CLOEXEC);
H A DFile.cpp171 fcntl(fd, F_SETFD, FD_CLOEXEC);
215 fcntl(fd, F_SETFD, FD_CLOEXEC);
253 fcntl(fd, F_SETFD, FD_CLOEXEC);
295 fcntl(fd, F_SETFD, FD_CLOEXEC);
/haiku/src/servers/net/
H A DServices.cpp153 fcntl(fReadPipe, F_SETFD, FD_CLOEXEC);
154 fcntl(fWritePipe, F_SETFD, FD_CLOEXEC);
262 || fcntl(connection.socket, F_SETFD, FD_CLOEXEC) < 0) {
424 if (socket != -1 && fcntl(socket, F_SETFD, 0) < 0) {
/haiku/src/libs/uuid/
H A Dgen_uuid.c87 fcntl(fd, F_SETFD, i | FD_CLOEXEC);

Completed in 421 milliseconds