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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnls.h36 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) function
54 if (nls_tolower(t, *s1++) != nls_tolower(t, *s2++))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dncplib_kernel.h138 #define ncp_tolower(t, c) nls_tolower(t, c)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Ddir.c575 hash = partial_name_hash(nls_tolower(codepage, q->name[i]),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c89 hash = partial_name_hash(nls_tolower(t, *name++), hash);

Completed in 370 milliseconds