Searched defs:out_str (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c389 * out_str: buffer to write ot
395 dst_hmac_md5_to_dns_key(const DST_KEY *in_key, u_char *out_str, argument
403 out_len <= in_key->dk_key_size || out_str == NULL)
408 out_str[i] = hkey->hk_ipad[i] ^ HMAC_IPAD;
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1672 char *out_str; local
1678 out_str = temp;
1683 if (strlcpy(out_str, fnames[fnum], sizeof (temp))
1686 out_str += strlen (fnames[fnum]);
1690 *out_str++ = ch;
1695 if (strlcpy(out_str, shell_line, sizeof (temp)) >= sizeof (temp))
1697 out_str += strlen (shell_line);
1702 *out_str++ = *in_str++;
1706 *out_str++ = ch;
1708 *out_str
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1533 * out_len has the size of out_str when we are called.
1534 * This routine will set out_len to actual bytes written to out_str.
1539 uint8_t *in_str, uint8_t *out_str)
1580 out_str[out_index++] = comp_id;
1583 out_str[out_index++] = (w2_str[index] & 0xFF00) >> 8;
1585 out_str[out_index++] = w2_str[index] & 0xFF;
1668 * in_length < 256, out_str is at least 255 bytes long
1675 uint8_t *in_str, uint8_t *out_str)
1684 out_str[0] = '\0';
1702 out_str[
1538 ud_compress(int32_t in_len, int32_t *out_len, uint8_t *in_str, uint8_t *out_str) argument
1674 ud_uncompress(int32_t in_len, int32_t *out_len, uint8_t *in_str, uint8_t *out_str) argument
[all...]

Completed in 52 milliseconds