Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c1949 char *strng1; in compare() local
1953 strng1 = string1; in compare()
1955 if ((strng1 == NULL) || (strng2 == NULL) || (*strng1 == '\0') || (*strng2 == '\0')) in compare()
1962 if (*strng1 != *strng2) in compare()
1967 if (toupper((unsigned char)*strng1) != toupper((unsigned char)*strng2)) in compare()
1970 strng1++; in compare()
1972 if ((*strng1 == '\0') || (*strng2 == '\0') || (*strng1 == ' ') || (*strng2 == ' ')) in compare()