F_GETFL           917 ext/dba/dba.c  				int flags = fcntl(info->fd, F_GETFL);
F_GETFL           498 ext/sockets/sockets.c 	m = fcntl(sock->bsd_socket, F_GETFL);
F_GETFL          2244 ext/sockets/sockets.c     t = fcntl(socket, F_GETFL);
F_GETFL           296 main/network.c 	 save = fcntl(sock, F_GETFL, 0); \
F_GETFL          1092 main/network.c 	flags = fcntl(socketd, F_GETFL);
F_GETFL           594 main/streams/plain_wrapper.c 			flags = fcntl(fd, F_GETFL, 0);
F_GETFL            33 sapi/fpm/fpm/fpm_sockets.h 	int flags = fcntl(fd, F_GETFL);
F_GETFL           256 sapi/litespeed/lsapilib.c     int val = fcntl( fd, F_GETFL, 0 );