seconds          1020 gc/pthread_support.c int WRAP_FUNC(sleep) (unsigned int seconds)
seconds          1025 gc/pthread_support.c     result = REAL_FUNC(sleep)(seconds);
seconds           121 src/gauche/mingw-compat.h unsigned int alarm(unsigned int seconds);
seconds          2150 src/syslib.c     int seconds;
seconds          2154 src/syslib.c     seconds = SCM_INT_VALUE(seconds_scm);
seconds          2158 src/syslib.c   SCM_SYSCALL(SCM_RESULT, alarm(seconds));
seconds          2311 src/syslib.c     int seconds;
seconds          2315 src/syslib.c     seconds = SCM_INT_VALUE(seconds_scm);
seconds          2319 src/syslib.c   SCM_RESULT = sleep(seconds);
seconds          1609 src/system.c   unsigned int alarm(unsigned int seconds)