O_EXCL            265 ext/fileinfo/libmagic/compress.c 		tfd = open(ptr, O_RDWR|O_TRUNC|O_EXCL|O_CREAT, 0600);
O_EXCL            724 ext/opcache/zend_file_cache.c 	fd = open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, S_IRUSR | S_IWUSR);
O_EXCL            726 ext/opcache/zend_file_cache.c 	fd = open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, _S_IREAD | _S_IWRITE);
O_EXCL           2113 ext/soap/php_sdl.c 	f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
O_EXCL           2115 ext/soap/php_sdl.c 	f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
O_EXCL           31235 ext/sqlite3/libsqlite/sqlite3.c   if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
O_EXCL           32135 ext/sqlite3/libsqlite/sqlite3.c   fd = robust_open(tPath, (O_RDWR|O_CREAT|O_EXCL), 0);
O_EXCL            128 ext/zip/lib/mkstemp.c 		if ((fd=open(path, O_CREAT|O_EXCL|O_RDWR|O_BINARY, 0600)) >= 0)
O_EXCL             79 main/streams/plain_wrapper.c 			flags = O_CREAT|O_EXCL;