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

/systemd/src/test/
H A Dtest-strbuf.c28 static ssize_t add_string(struct strbuf *sb, const char *s) { function
39 a = add_string(sb, "waldo");
40 b = add_string(sb, "foo");
41 c = add_string(sb, "bar");
42 d = add_string(sb, "waldo"); /* duplicate */
43 e = add_string(sb, "aldo"); /* duplicate */
44 f = add_string(sb, "do"); /* duplicate */
45 g = add_string(sb, "waldorf"); /* not a duplicate: matches from tail */

Completed in 222 milliseconds