Searched refs:tohex (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/sbin/ifconfig/ |
| H A D | util.c | 116 #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 D | namespace.h | 82 #define tohex ssh_tohex macro
|
| H A D | misc.h | 90 char *tohex(const void *, size_t);
|
| H A D | sshsig.c | 422 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 D | krl.c | 1342 fp = tohex(rb->blob, rb->len); in krl_dump() 1351 fp = tohex(rb->blob, rb->len); in krl_dump()
|
| H A D | misc.c | 1502 tohex(const void *vp, size_t l) in tohex() function
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-z8k.c | 63 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 D | tc-z8k.c | 63 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 D | ChangeLog-2002-2021 | 11529 * 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 D | ChangeLog-0001 | 1180 (tohex): Use ISDIGIT/ISLOWER instead of isdigit/islower.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-0001 | 1180 (tohex): Use ISDIGIT/ISLOWER instead of isdigit/islower.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2004 | 14209 * remote-sds.c (tohex): Delete unused function. Update copyright.
|
| H A D | ChangeLog-2014 | 14280 (fromhex, hex2bin, tohex, bin2hex, remote_escape_output)
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2004 | 14209 * remote-sds.c (tohex): Delete unused function. Update copyright.
|
| H A D | ChangeLog-2014 | 14280 (fromhex, hex2bin, tohex, bin2hex, remote_escape_output)
|