O_WRONLY           90 TSRM/tsrm_nw.c 		mode = O_WRONLY;
O_WRONLY           48 ext/dba/dba_dbm.c 	if((fd = VCWD_OPEN_MODE(buf, O_CREAT | mode | O_WRONLY, filemode)) == -1) \
O_WRONLY         2113 ext/soap/php_sdl.c 	f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
O_WRONLY         2115 ext/soap/php_sdl.c 	f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
O_WRONLY          605 ext/standard/proc_open.c 				descriptors[ndesc].mode_flags = descriptors[ndesc].mode & DESC_PARENT_MODE_WRITE ? O_WRONLY : O_RDONLY;
O_WRONLY          923 ext/standard/proc_open.c 					case O_WRONLY|O_BINARY:
O_WRONLY          930 ext/standard/proc_open.c 					case O_WRONLY:
O_WRONLY          632 main/main.c    		fd = VCWD_OPEN_MODE(PG(error_log), O_CREAT | O_APPEND | O_WRONLY, 0644);
O_WRONLY           92 main/streams/plain_wrapper.c 		flags |= O_WRONLY;
O_WRONLY          956 sapi/fpm/fpm/fpm_conf.c 				fd = open(wp->config->slowlog, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
O_WRONLY           45 sapi/fpm/fpm/fpm_log.c 		fd = open(wp->config->access_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
O_WRONLY          302 sapi/fpm/fpm/fpm_stdio.c 	fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);