Searched refs:strnappend (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/basic/ |
D | env-util.c | 565 k = strnappend(r, word, e-word-1); in replace_env_n() 575 k = strnappend(r, word, e-word); in replace_env_n() 585 k = strnappend(r, word, e-word-1); in replace_env_n() 691 return strnappend(r, word, e-word); in replace_env_n()
|
D | string-util.h | 84 char *strnappend(const char *s, const char *suffix, size_t length);
|
D | string-util.c | 57 char *strnappend(const char *s, const char *suffix, size_t b) { in strnappend() function
|