O_TRUNC           380 ext/dbm/ndbm.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(ndbm_O_TRUNC__VAR)), SCM_OBJ(Scm_MakeInteger(O_TRUNC)));
O_TRUNC           187 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_TRUNC__VAR)), SCM_OBJ(Scm_MakeInteger(O_TRUNC)));
O_TRUNC          3128 src/extlib.c     else if (SCM_EQ(if_exists, key_supersede)) flags |= O_TRUNC;