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

/freebsd-13-stable/lib/libdevstat/
H A Ddevstat.c1088 char *tempstr2, *tempstr3; local
1093 tempstr2 = tstr[i];
1094 while (isspace(*tempstr2) && (*tempstr2 != '\0'))
1095 tempstr2++;
1100 tempstr3 = &tempstr2[strlen(tempstr2) - 1];
1102 while ((*tempstr3 != '\0') && (tempstr3 > tempstr2)
1121 if (strncasecmp(tempstr2, match_table[j].match_str,

Completed in 44 milliseconds