Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnls.h76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp() function
/linux/fs/fat/
H A Ddir.c289 return !nls_strnicmp(sbi->nls_io, a, b, a_len); in fat_name_match()