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

/systemd/src/basic/
H A Denv-util.c495 k = strnappend(r, word, e-word-1);
506 k = strnappend(r, word, e-word);
539 k = strnappend(r, word, e-word);
H A Dstring-util.h108 char *strnappend(const char *s, const char *suffix, size_t length);
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 1345 milliseconds