Searched refs:buf2 (Results 1 – 1 of 1) sorted by relevance
180 char buf2[256]; in test_getentropy() local181 _Static_assert (sizeof (buf) < sizeof (buf2), "buf and buf2 compatible"); in test_getentropy()182 memset (buf2, '@', sizeof (buf2)); in test_getentropy()183 if (getentropy (buf2, sizeof (buf)) != 0) in test_getentropy()192 if (memcmp (buf, buf2, sizeof (buf) == 0)) in test_getentropy()199 for (size_t i = sizeof (buf); i < sizeof (buf2); ++i) in test_getentropy()200 if (buf2[i] != '@') in test_getentropy()
Completed in 4 milliseconds