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

/freebsd-10.1-release/lib/libdevstat/
H A Ddevstat.c1076 char *tempstr2, *tempstr3; local
1081 tempstr2 = tstr[i];
1082 while (isspace(*tempstr2) && (*tempstr2 != '\0'))
1083 tempstr2++;
1088 tempstr3 = &tempstr2[strlen(tempstr2) - 1];
1090 while ((*tempstr3 != '\0') && (tempstr3 > tempstr2)
1109 if (strncasecmp(tempstr2, match_table[j].match_str,

Completed in 80 milliseconds