O_WRONLY          386 ext/dbm/ndbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(ndbm_O_WRONLY__VAR)), SCM_OBJ(Scm_MakeInteger(O_WRONLY)));
O_WRONLY          209 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_WRONLY__VAR)), SCM_OBJ(Scm_MakeInteger(O_WRONLY)));
O_WRONLY         3119 src/extlib.c     int ignerr = FALSE, bufmode, flags = O_WRONLY;
O_WRONLY          839 src/port.c         else if ((flags & O_ACCMODE) == O_WRONLY) dir = SCM_PORT_OUTPUT;
O_WRONLY          570 src/system.c   	flags = O_CREAT|O_EXCL|O_WRONLY|O_BINARY;
O_WRONLY          572 src/system.c   	flags = O_CREAT|O_EXCL|O_WRONLY;