Searched refs:codepage (Results 1 - 22 of 22) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_unicode.c33 int len, struct nls_table *codepage)
41 codepage->uni2char(le16_to_cpu(from[i]), &to[outlen],
61 const char *from, int len, struct nls_table *codepage)
69 charlen = codepage->char2uni(from, len, &to[i]);
74 codepage->charset, (unsigned char) *from));
32 jfs_strfromUCS_le(char *to, const wchar_t * from, int len, struct nls_table *codepage) argument
60 jfs_strtoUCS(wchar_t * to, const char *from, int len, struct nls_table *codepage) argument
H A Djfs_dtree.c2920 struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab; local
3160 codepage);
3179 len, codepage);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Debcdic.h25 void codepage_convert(const __u8 *codepage, volatile __u8 * addr, int nr) argument
38 : "a" (codepage) : "cc", "memory", "1" );
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Debcdic.h25 codepage_convert(const __u8 *codepage, volatile __u8 * addr, unsigned long nr) argument
38 : "a" (codepage) : "cc", "memory", "1" );
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Debcdic.h25 void codepage_convert(const __u8 *codepage, volatile __u8 * addr, int nr) argument
38 : "a" (codepage) : "cc", "memory", "1" );
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Debcdic.h25 codepage_convert(const __u8 *codepage, volatile __u8 * addr, unsigned long nr) argument
38 : "a" (codepage) : "cc", "memory", "1" );
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsmb_mount.h56 struct smb_nls_codepage codepage; member in struct:smb_mount_data_kernel
H A Dmsdos_fs_sb.h13 unsigned short codepage; /* Codepage for shortname conversions */ member in struct:fat_mount_options
H A Dncp_fs.h102 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsmb_mount.h56 struct smb_nls_codepage codepage; member in struct:smb_mount_data_kernel
H A Dmsdos_fs_sb.h13 unsigned short codepage; /* Codepage for shortname conversions */ member in struct:fat_mount_options
H A Dncp_fs.h102 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dioctl.c503 /* Here we are select the iocharset and the codepage for NLS.
514 struct nls_table *codepage; local
523 codepage = NULL;
524 user.codepage[NCP_IOCSNAME_LEN] = 0;
525 if (!user.codepage[0] ||
526 !strcmp(user.codepage, "default"))
527 codepage = load_nls_default();
529 codepage = load_nls(user.codepage);
530 if (!codepage) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dinode.c279 { "codepage", 0, 'c' },
325 strncpy(mnt->codepage.local_name, optarg,
329 strncpy(mnt->codepage.remote_name, optarg,
377 if (strcmp(mnt->codepage.local_name, CONFIG_NLS_DEFAULT))
378 seq_printf(s, ",iocharset=%s", mnt->codepage.local_name);
379 if (strcmp(mnt->codepage.remote_name, SMB_NLS_REMOTE))
380 seq_printf(s, ",codepage=%s", mnt->codepage.remote_name);
470 strncpy(mnt->codepage.local_name, CONFIG_NLS_DEFAULT,
472 strncpy(mnt->codepage
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c96 char *codepage; local
102 codepage=codebuf+strlen(NLS_NVRAM_U2C);
103 if((xfrstr=strchr(codepage, '_')))
109 printk("%s, xfr from utf8 to %s\n", xfrstr, codepage);
117 nls=load_nls(codepage);
157 printk("can not xfr from utf8 to %s\n", codepage);
171 char *codepage; local
177 codepage=codebuf+strlen(NLS_NVRAM_C2U);
178 if((xfrstr=strchr(codepage, '_')))
185 printk("%s, xfr from %s to utf8\n", xfrstr, codepage);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Debian/debian/
H A Dsamba-common.postinst106 db_get samba-common/codepage || true
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dinode.c193 MSDOS_SB(sb)->options.codepage = 0;
224 opts->codepage = 0;
327 else if (!strcmp(this_char,"codepage") && value) {
328 opts->codepage = simple_strtoul(value,&value,0);
330 else printk ("MSDOS FS: Using codepage %d\n",
331 opts->codepage);
760 cp = opts.codepage ? opts.codepage : 437;
765 if (opts.codepage != 0)
767 sbi->options.codepage
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dinode.c193 MSDOS_SB(sb)->options.codepage = 0;
224 opts->codepage = 0;
327 else if (!strcmp(this_char,"codepage") && value) {
328 opts->codepage = simple_strtoul(value,&value,0);
330 else printk ("MSDOS FS: Using codepage %d\n",
331 opts->codepage);
759 cp = opts.codepage ? opts.codepage : 437;
764 if (opts.codepage != 0)
766 sbi->options.codepage
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/appliance/
H A Dappliance.spec86 - fixed codepage preservation during update via -Uvh
102 - Included new codepage.936
175 # Install codepage source files
225 # Build codepage load files
228 %{prefix}/bin/make_smbcodepage c $i %{prefix}/lib/codepages/src/codepage_def.$i %{prefix}/lib/codepages/codepage.$i
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_netlogon.h645 uint16 codepage; member in struct:sam_account_info_info
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dsamba2.spec1803 - Fix codepage/charset example (bug #1574)
1913 (applied upstream), removed ook-patch (codepage directory totally different).
2012 - cleanup /var/lib/samba/codepage/src
2015 - moved codepage generation to %%install and codepage dir to /var/lib/samba
2098 - Changed configure options to point to correct log and codepage directories,
2221 - renamed /etc/codepage/codepage.$i into /etc/codepage/unicode_map.$i to fix smbmount bug.
2331 - Updated version and codepage inf
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_net.c1940 info->codepage = 0;
2037 if (!prs_uint16("codepage", ps, depth, &info->codepage))

Completed in 322 milliseconds