Searched refs:nls_table (Results 1 – 25 of 81) sorted by relevance
1234
/linux-2.6.39/include/linux/ |
D | nls.h | 24 struct nls_table { struct 33 struct nls_table *next; argument 47 extern int register_nls(struct nls_table *); 48 extern int unregister_nls(struct nls_table *); 49 extern struct nls_table *load_nls(char *); 50 extern void unload_nls(struct nls_table *); 51 extern struct nls_table *load_nls_default(void); 59 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower() 66 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper() 73 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp() [all …]
|
/linux-2.6.39/fs/cifs/ |
D | cifsproto.h | 108 const struct nls_table *nls_cp); 157 struct nls_table *nls_info); 162 const struct nls_table *); 165 const char *searchName, const struct nls_table *nls_codepage, 181 const struct nls_table *nls_codepage, int remap); 185 const struct nls_table *nls_codepage, int remap); 193 const struct nls_table *nls_codepage, int remap); 199 const struct nls_table *nls_codepage, int remap); 203 const struct nls_table *nls_codepage, 225 const struct nls_table *nls_codepage, [all …]
|
D | cifs_unicode.c | 41 const struct nls_table *codepage) in cifs_ucs2_bytes() 76 cifs_mapchar(char *target, const __u16 src_char, const struct nls_table *cp, in cifs_mapchar() 148 const struct nls_table *codepage, bool mapchar) in cifs_from_ucs2() 200 const struct nls_table *codepage) in cifs_strtoUCS() 235 const struct nls_table *codepage) in cifs_strndup_from_ucs() 268 const struct nls_table *cp, int mapChars) in cifsConvertToUCS()
|
D | cifs_unicode.h | 78 const struct nls_table *codepage, bool mapchar); 80 const struct nls_table *codepage); 81 int cifs_strtoUCS(__le16 *, const char *, int, const struct nls_table *); 84 const struct nls_table *codepage);
|
D | sess.c | 162 unicode_oslm_strings(char **pbcc_area, const struct nls_table *nls_cp) in unicode_oslm_strings() 185 const struct nls_table *nls_cp) in unicode_domain_string() 208 const struct nls_table *nls_cp) in unicode_ssetup_strings() 240 const struct nls_table *nls_cp) in ascii_ssetup_strings() 280 const struct nls_table *nls_cp) in decode_unicode_ssetup() 314 const struct nls_table *nls_cp) in decode_ascii_ssetup() 453 const struct nls_table *nls_cp) in build_ntlmssp_auth_blob() 555 const struct nls_table *nls_cp) in CIFS_SessSetup()
|
D | cifs_fs_sb.h | 49 struct nls_table *local_nls;
|
/linux-2.6.39/fs/nls/ |
D | nls_base.c | 20 static struct nls_table default_table; 21 static struct nls_table *tables = &default_table; 212 int register_nls(struct nls_table * nls) in register_nls() 214 struct nls_table ** tmp = &tables; in register_nls() 233 int unregister_nls(struct nls_table * nls) in unregister_nls() 235 struct nls_table ** tmp = &tables; in unregister_nls() 250 static struct nls_table *find_nls(char *charset) in find_nls() 252 struct nls_table *nls; in find_nls() 266 struct nls_table *load_nls(char *charset) in load_nls() 271 void unload_nls(struct nls_table *nls) in unload_nls() [all …]
|
D | nls_koi8-ru.c | 14 static struct nls_table *p_nls; 54 static struct nls_table table = {
|
D | nls_ascii.c | 145 static struct nls_table table = {
|
D | nls_iso8859-3.c | 287 static struct nls_table table = {
|
D | nls_iso8859-4.c | 287 static struct nls_table table = {
|
D | nls_iso8859-9.c | 251 static struct nls_table table = {
|
D | nls_iso8859-2.c | 287 static struct nls_table table = {
|
D | nls_iso8859-6.c | 242 static struct nls_table table = {
|
D | nls_iso8859-1.c | 236 static struct nls_table table = {
|
D | nls_utf8.c | 43 static struct nls_table table = {
|
D | nls_cp863.c | 360 static struct nls_table table = {
|
D | nls_cp866.c | 284 static struct nls_table table = {
|
D | nls_cp869.c | 294 static struct nls_table table = {
|
D | nls_iso8859-5.c | 251 static struct nls_table table = {
|
D | nls_iso8859-7.c | 296 static struct nls_table table = {
|
/linux-2.6.39/fs/hfs/ |
D | trans.c | 35 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; in hfs_mac2asc() 36 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_mac2asc() 97 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; in hfs_asc2mac() 98 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_asc2mac()
|
/linux-2.6.39/fs/jfs/ |
D | jfs_unicode.c | 33 int len, struct nls_table *codepage) in jfs_strfromUCS_le() 83 struct nls_table *codepage) in jfs_strtoUCS() 117 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab; in get_UCSname()
|
/linux-2.6.39/fs/isofs/ |
D | joliet.c | 17 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) in uni16_to_x8() 44 struct nls_table *nls; in get_joliet_filename()
|
/linux-2.6.39/fs/ncpfs/ |
D | ncp_fs_sb.h | 103 struct nls_table *nls_vol; 104 struct nls_table *nls_io;
|
1234