Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpopen.c229 SETCLOEXEC(parent[pkeep]);
232 SETCLOEXEC(child[ckeep]);
H A D_sfopen.c86 SETCLOEXEC(f->file);
H A Dsfhdr.h612 # define SETCLOEXEC(fd) ((void)fcntl((fd),F_SETFD,FD_CLOEXEC)) macro
615 # define SETCLOEXEC(fd) ((void)ioctl((fd),FIOCLEX,0)) macro
617 # define SETCLOEXEC(fd) macro