Home
last modified time | relevance | path

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

/external/u-boot/tools/gdb/
Dremote.c357 tohex (int nib) in tohex() function
561 *p++ = tohex ((myaddr[i] >> 4) & 0xf);
562 *p++ = tohex (myaddr[i] & 0xf);
658 *p++ = tohex ((csum >> 4) & 0xf);
659 *p++ = tohex (csum & 0xf);
/external/openssh/regress/unittests/test_helper/
Dtest_helper.c337 tohex(const void *_s, size_t l) in tohex() function
368 fprintf(stderr, "%12s = %s (len %zu)\n", a1, tohex(aa1, MIN(l, 256)), l); in assert_mem()
369 fprintf(stderr, "%12s = %s (len %zu)\n", a2, tohex(aa2, MIN(l, 256)), l); in assert_mem()
404 tohex(aa1, MIN(l, 20)), l > 20 ? "..." : "", l); in assert_mem_filled()
/external/openssh/
Dmisc.h60 char *tohex(const void *, size_t);
Dmisc.c812 tohex(const void *vp, size_t l) in tohex() function
Dssh.c1196 conn_hash_hex = tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1)); in main()
Dchannels.c4644 new_data = tohex(x11_fake_data, data_len);