O_EXCL            201 ext/fcntl/fcntlib.c   Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(fcntlib_O_EXCL__VAR)), SCM_OBJ(Scm_MakeInteger(O_EXCL)));
O_EXCL           3123 src/extlib.c       flags |= O_EXCL;
O_EXCL           3130 src/extlib.c     else if (SCM_FALSEP(if_exists)) { flags |= O_EXCL; ignerr = TRUE; }
O_EXCL            570 src/system.c   	flags = O_CREAT|O_EXCL|O_WRONLY|O_BINARY;
O_EXCL            572 src/system.c   	flags = O_CREAT|O_EXCL|O_WRONLY;