Searched refs:F_SETFD (Results 1 – 4 of 4) sorted by relevance
85 #define F_SETFD 2 macro
37 MACRO(F_SETFD); in fcntl_h()
42 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC); in TEST()
298 fcntl(fd, F_SETFD, tmp | FD_CLOEXEC); in fdopen()