Home
last modified time | relevance | path

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

/include/linux/
Dnls.h62 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower() function
80 if (nls_tolower(t, *s1++) != nls_tolower(t, *s2++)) in nls_strnicmp()