Searched refs:status (Results 1 – 1 of 1) sorted by relevance
31 int status = fcntl (fd, F_GETFL); in is_nonblocking() local32 if (status < 0) in is_nonblocking()34 return status & O_NONBLOCK; in is_nonblocking()40 int status = fcntl (fd, F_GETFD); in is_cloexec() local41 if (status < 0) in is_cloexec()43 return status & FD_CLOEXEC; in is_cloexec()
Completed in 2 milliseconds