Searched defs:dst_len (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c1446 * @dst_len: size of destination buffer @dst in bytes
1452 * @start_vcn and save the array in @dst. @dst_len is the size of @dst in
1474 const int dst_len, const runlist_element *rl,
1488 if (dst_len < 1) {
1505 dst_max = dst + dst_len - 1;
1473 ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst, const int dst_len, const runlist_element *rl, const VCN start_vcn, VCN *const stop_vcn) argument
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c1761 smb_ads_escape_search_filter_chars(const char *src, char *dst, size_t dst_len) argument
1763 int avail = dst_len - 1; /* reserve a space for NULL char */

Completed in 24 milliseconds