Home
last modified time | relevance | path

Searched defs:SETCLOEXEC (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h601 # define SETCLOEXEC(fd) ((void)fcntl((fd),F_SETFD,FD_CLOEXEC)) macro
604 # define SETCLOEXEC(fd) ((void)ioctl((fd),FIOCLEX,0)) macro
606 # define SETCLOEXEC(fd) macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
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