Searched refs:strnappend (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | env-util.c | 495 k = strnappend(r, word, e-word-1); 506 k = strnappend(r, word, e-word); 539 k = strnappend(r, word, e-word);
|
H A D | string-util.h | 108 char *strnappend(const char *s, const char *suffix, size_t length);
|
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 1345 milliseconds