HomeSort by relevance Sort by last modified time
    Searched full:atold (Results 1 - 1 of 1) sorted by null

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

Completed in 139 milliseconds