F_GETFL           931 ext/dba/dba.c  				int flags = fcntl(info->fd, F_GETFL);
F_GETFL           501 ext/sockets/sockets.c 	m = fcntl(sock->bsd_socket, F_GETFL);
F_GETFL          2294 ext/sockets/sockets.c     t = fcntl(socket, F_GETFL);
F_GETFL           296 main/network.c 	 save = fcntl(sock, F_GETFL, 0); \
F_GETFL          1151 main/network.c 	int flags = fcntl(socketd, F_GETFL);
F_GETFL           619 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 );
F_GETFL          1187 sapi/phpdbg/phpdbg.c 	flags = fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_GETFL, 0);
F_GETFL           376 sapi/phpdbg/phpdbg_utils.c 	flags = fcntl(STDIN_FILENO, F_GETFL);