Searched refs:SETCLOEXEC (Results 1 – 2 of 2) sorted by relevance
229 SETCLOEXEC(parent[pkeep]);232 SETCLOEXEC(child[ckeep]);
601 # define SETCLOEXEC(fd) ((void)fcntl((fd),F_SETFD,FD_CLOEXEC)) macro604 # define SETCLOEXEC(fd) ((void)ioctl((fd),FIOCLEX,0)) macro606 # define SETCLOEXEC(fd) macro