Home
last modified time | relevance | path

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

/dports/dns/idnkit2/idnkit-2.3/test/overflow/
H A Dtest_overflow_utf32strncat.c214 if (idn__utf32_strncat(to, tolen, from, fromlen) != idn_success) in main()
222 if (idn__utf32_strncat(to, tolen, from, fromlen + 1) != idn_success) in main()
231 if (idn__utf32_strncat(to, tolen, from, fromlen + 1) in main()
241 if (idn__utf32_strncat(to, tolen, from, fromlen) in main()
251 if (idn__utf32_strncat(to, 1, from, fromlen) != idn_buffer_overflow) in main()
261 if (idn__utf32_strncat(to, tolen, from, fromlen) in main()
269 if (idn__utf32_strncat(to, 0, from, fromlen) != idn_buffer_overflow) in main()
276 if (idn__utf32_strncat(to, tolen, from, 0) != idn_success) in main()
283 if (idn__utf32_strncat(to, 0, from, 0) != idn_buffer_overflow) in main()
/dports/dns/idnkit2/idnkit-2.3/include/idn/
H A Dutf32.h257 idn__utf32_strncat(unsigned long *to, size_t tolen, const unsigned long *from,
/dports/dns/idnkit2/idnkit-2.3/lib/
H A Dutf32.c648 idn__utf32_strncat(unsigned long *to, size_t tolen, in idn__utf32_strncat() function