Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Duuid_to_string.c40 tohex(char **buf, int len, uint32_t val) in tohex() function
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c386 tohex(const void *_s, size_t l) in tohex() function
/freebsd/crypto/openssh/
H A Dmisc.c1554 tohex(const void *vp, size_t l) in tohex() function
H A Dssh_namespace.h1004 #define tohex Fssh_tohex macro
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c3681 tohex(int c) in tohex() function
/freebsd/sbin/ifconfig/
H A Difieee80211.c5986 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) in get_string() macro