errno             471 ext/auxsys/auxsyslib.c     if (errno == EINVAL) {
errno            1327 ext/charconv/jconv.c         if (errno == EINVAL) return INPUT_NOT_ENOUGH;
errno            1328 ext/charconv/jconv.c         if (errno == E2BIG)  return OUTPUT_NOT_ENOUGH;
errno            1343 ext/charconv/jconv.c         if (errno == E2BIG)  return OUTPUT_NOT_ENOUGH;
errno            1344 ext/charconv/jconv.c         Scm_Panic("jconv_iconv_reset: unknown error number %d\n", errno);
errno             401 ext/dbm/gdbm.c   int errno;
errno             405 ext/dbm/gdbm.c   errno = SCM_INT_VALUE(errno_scm);
errno             409 ext/dbm/gdbm.c  SCM_RESULT = (SCM_MAKE_STR_IMMUTABLE(gdbm_strerror(errno)));
errno             188 ext/fcntl/fcntl.c             if (errno == EAGAIN) return SCM_FALSE;
errno             250 ext/net/net.c          if (errno == EAGAIN) {
errno             254 ext/net/netdb.c             if (errno != ERANGE) return SCM_FALSE;
errno             261 ext/net/netdb.c             else if (errno != ERANGE) return SCM_FALSE;
errno             294 ext/net/netdb.c             if (errno != ERANGE) return SCM_FALSE;
errno             301 ext/net/netdb.c             else if (errno != ERANGE) return SCM_FALSE;
errno             379 ext/net/netdb.c             if (errno != ERANGE) return SCM_FALSE;
errno             386 ext/net/netdb.c             else if (errno != ERANGE) return SCM_FALSE;
errno             420 ext/net/netdb.c             if (errno != ERANGE) return SCM_FALSE;
errno             427 ext/net/netdb.c             else if (errno != ERANGE) return SCM_FALSE;
errno             613 gc/dyn_load.c  	GC_err_printf2("fd = %d, errno = %d\n", fd, errno);
errno             624 gc/dyn_load.c                          fd, errno, needed_sz, addr_map);
errno             948 gc/dyn_load.c                  extern int errno;
errno             949 gc/dyn_load.c                  if (errno <= sys_nerr) {
errno             950 gc/dyn_load.c                      GC_printf1("dynamic_load: %s\n", (long)sys_errlist[errno]);
errno             952 gc/dyn_load.c                      GC_printf1("dynamic_load: %d\n", (long)errno);
errno            1016 gc/dyn_load.c  extern int errno;
errno            1039 gc/dyn_load.c            if (errno == EINVAL) {
errno            1042 gc/dyn_load.c                if (errno <= sys_nerr) {
errno            1043 gc/dyn_load.c                      GC_printf1("dynamic_load: %s\n", (long) sys_errlist[errno]);
errno            1045 gc/dyn_load.c                      GC_printf1("dynamic_load: %d\n", (long) errno);
errno            1088 gc/dyn_load.c  		if (errno != ENOMEM) {
errno            1417 gc/include/private/gcconfig.h #     define STACKBOTTOM ((ptr_t)((ulong)&errno))
errno            1431 gc/include/private/gcconfig.h     extern int errno;
errno            1908 gc/os_dep.c    	        start_addr, len, errno);
errno             110 gc/pthread_stop_world.c   int old_errno = errno;
errno             112 gc/pthread_stop_world.c   errno = old_errno;
errno             120 gc/pthread_stop_world.c   int old_errno = errno;
errno             122 gc/pthread_stop_world.c   errno = old_errno;
errno             396 gc/pthread_stop_world.c 	      if (errno != EINTR) {
errno             500 gc/pthread_support.c 	WARN("Marker thread creation failed, errno = %ld.\n", errno);
errno            1268 gc/pthread_support.c             if (EINTR != errno) ABORT("sem_wait failed");
errno             110 gc/solaris_pthreads.c 	    errno = ENOMEM;
errno             139 gc/solaris_threads.c     if (result < 0 && errno == EMFILE) {
errno             144 gc/solaris_threads.c 			if (result >= 0 || (result < 0 && errno != EMFILE))
errno             150 gc/solaris_threads.c 	if (errno == EMFILE) {
errno             241 gc/solaris_threads.c 		if (errno == EMFILE)
errno             243 gc/solaris_threads.c 		GC_printf1("/proc open failed: errno %d", errno);
errno             542 src/error.c        return errno;
errno             190 src/gauche-config.c                 outfile, strerror(errno));
errno             203 src/gauche-config.c                 outfile, strerror(errno));
errno            2601 src/gauche.h       if ((check) && errno == EINTR) {            \
errno            2603 src/gauche.h         errno = 0;                                \
errno             769 src/port.c             errno = 0;
errno             795 src/port.c             errno = 0;
errno            1299 src/syslib.c     int errno;
errno            1303 src/syslib.c     errno = Scm_GetInteger(errno_scm);
errno            1307 src/syslib.c   SCM_RESULT = strerror(errno);
errno            1388 src/syslib.c     if (errno == EINTR) Scm_SigCheck(Scm_VM());
errno            1436 src/syslib.c     if (errno == EINTR) Scm_SigCheck(Scm_VM());
errno            2377 src/syslib.c     if (errno == ENOENT) { SCM_RETURN(SCM_FALSE); }
errno             115 src/system.c       if (r < 0 && errno == EINTR) {
errno             117 src/system.c           errno = 0;
errno             126 src/system.c       if (r == NULL && errno == EINTR) {
errno             128 src/system.c           errno = 0;
errno            1261 src/system.c                       if (tmp < 0) Scm_Panic("dup failed: %s", strerror(errno));
errno            1266 src/system.c                   Scm_Panic("dup2 failed: %s", strerror(errno));
errno            1276 src/system.c           Scm_Panic("exec failed: %s: %s", program, strerror(errno));
errno            1286 src/system.c   	Scm_Panic("exec failed: %s: %s", program, strerror(errno));