F_SETFD            95 ext/opcache/zend_shared_alloc.c 	fcntl(lock_file, F_SETFD, val);
F_SETFD           209 ext/session/mod_files.c #ifdef F_SETFD
F_SETFD           213 ext/session/mod_files.c 			if (fcntl(data->fd, F_SETFD, FD_CLOEXEC)) {
F_SETFD          26055 ext/sqlite3/libsqlite/sqlite3.c     osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
F_SETFD           946 ext/standard/proc_open.c # if defined(F_SETFD) && defined(FD_CLOEXEC)
F_SETFD           948 ext/standard/proc_open.c 				fcntl(descriptors[i].parentend, F_SETFD, FD_CLOEXEC);
F_SETFD            62 sapi/fpm/fpm/fpm_log.c 		if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) {
F_SETFD           196 sapi/fpm/fpm/fpm_signals.c 	if (0 > fcntl(sp[0], F_SETFD, FD_CLOEXEC) || 0 > fcntl(sp[1], F_SETFD, FD_CLOEXEC)) {
F_SETFD           322 sapi/fpm/fpm/fpm_stdio.c 	if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) {
F_SETFD          2323 sapi/litespeed/lsapilib.c     fcntl( fd, F_SETFD, FD_CLOEXEC );