Searched refs:strnappend (Results 1 – 2 of 2) sorted by relevance
136 char *strnappend(const char *s, const char *suffix, size_t length);
426 char *strnappend(const char *s, const char *suffix, size_t b) { in strnappend() function458 return strnappend(s, suffix, suffix ? strlen(suffix) : 0); in strappend()