Searched refs:portable_strndup (Results 1 – 3 of 3) sorted by relevance
149 extern char *portable_strndup(const char *s, size_t n);
308 portable_strndup(const char *s, size_t n) { in portable_strndup() function
637 return portable_strndup(context + offset, byte_count); in dup_original_string()