Searched defs:strnappend (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | string-util.c | 185 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