Searched defs:hexbuf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/secflags/
H A Dsecflags.c234 char hexbuf[19]; /* 0x%16 PRIx64 */ local
236 (void) snprintf(hexbuf, sizeof (hexbuf), "0x%16" PRIx64, flags);
239 (void) strlcat(buf, hexbuf, buflen);
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.c287 char hexbuf[NDOBUFSZ]; local
292 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ);
295 n_bytes, pdu_offset, hexbuf);
317 char hexbuf[NDOBUFSZ]; local
322 ndo_hexfmt((uint8_t *)buf, n_bytes, 0, hexbuf, NDOBUFSZ);
325 n_bytes, pdu_offset, hexbuf);
341 char hexbuf[NDOBUFSZ]; local
350 ndo_hexfmt(data, 16, 0, hexbuf, NDOBUFSZ);
352 bzero(hexbuf, NDOBUFSZ);
358 ndo_printf(nds, ref, " %s", hexbuf);
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c356 char hexbuf[DIGEST_HEX_SIZE]; local
432 digest_calc_resp(attr, hash_a1, method, mlen, NULL, hexbuf);
437 memcpy(scan, hexbuf, DIGEST_SIZE * 2);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c86 char hexbuf[64]; local
88 char *hp = hexbuf;
101 smb_tracef("%06X %s %s", offset, hexbuf, ascbuf);
103 hp = hexbuf;
117 smb_tracef("%06X %-48s %s", offset, hexbuf, ascbuf);
136 * its equivalent hex chars (hexbuf).
139 * if hexbuf is not big enough returns 0.
141 * hexbuf which is srclen * 2.
145 char *hexbuf, size_t hexlen)
157 *hexbuf
144 bintohex(const char *srcbuf, size_t srclen, char *hexbuf, size_t hexlen) argument
181 hextobin(const char *hexbuf, size_t hexlen, char *dstbuf, size_t dstlen) argument
[all...]

Completed in 63 milliseconds