Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c2152 char *strng1; in compare() local
2156 strng1 = string1; in compare()
2158 if ((strng1 == NULL) || (strng2 == NULL) || (*strng1 == '\0') || (*strng2 == '\0')) in compare()
2165 if (*strng1 != *strng2) in compare()
2170 if (toupper((unsigned char)*strng1) != toupper((unsigned char)*strng2)) in compare()
2173 strng1++; in compare()
2175 if ((*strng1 == '\0') || (*strng2 == '\0') || (*strng1 == ' ') || (*strng2 == ' ')) in compare()