Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c1056 unsigned xp_len, new_len; in replace_with_expansion() local
1084 xp_len = strlen (xp); in replace_with_expansion()
1091 if (xp_len != raw_len) in replace_with_expansion()
1093 new_len = from + xp_len + input_text_length - *to + 1; in replace_with_expansion()
1105 memmove (input_text + from + xp_len, in replace_with_expansion()
1108 *to += xp_len - raw_len; in replace_with_expansion()
1112 input_text_length += xp_len - raw_len; in replace_with_expansion()
1114 memcpy (input_text + from, xp, xp_len); in replace_with_expansion()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dacvp_test.c1072 || !TEST_ptr(xp_bn = BN_bin2bn(tst->xp, tst->xp_len, NULL)) in rsa_keygen_test()
H A Dacvp_test.inc1022 size_t xp_len;