Home
last modified time | relevance | path

Searched refs:test_memory (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dtest_test.c281 static int test_memory(void) in test_memory() function
547 ADD_TEST(test_memory); in setup_tests()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtest_test.c281 static int test_memory(void) in test_memory() function
566 ADD_TEST(test_memory); in setup_tests()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Dtest_base.c75 test_memory(void) in test_memory() function
949 res |= test_memory(); in main()
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c275 int (*test_memory)(stbi_uc const *buffer, int len); member
709 if (loaders[i]->test_memory(buffer,len)) in stbi_load_from_memory()