F_SETFL           915 ext/dba/dba.c  #ifdef F_SETFL
F_SETFL           918 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          1103 main/network.c 	if (fcntl(socketd, F_SETFL, flags) == -1) {
F_SETFL           601 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) );