Home
last modified time | relevance | path

Searched refs:out_str (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1539 uint8_t *in_str, uint8_t *out_str) in ud_compress() argument
1580 out_str[out_index++] = comp_id; in ud_compress()
1583 out_str[out_index++] = (w2_str[index] & 0xFF00) >> 8; in ud_compress()
1585 out_str[out_index++] = w2_str[index] & 0xFF; in ud_compress()
1675 uint8_t *in_str, uint8_t *out_str) in ud_uncompress() argument
1684 out_str[0] = '\0'; in ud_uncompress()
1702 out_str[k++] = UNDERBAR; in ud_uncompress()
1710 out_str[k++] = UNDERBAR; in ud_uncompress()
1778 (void) strncpy((caddr_t)&out_str[len_till_now], in ud_uncompress()
1802 out_str[k + 5] = out_str[k]; in ud_uncompress()
[all …]
/titanic_41/usr/src/cmd/more/
H A Dmore.c1672 char *out_str; in expand() local
1678 out_str = temp; in expand()
1683 if (strlcpy(out_str, fnames[fnum], sizeof (temp)) in expand()
1686 out_str += strlen (fnames[fnum]); in expand()
1690 *out_str++ = ch; in expand()
1695 if (strlcpy(out_str, shell_line, sizeof (temp)) >= sizeof (temp)) in expand()
1697 out_str += strlen (shell_line); in expand()
1702 *out_str++ = *in_str++; in expand()
1706 *out_str++ = ch; in expand()
1708 *out_str++ = '\0'; in expand()
/titanic_41/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c395 dst_hmac_md5_to_dns_key(const DST_KEY *in_key, u_char *out_str, in dst_hmac_md5_to_dns_key() argument
403 out_len <= in_key->dk_key_size || out_str == NULL) in dst_hmac_md5_to_dns_key()
408 out_str[i] = hkey->hk_ipad[i] ^ HMAC_IPAD; in dst_hmac_md5_to_dns_key()