Searched refs:blhexdump (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/blocklist/bin/ |
H A D | support.h | 41 ssize_t blhexdump(char *, size_t, const char *, const void *, size_t);
|
H A D | support.c | 140 blhexdump(char *buf, size_t len, const char *str, const void *b, size_t l) in blhexdump() function
|
H A D | state.c | 106 blhexdump(buf, sizeof(buf), __func__, k, sizeof(*k)); in dumpkey()
|
H A D | conf.c | 505 blhexdump(b1, sizeof(b1), "a1", v1, len); in conf_amask_eq() 506 blhexdump(b2, sizeof(b2), "a2", v2, len); in conf_amask_eq()
|