nls_table          33 include/linux/nls.h 	struct nls_table *next;
nls_table          47 include/linux/nls.h extern int __register_nls(struct nls_table *, struct module *);
nls_table          48 include/linux/nls.h extern int unregister_nls(struct nls_table *);
nls_table          49 include/linux/nls.h extern struct nls_table *load_nls(char *);
nls_table          50 include/linux/nls.h extern void unload_nls(struct nls_table *);
nls_table          51 include/linux/nls.h extern struct nls_table *load_nls_default(void);
nls_table          61 include/linux/nls.h static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c)
nls_table          68 include/linux/nls.h static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c)
nls_table          75 include/linux/nls.h static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1,
nls_table          95 include/linux/nls.h nls_nullsize(const struct nls_table *codepage)