FD_CLOEXEC        219 lib/tdb/common/open.c         fcntl(tdb->fd, F_SETFD, v | FD_CLOEXEC);
FD_CLOEXEC        151 nsswitch/wb_common.c #ifdef FD_CLOEXEC
FD_CLOEXEC        154 nsswitch/wb_common.c 		flags |= FD_CLOEXEC;
FD_CLOEXEC         97 source3/lib/wbclient.c #ifdef FD_CLOEXEC
FD_CLOEXEC        100 source3/lib/wbclient.c 		flags |= FD_CLOEXEC;
FD_CLOEXEC         52 source4/heimdal/lib/roken/cloexec.c     if (fcntl(fd, F_SETFD, ret | FD_CLOEXEC) == -1)