| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_unicode.c | 180 const struct nls_table *codepage, int map_type) in cifs_from_utf16() argument 184 int nullsize = nls_nullsize(codepage); in cifs_from_utf16() 215 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16() 221 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16() 251 const struct nls_table *codepage) in cifs_strtoUTF16() argument 258 if (!strcmp(codepage->charset, "utf8")) { in cifs_strtoUTF16() 279 charlen = codepage->char2uni(from, len, &wchar_to); in cifs_strtoUTF16() 307 const struct nls_table *codepage) in cifs_utf16_bytes() argument 328 charlen = cifs_mapchar(tmp, ftmp, codepage, NO_MAP_UNI_RSVD); in cifs_utf16_bytes() 349 const bool is_unicode, const struct nls_table *codepage) in cifs_strndup_from_utf16() argument [all …]
|
| H A D | smbencrypt.c | 170 const struct nls_table *codepage) in E_md4hash() argument 178 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash() 193 const struct nls_table *codepage) in SMBNTencrypt() argument 201 rc = E_md4hash(passwd, p16, codepage); in SMBNTencrypt()
|
| H A D | dir.c | 825 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; in cifs_ci_hash() local 832 charlen = codepage->char2uni(&q->name[i], q->len - i, &c); in cifs_ci_hash() 846 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; in cifs_ci_compare() local 861 l1 = codepage->char2uni(&str[i], len - i, &c1); in cifs_ci_compare() 862 l2 = codepage->char2uni(&name->name[i], name->len - i, &c2); in cifs_ci_compare()
|
| H A D | cifs_unicode.h | 96 const struct nls_table *codepage); 100 const struct nls_table *codepage);
|
| H A D | cifsproto.h | 553 const struct nls_table *codepage);
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_unicode.c | 20 int len, struct nls_table *codepage) in jfs_strfromUCS_le() argument 27 if (codepage) { in jfs_strfromUCS_le() 31 codepage->uni2char(le16_to_cpu(from[i]), in jfs_strfromUCS_le() 70 struct nls_table *codepage) in jfs_strtoUCS() argument 75 if (codepage) { in jfs_strtoUCS() 78 charlen = codepage->char2uni(from, len, &to[i]); in jfs_strtoUCS() 83 codepage->charset, *from); in jfs_strtoUCS()
|
| H A D | jfs_dtree.c | 2996 struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab; in jfs_readdir() local 3239 codepage); in jfs_readdir() 3259 len, codepage); in jfs_readdir()
|
| /OK3568_Linux_fs/kernel/fs/nls/ |
| H A D | Kconfig | 46 codepage if you want to be able to read/write these filenames on 49 say Y here if you want to include the DOS codepage that is used in 58 codepage if you want to be able to read/write these filenames on 61 say Y here if you want to include the DOS codepage that is used for 70 codepage if you want to be able to read/write these filenames on 73 say Y here if you want to include the DOS codepage that is used 83 codepage if you want to be able to read/write these filenames on 86 say Y here if you want to include the DOS codepage that is used for 89 languages that are not part of the US codepage 437. 99 codepage if you want to be able to read/write these filenames on [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ebcdic.h | 23 codepage_convert(const __u8 *codepage, volatile char *addr, unsigned long nr) in codepage_convert() argument 36 : "a" (codepage) : "cc", "memory", "1"); in codepage_convert()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nls.h | 96 nls_nullsize(const struct nls_table *codepage) in nls_nullsize() argument 101 charlen = codepage->uni2char(0, tmp, NLS_MAX_CHARSET_SIZE); in nls_nullsize()
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | Kconfig | 79 int "Default codepage for FAT" 83 This option should be set to the codepage of your FAT filesystems. 84 It can be overridden with the "codepage" mount option.
|
| H A D | fat.h | 32 unsigned short codepage; /* Codepage for shortname conversions */ member
|
| H A D | inode.c | 1140 opts->codepage = fat_default_codepage; in parse_options() 1247 opts->codepage = option; in parse_options() 1827 sprintf(buf, "cp%d", sbi->options.codepage); in fat_fill_super()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | hpfs.rst | 118 file has a pointer to codepage its name is in. However OS/2 was created in 120 support is quite buggy. I have Czech OS/2 working in codepage 852 on my disk. 122 partition. It marked file name codepage as 850 - good. But when I again booted 135 OK, I could implement complex codepage support to this driver but I think it 137 So this driver simply uses first codepage it finds for uppercasing and 138 lowercasing no matter what's file codepage index. Usually all file names are in 139 this codepage - if you don't try to do what I described above :-)
|
| H A D | vfat.rst | 56 **codepage=###** 57 Sets the codepage number for converting to shortname
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | defkeymap.map | 2 # Default keymap for 3270 (ebcdic codepage 037).
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
| H A D | gammurc | 153 ; GammuCoding | forces using specified codepage (in win32 - for example
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | MIK.gz | |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | MIK.gz | ... .txt
7% ASCII chars: CP437 GNU libc codepage
8
9CHARMAP
10<U0000> /x00 NULL ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | binutils.info | 3623 Sets the default codepage to be used to convert input file to 3670 Sets the default codepage to be used to output text files. The 3835 '--codepage VAL' 3836 Specify the default codepage to use when reading an 'rc' file. VAL 3837 should be a hexadecimal prefixed by '0x' or decimal codepage code. 3839 codepage is host and configuration dependent.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | binutils.info | 3623 Sets the default codepage to be used to convert input file to 3670 Sets the default codepage to be used to output text files. The 3835 '--codepage VAL' 3836 Specify the default codepage to use when reading an 'rc' file. VAL 3837 should be a hexadecimal prefixed by '0x' or decimal codepage code. 3839 codepage is host and configuration dependent.
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 1490 #12986: Mtools: Error converting to codepage 850 1639 #12986: Mtools: Error converting to codepage 850 2106 #12986: Mtools: Error converting to codepage 850
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |