F_GETFD 93 ext/opcache/zend_shared_alloc.c val = fcntl(lock_file, F_GETFD, 0); F_GETFD 26055 ext/sqlite3/libsqlite/sqlite3.c osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC); F_GETFD 62 sapi/fpm/fpm/fpm_log.c if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) { F_GETFD 322 sapi/fpm/fpm/fpm_stdio.c if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) {