Searched refs:rest (Results 1 – 1 of 1) sorted by relevance
271 char *rest = mnt->mnt_opts, *p; in weak_alias() local273 while ((p = strstr (rest, opt)) != NULL) in weak_alias()275 if ((p == rest || p[-1] == ',') in weak_alias()279 rest = strchr (p, ','); in weak_alias()280 if (rest == NULL) in weak_alias()282 ++rest; in weak_alias()
Completed in 5 milliseconds