Home
last modified time | relevance | path

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

/dflybsd-src/stand/lib/
H A Duuid_to_string.c43 tohex(char **buf, int len, uint32_t val) in tohex() function
/dflybsd-src/contrib/gmp/
H A Ddumbmp.c768 static char tohex[] = "0123456789abcdef"; in mpz_get_str() local
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c2922 tohex(int c) in tohex() function
/dflybsd-src/crypto/openssh/
H A Dmisc.c1533 tohex(const void *vp, size_t l) in tohex() function
/dflybsd-src/sbin/ifconfig/
H A Difieee80211.c5236 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) in get_string() macro
/dflybsd-src/contrib/gdb-7/gdb/
H A Dremote.c4593 tohex (int nib) in tohex() function