Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
HDuuid_to_string.c43 tohex(char **buf, int len, uint32_t val) in tohex() function
/dragonfly/contrib/gmp/
HDdumbmp.c768 static char tohex[] = "0123456789abcdef"; in mpz_get_str() local
/dragonfly/contrib/libarchive/libarchive/
HDarchive_read_support_format_tar.c2922 tohex(int c) in tohex() function
/dragonfly/crypto/openssh/
HDmisc.c1533 tohex(const void *vp, size_t l) in tohex() function
/dragonfly/sbin/ifconfig/
HDifieee80211.c5236 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) in get_string() macro
/dragonfly/contrib/gdb-7/gdb/
HDremote.c4593 tohex (int nib) in tohex() function