creat            1658 Zend/zend_virtual_cwd.c 	f = creat(new_state.cwd,  mode);
creat             296 Zend/zend_virtual_cwd.h #define VCWD_CREAT(path, mode) creat(path, mode)
creat            1134 sapi/fpm/fpm/fpm_conf.c 		fd = creat(fpm_global_config.pid_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);