F_SETFL           929 ext/dba/dba.c  #ifdef F_SETFL
F_SETFL           932 ext/dba/dba.c  				fcntl(info->fd, F_SETFL, flags & ~O_APPEND);
F_SETFL           297 main/network.c 	 fcntl(sock, F_SETFL, save | O_NONBLOCK)
F_SETFL           299 main/network.c 	 fcntl(sock, F_SETFL, save)
F_SETFL          1163 main/network.c 	if (fcntl(socketd, F_SETFL, flags) == -1) {
F_SETFL           626 main/streams/plain_wrapper.c 			if (-1 == fcntl(fd, F_SETFL, flags))
F_SETFL            44 sapi/fpm/fpm/fpm_sockets.h 	return fcntl(fd, F_SETFL, flags);
F_SETFL           261 sapi/litespeed/lsapilib.c             return fcntl( fd, F_SETFL, val | O_NONBLOCK );
F_SETFL           268 sapi/litespeed/lsapilib.c             return fcntl( fd, F_SETFL, val &(~O_NONBLOCK) );
F_SETFL          1188 sapi/phpdbg/phpdbg.c 	fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags | O_NONBLOCK);
F_SETFL          1229 sapi/phpdbg/phpdbg.c 	fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags);
F_SETFL           377 sapi/phpdbg/phpdbg_utils.c 	fcntl(STDIN_FILENO, F_SETFL, flags | FASYNC);