O_CREAT           382 ext/dbm/ndbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(ndbm_O_CREAT__VAR)), SCM_OBJ(Scm_MakeInteger(O_CREAT)));
O_CREAT           203 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_CREAT__VAR)), SCM_OBJ(Scm_MakeInteger(O_CREAT)));
O_CREAT          3135 src/extlib.c     if (SCM_EQ(if_does_not_exist, key_create)) flags |= O_CREAT;
O_CREAT           570 src/system.c   	flags = O_CREAT|O_EXCL|O_WRONLY|O_BINARY;
O_CREAT           572 src/system.c   	flags = O_CREAT|O_EXCL|O_WRONLY;