Home
last modified time | relevance | path

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

/freebsd-head/contrib/expat/tests/
HDcommon.h149 extern char *portable_strndup(const char *s, size_t n);
HDcommon.c308 portable_strndup(const char *s, size_t n) { in portable_strndup() function
HDmisc_tests.c637 return portable_strndup(context + offset, byte_count); in dup_original_string()