Home
last modified time | relevance | path

Searched refs:strnappend (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
Dutil.h136 char *strnappend(const char *s, const char *suffix, size_t length);
Dutil.c426 char *strnappend(const char *s, const char *suffix, size_t b) { in strnappend() function
458 return strnappend(s, suffix, suffix ? strlen(suffix) : 0); in strappend()