Home
last modified time | relevance | path

Searched defs:hexstr (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/m68k/m68k/
H A Dregdump.c138 hexstr(int val, int len) in hexstr() function
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dmachdep.c189 hexstr(int val, int len) hexstr() function
[all...]
/netbsd-src/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
H A Dchrpicontoppm.c168 char hexstr[3] = { 0, 0, 0 }; in CHRPI_getbitmap() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_verify_ctx.c71 unsigned char *hexstr, long len) in TS_VERIFY_CTX_set_imprint()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_verify_ctx.c71 unsigned char *hexstr, long len) in TS_VERIFY_CTX_set_imprint()
/netbsd-src/games/ching/printching/
H A Dprintching.c105 char hexstr[6+1]; /* buffer for reading lines in */ in main() local
/netbsd-src/sbin/ifconfig/
H A Dutil.c86 bool hexstr; in get_string() local
/netbsd-src/sys/arch/hppa/stand/xxboot/
H A Dmain.c156 hexstr(char *buf, unsigned val) in hexstr() function
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dfipsinstall.c120 char *hexstr = NULL; in print_mac() local
H A Dts.c926 unsigned char *hexstr = OPENSSL_hexstr2buf(digest, &imprint_len); in create_verify_ctx() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dts.c892 unsigned char *hexstr = OPENSSL_hexstr2buf(digest, &imprint_len); in create_verify_ctx() local
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c319 hexstr2bin(char *hexstr, int len, uint8_t *buf, size_t offset, size_t buf_len) in hexstr2bin()