Searched refs:dst_inc (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/common/ctf/ |
| D | ctf_create.c | 1353 ssize_t src_sz, dst_sz, src_inc, dst_inc; in soucmp() local 1377 (void) ctf_get_ctt_size(dst_fp, dst_tp, &dst_sz, &dst_inc); in soucmp() 1385 dst_mp = (const char *)dst_tp + dst_inc; in soucmp() 1387 n--, src_mp += src_inc, dst_mp += dst_inc) { in soucmp() 1390 ctf_get_ctm_info(dst_fp, dst_mp, dst_sz, &dst_inc, NULL, in soucmp()
|