Searched defs:strnappend (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dstring-util.c185 char *strnappend(const char *s, const char *suffix, size_t b) { function
217 return strnappend(s, suffix, suffix ? strlen(suffix) : 0);

Completed in 13 milliseconds