Home
last modified time | relevance | path

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

/external/toybox/lib/
Dgetmountlist.c32 char *temp, *atold = *old; in comma_collate() local
35 if (atold && *atold) { in comma_collate()
38 if (atold[strlen(atold)-1] == ',') comma = ""; in comma_collate()
39 temp = xmprintf("%s%s%s", atold, comma, new); in comma_collate()
41 free (atold); in comma_collate()