FD_CLOEXEC        190 session/mod_files.c # ifndef FD_CLOEXEC
FD_CLOEXEC        193 session/mod_files.c 			if (fcntl(data->fd, F_SETFD, FD_CLOEXEC)) {
FD_CLOEXEC       29130 sqlite3/libsqlite/sqlite3.c #ifdef FD_CLOEXEC
FD_CLOEXEC       29131 sqlite3/libsqlite/sqlite3.c       osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
FD_CLOEXEC       29523 sqlite3/libsqlite/sqlite3.c #ifdef FD_CLOEXEC
FD_CLOEXEC       29524 sqlite3/libsqlite/sqlite3.c   osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
FD_CLOEXEC        931 standard/proc_open.c # if defined(F_SETFD) && defined(FD_CLOEXEC)
FD_CLOEXEC        933 standard/proc_open.c 				fcntl(descriptors[i].parentend, F_SETFD, FD_CLOEXEC);