Home
last modified time | relevance | path

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

/string/
A Dtest-strncasecmp.c53 stupid_strncasecmp (const char *s1, const char *s2, size_t max) in stupid_strncasecmp() argument
58 if (n > max) in stupid_strncasecmp()
59 n = max; in stupid_strncasecmp()

Completed in 4 milliseconds