Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libdevstat/
H A Ddevstat.c1083 char *tempstr2, *tempstr3; in devstat_buildmatch() local
1088 tempstr2 = tstr[i]; in devstat_buildmatch()
1089 while (isspace(*tempstr2) && (*tempstr2 != '\0')) in devstat_buildmatch()
1090 tempstr2++; in devstat_buildmatch()
1095 tempstr3 = &tempstr2[strlen(tempstr2) - 1]; in devstat_buildmatch()
1097 while ((*tempstr3 != '\0') && (tempstr3 > tempstr2) in devstat_buildmatch()
1116 if (strncasecmp(tempstr2, match_table[j].match_str, in devstat_buildmatch()