Searched refs:F_SETFL (Results 1 – 4 of 4) sorted by relevance
104 #define F_SETFL 4 macro
467 if (fcntl(log_fd, F_SETFL, O_NONBLOCK) == -1) { in __libc_open_log_socket()
985 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout()1006 fcntl(sock, F_SETFL, origflags); in connect_with_timeout()
622 if (fcntl(pipefd[0], F_SETFL, O_NONBLOCK) == -1) { in RunChildProcess()