Home
last modified time | relevance | path

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

/freebsd/lib/libdevstat/
H A Ddevstat.c1086 char *tempstr2, *tempstr3; in devstat_buildmatch() local
1091 tempstr2 = tstr[i]; in devstat_buildmatch()
1092 while (isspace(*tempstr2) && (*tempstr2 != '\0')) in devstat_buildmatch()
1093 tempstr2++; in devstat_buildmatch()
1098 tempstr3 = &tempstr2[strlen(tempstr2) - 1]; in devstat_buildmatch()
1100 while ((*tempstr3 != '\0') && (tempstr3 > tempstr2) in devstat_buildmatch()
1119 if (strncasecmp(tempstr2, match_table[j].match_str, in devstat_buildmatch()