Home | History | Annotate | Download | only in kernel

Lines Matching refs:SOCK_CLOEXEC

86 	 * Accept a socket on the server side with SOCK_CLOEXEC.
89 SOCK_CLOEXEC));
219 * Accept a socket on the server side with SOCK_CLOEXEC.
222 /*sigmask*/NULL, SOCK_CLOEXEC));
231 RL(fd = socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0));
241 RL(socketpair(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0, fd));
251 RL(socketpair(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0, fd));
404 "accept4(SOCK_CLOEXEC) is closed in child on posix_spawn");
428 "paccept(..., SOCK_CLOEXEC) is closed in child on posix_spawn")
430 "socket(SOCK_CLOEXEC) is closed in child on posix_spawn")
432 "socketpair(SOCK_CLOEXEC) side 0 is closed in child on posix_spawn")
434 "socketpair(SOCK_CLOEXEC) side 1 is closed in child on posix_spawn")