Searched refs:str1 (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
345 if (str1 == NULL)
349 n1 = strlen(str1);
356 if (str1[i] > str2[i])
358 if (str1[i] < str2[i])

Completed in 32 milliseconds