Home
last modified time | relevance | path

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

/freebsd/lib/libdevstat/
H A Ddevstat.c1086 char *tempstr2, *tempstr3; in devstat_buildmatch() local
1098 tempstr3 = &tempstr2[strlen(tempstr2) - 1]; in devstat_buildmatch()
1100 while ((*tempstr3 != '\0') && (tempstr3 > tempstr2) in devstat_buildmatch()
1101 && (isspace(*tempstr3))) { in devstat_buildmatch()
1102 *tempstr3 = '\0'; in devstat_buildmatch()
1103 tempstr3--; in devstat_buildmatch()