Home
last modified time | relevance | path

Searched refs:tinytest_format_hex_ (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/test/
H A Dtinytest.h89 char *tinytest_format_hex_(const void *, unsigned long);
H A Dtinytest_macros.h195 { print_ = tinytest_format_hex_(value_, (len)); }, \
H A Dtinytest.c594 tinytest_format_hex_(const void *val_, unsigned long len) function