Searched defs:strappend (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/net/dns/
H A DResolverConfigurationImpl.c52 * strappend(s1="abc", "def") => "abc def"
53 * strappend(s1="", "def") => "def
55 void strappend(char *s1, char *s2) { function
113 strappend(sl, result);
177 strappend(sl, result);
198 strappend(ns, result);
/systemd/src/basic/
H A Dstring-util.c216 char *strappend(const char *s, const char *suffix) { function

Completed in 52 milliseconds