Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/landisk/stand/boot/
H A Dprf.c37 static const char hexchar[16] = { in puthex() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dhex.c42 static const char hexchar[16] = "0123456789ABCDEF"; variable
/netbsd-src/external/bsd/unbound/dist/util/
H A Dlog.c376 const char* hexchar = "0123456789ABCDEF"; in log_hex_f() local
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dhtml.c695 char *hexchar = xmalloc (6 * sizeof (char)); in fix_filename() local
/netbsd-src/external/bsd/less/dist/lesstest/
H A Dlt_screen.c153 char hexchar[] = "0123456789ABCDEF"; in store_hex() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-ldap.c837 static const char hexchar[] = "0123456789ABCDEF"; variable
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.c903 hexchar(const char *s) in hexchar() function