FD_CLOEXEC         95 ext/opcache/zend_shared_alloc.c 	val |= FD_CLOEXEC;
FD_CLOEXEC        173 ext/session/mod_files.c # ifndef FD_CLOEXEC
FD_CLOEXEC        176 ext/session/mod_files.c 			if (fcntl(data->fd, F_SETFD, FD_CLOEXEC)) {
FD_CLOEXEC       26054 ext/sqlite3/libsqlite/sqlite3.c #if defined(FD_CLOEXEC) && (!defined(O_CLOEXEC) || O_CLOEXEC==0)
FD_CLOEXEC       26055 ext/sqlite3/libsqlite/sqlite3.c     osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
FD_CLOEXEC        965 ext/standard/proc_open.c # if defined(F_SETFD) && defined(FD_CLOEXEC)
FD_CLOEXEC        967 ext/standard/proc_open.c 				fcntl(descriptors[i].parentend, F_SETFD, FD_CLOEXEC);
FD_CLOEXEC         62 sapi/fpm/fpm/fpm_log.c 		if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) {
FD_CLOEXEC        196 sapi/fpm/fpm/fpm_signals.c 	if (0 > fcntl(sp[0], F_SETFD, FD_CLOEXEC) || 0 > fcntl(sp[1], F_SETFD, FD_CLOEXEC)) {
FD_CLOEXEC        306 sapi/fpm/fpm/fpm_stdio.c 	if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) {
FD_CLOEXEC       2268 sapi/litespeed/lsapilib.c     fcntl( fd, F_SETFD, FD_CLOEXEC );