Home
last modified time | relevance | path

Searched refs:status (Results 1 – 1 of 1) sorted by relevance

/socket/
A Dtst-accept4.c31 int status = fcntl (fd, F_GETFL); in is_nonblocking() local
32 if (status < 0) in is_nonblocking()
34 return status & O_NONBLOCK; in is_nonblocking()
40 int status = fcntl (fd, F_GETFD); in is_cloexec() local
41 if (status < 0) in is_cloexec()
43 return status & FD_CLOEXEC; in is_cloexec()

Completed in 2 milliseconds