Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/gdbserver/
HDgdbreplay.c160 tohex (int ch) in tohex() function
HDremote-utils.c234 tohex (int nib) in tohex() function
/trueos/crypto/openssh/
HDmisc.c742 tohex(const void *vp, size_t l) in tohex() function
HDssh_namespace.h545 #define tohex ssh_tohex macro
/trueos/contrib/libarchive/libarchive/
HDarchive_read_support_format_tar.c2682 tohex(int c) in tohex() function
/trueos/contrib/gdb/gdb/
HDremote.c2397 tohex (int nib) in tohex() function
/trueos/sbin/ifconfig/
HDifieee80211.c4985 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) in get_string() macro