getentropy       1173 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (getentropy, int, (void *buffer, size_t length));
getentropy       1175 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (getentropy, int, (void *buffer, size_t length));
getentropy       1176 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (getentropy);
getentropy       1180 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (getentropy, "getentropy is unportable - "
getentropy         26 maint/gnulib/tests/test-getentropy.c SIGNATURE_CHECK (getentropy, int, (void *, size_t));
getentropy         37 maint/gnulib/tests/test-getentropy.c   ASSERT (getentropy (buf, sizeof buf) == 0);
getentropy         48 maint/gnulib/tests/test-getentropy.c     ASSERT (getentropy (buf1, sizeof (buf1)) == 0);
getentropy         49 maint/gnulib/tests/test-getentropy.c     ASSERT (getentropy (buf2, sizeof (buf2)) == 0);
getentropy        133 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::getentropy, int, (void *, size_t));