Searched defs:tohex (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Duuid_to_string.c42 tohex(char **buf, int len, uint32_t val) function
[all...]
/freebsd-13-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c348 tohex(const void *_s, size_t l) function
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c2914 tohex(int c) function
/freebsd-13-stable/crypto/openssh/
H A Dmisc.c1133 tohex(const void *vp, size_t l) function
H A Dssh_namespace.h831 #define tohex Fssh_tohex macro
/freebsd-13-stable/sbin/ifconfig/
H A Difieee80211.c5653 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) macro
5656 #undef tohex macro

Completed in 191 milliseconds