Home
last modified time | relevance | path

Searched refs:tohex (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sbin/ifconfig/
H A Dutil.c116 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) in get_string() macro
117 *p++ = (tohex((u_char)val[0]) << 4) | in get_string()
118 tohex((u_char)val[1]); in get_string()
119 #undef tohex in get_string()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dnamespace.h82 #define tohex ssh_tohex macro
H A Dmisc.h90 char *tohex(const void *, size_t);
H A Dsshsig.c422 if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) { in hash_buffer()
547 if ((hex = tohex(hash, ssh_digest_bytes(alg))) != NULL) { in hash_file()
H A Dkrl.c1342 fp = tohex(rb->blob, rb->len); in krl_dump()
1351 fp = tohex(rb->blob, rb->len); in krl_dump()
H A Dmisc.c1502 tohex(const void *vp, size_t l) in tohex() function
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-z8k.c63 tohex (int c) in tohex() function
85 c = (tohex (input_line_pointer[0]) << 4) in sval()
86 | tohex (input_line_pointer[1]); in sval()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-z8k.c63 tohex (int c) in tohex() function
85 c = (tohex (input_line_pointer[0]) << 4) in sval()
86 | tohex (input_line_pointer[1]); in sval()
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-202111529 * gdbreplay.c (tohex): Rename to 'fromhex'.
13886 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
17752 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-00011180 (tohex): Use ISDIGIT/ISLOWER instead of isdigit/islower.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-00011180 (tohex): Use ISDIGIT/ISLOWER instead of isdigit/islower.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-200414209 * remote-sds.c (tohex): Delete unused function. Update copyright.
H A DChangeLog-201414280 (fromhex, hex2bin, tohex, bin2hex, remote_escape_output)
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-200414209 * remote-sds.c (tohex): Delete unused function. Update copyright.
H A DChangeLog-201414280 (fromhex, hex2bin, tohex, bin2hex, remote_escape_output)