FD_CLOEXEC 95 ext/opcache/zend_shared_alloc.c val |= FD_CLOEXEC;
FD_CLOEXEC 159 ext/session/mod_files.c # ifndef FD_CLOEXEC
FD_CLOEXEC 162 ext/session/mod_files.c if (fcntl(data->fd, F_SETFD, FD_CLOEXEC)) {
FD_CLOEXEC 29130 ext/sqlite3/libsqlite/sqlite3.c #ifdef FD_CLOEXEC
FD_CLOEXEC 29131 ext/sqlite3/libsqlite/sqlite3.c osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
FD_CLOEXEC 29523 ext/sqlite3/libsqlite/sqlite3.c #ifdef FD_CLOEXEC
FD_CLOEXEC 29524 ext/sqlite3/libsqlite/sqlite3.c osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
FD_CLOEXEC 944 ext/standard/proc_open.c # if defined(F_SETFD) && defined(FD_CLOEXEC)
FD_CLOEXEC 946 ext/standard/proc_open.c fcntl(descriptors[i].parentend, F_SETFD, FD_CLOEXEC);
FD_CLOEXEC 60 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 302 sapi/fpm/fpm/fpm_stdio.c if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) {
FD_CLOEXEC 1412 sapi/litespeed/lsapilib.c fcntl( fd, F_SETFD, FD_CLOEXEC );