stbuf 53 maint/gnulib/tests/test-explicit_bzero.c static char stbuf[SECRET_SIZE]; stbuf 58 maint/gnulib/tests/test-explicit_bzero.c memcpy (stbuf, SECRET, SECRET_SIZE); stbuf 59 maint/gnulib/tests/test-explicit_bzero.c explicit_bzero (stbuf, SECRET_SIZE); stbuf 60 maint/gnulib/tests/test-explicit_bzero.c ASSERT (memcmp (zero, stbuf, SECRET_SIZE) == 0);