Searched refs:nls (Results 1 - 25 of 129) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Djoliet.c10 #include <linux/nls.h>
19 uni16_to_x8(unsigned char *ascii, u16 *uni, int len, struct nls_table *nls) argument
30 if ((llen = nls->uni2char(ch, op, NLS_MAX_CHARSET_SIZE)) > 0)
77 struct nls_table *nls; local
81 nls = inode->i_sb->u.isofs_sb.s_nls_iocharset;
88 de->name_len[0] >> 1, nls);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dunistr.h27 #include <linux/nls.h>
H A Dsupport.c20 #include <linux/nls.h>
225 struct nls_table *nls = vol->nls_map; local
233 if ((chl = nls->uni2char(uni, charbuf,
275 struct nls_table *nls = vol->nls_map; local
287 charlen = nls->char2uni(&in[i], in_len - i, &uni);
H A Dattr.h7 #include <linux/nls.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nls/
H A Dnls_base.c15 #include <linux/nls.h>
162 int register_nls(struct nls_table * nls) argument
166 if (!nls)
168 if (nls->next)
173 if (nls == *tmp) {
179 nls->next = tables;
180 tables = nls;
185 int unregister_nls(struct nls_table * nls) argument
191 if (nls == *tmp) {
192 *tmp = nls
204 struct nls_table *nls; local
217 struct nls_table *nls; local
245 unload_nls(struct nls_table *nls) argument
[all...]
H A Dnls_big5.c8 #include <linux/nls.h>
H A Dnls_euc-kr.c8 #include <linux/nls.h>
H A Dnls_gb2312.c8 #include <linux/nls.h>
H A Dnls_iso8859-8.c8 #include <linux/nls.h>
H A Dnls_sjis.c8 #include <linux/nls.h>
H A Dnls_tis-620.c8 #include <linux/nls.h>
H A Dnls_utf8.c9 #include <linux/nls.h>
H A Dnls_koi8-ru.c11 #include <linux/nls.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nls.orig/
H A Dnls_base.c15 #include <linux/nls.h>
162 int register_nls(struct nls_table * nls) argument
166 if (!nls)
168 if (nls->next)
173 if (nls == *tmp) {
179 nls->next = tables;
180 tables = nls;
185 int unregister_nls(struct nls_table * nls) argument
191 if (nls == *tmp) {
192 *tmp = nls
204 struct nls_table *nls; local
217 struct nls_table *nls; local
245 unload_nls(struct nls_table *nls) argument
[all...]
H A Dnls_big5.c8 #include <linux/nls.h>
H A Dnls_euc-kr.c8 #include <linux/nls.h>
H A Dnls_gb2312.c8 #include <linux/nls.h>
H A Dnls_iso8859-8.c8 #include <linux/nls.h>
H A Dnls_sjis.c8 #include <linux/nls.h>
H A Dnls_tis-620.c8 #include <linux/nls.h>
H A Dnls_utf8.c9 #include <linux/nls.h>
H A Dnls_koi8-ru.c11 #include <linux/nls.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/befs/
H A Dlinuxvfs.c16 #include <linux/nls.h>
179 if (BEFS_SB(sb)->nls) {
254 if (BEFS_SB(sb)->nls) {
530 * the nls tables directly
537 struct nls_table *nls = BEFS_SB(sb)->nls; local
542 int maxlen = in_len; /* The utf8->nls conversion cant make more chars */
546 if (!nls) {
566 /* convert from Unicode to nls */
567 unilen = nls
613 struct nls_table *nls = BEFS_SB(sb)->nls; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c85 #include <linux/nls.h>
98 struct nls_table *nls; local
117 nls=load_nls(codepage);
118 if(!nls)
128 charlen = nls->uni2char(unibuf[i], &name[len], NLS_MAX_CHARSET_SIZE);
134 unload_nls(nls);
140 unload_nls(nls);
173 struct nls_table *nls; local
196 nls=load_nls(codepage);
197 if(!nls)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A DMakefile11 mod-subdirs := nls
49 subdir-$(CONFIG_NLS) += nls

Completed in 93 milliseconds

123456