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

/httpd/server/
H A Dutil_expr_eval.c341 static int strcmplex(const char *str1, const char *str2) argument
347 if (str2 == NULL)
350 n2 = strlen(str2);
356 if (str1[i] > str2[i])
358 if (str1[i] < str2[i])

Completed in 13 milliseconds