usleep            555 lib/common/utils.c     usleep((useconds_t) ms);
usleep             84 maint/gnulib/lib/pthread_sigmask.c       usleep (1);
usleep           2246 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (usleep, int, (useconds_t n));
usleep           2247 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (usleep, int, (useconds_t n));
usleep           2250 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (usleep, int, (useconds_t n));
usleep           2254 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS_CAST (usleep, int, (useconds_t n));
usleep           2256 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (usleep);
usleep           2260 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (usleep, "usleep is unportable - "
usleep             47 maint/gnulib/lib/usleep.c #undef usleep
usleep             74 maint/gnulib/lib/usleep.c   return usleep (micro % 1000000);
usleep            114 maint/gnulib/tests/test-nonblocking-reader.h           usleep (SMALL_DELAY);
usleep            155 maint/gnulib/tests/test-nonblocking-reader.h       usleep (1000000);
usleep            181 maint/gnulib/tests/test-nonblocking-reader.h       usleep (1000000);
usleep             79 maint/gnulib/tests/test-nonblocking-writer.h         usleep (1000000);
usleep            111 maint/gnulib/tests/test-nonblocking-writer.h         usleep (1000000);
usleep            137 maint/gnulib/tests/test-nonblocking-writer.h                 usleep (SMALL_DELAY);
usleep            169 maint/gnulib/tests/test-nonblocking-writer.h                 usleep (SMALL_DELAY);
usleep             36 maint/gnulib/tests/test-pipe-filter-gi2-main.c   usleep (100000);
usleep             83 maint/gnulib/tests/test-rwlock1.c   usleep (100000);
usleep             99 maint/gnulib/tests/test-rwlock1.c   usleep (100000);
usleep            268 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::usleep, int, (useconds_t));
usleep             24 maint/gnulib/tests/test-usleep.c SIGNATURE_CHECK (usleep, int, (useconds_t));
usleep             34 maint/gnulib/tests/test-usleep.c   ASSERT (usleep (1000000) == 0);
usleep             37 maint/gnulib/tests/test-usleep.c   ASSERT (usleep (0) == 0);