ignerr           3066 src/extlib.c     ScmObj o; int ignerr = FALSE, bufmode;
ignerr           3067 src/extlib.c     if (SCM_FALSEP(if_does_not_exist)) ignerr = TRUE;
ignerr           3073 src/extlib.c     if (o == SCM_FALSE && !ignerr) {
ignerr           3119 src/extlib.c     int ignerr = FALSE, bufmode, flags = O_WRONLY;
ignerr           3130 src/extlib.c     else if (SCM_FALSEP(if_exists)) { flags |= O_EXCL; ignerr = TRUE; }
ignerr           3136 src/extlib.c     else if (SCM_FALSEP(if_does_not_exist)) ignerr = TRUE;
ignerr           3143 src/extlib.c     if (!ignerr && o == SCM_FALSE) {