Searched refs:max (Results 1 – 1 of 1) sorted by relevance
53 stupid_strncasecmp (const char *s1, const char *s2, size_t max) in stupid_strncasecmp() argument58 if (n > max) in stupid_strncasecmp()59 n = max; in stupid_strncasecmp()
Completed in 4 milliseconds