Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dcommas.c31 char *temp, *atold = *old; in comma_collate() local
34 if (atold && *atold) { in comma_collate()
37 if (atold[strlen(atold)-1] == ',') comma = ""; in comma_collate()
38 temp = xmprintf("%s%s%s", atold, comma, new); in comma_collate()
40 free (atold); in comma_collate()