strnappend 862 src/shared/util.c return strnappend(s, suffix, suffix ? strlen(suffix) : 0); strnappend 3146 src/shared/util.c if (!(k = strnappend(r, word, e-word-1))) strnappend 3156 src/shared/util.c if (!(k = strnappend(r, word, e-word))) strnappend 3188 src/shared/util.c if (!(k = strnappend(r, word, e-word))) strnappend 266 src/shared/util.h char *strnappend(const char *s, const char *suffix, size_t length);