Home
last modified time | relevance | path

Searched refs:nls_table (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/utils/unicode/
H A DMakefile83 ./nls_table ascii nls_ascii.c $(DESTDIR) < $<
128 ./nls_table koi8-r nls_koi8_r.c $(DESTDIR) < $<
182 ./nls_table cp737 nls_cp737.c $(DESTDIR) < $<
185 ./nls_table cp775 nls_cp775.c $(DESTDIR) < $<
188 ./nls_table cp850 nls_cp850.c $(DESTDIR) < $<
197 ./nls_table cp855 nls_cp855.c $(DESTDIR) < $<
200 ./nls_table cp857 nls_cp857.c $(DESTDIR) < $<
239 ./nls_table cp866 nls_cp866.c $(DESTDIR) < $<
280 nls_table : nls_table.c target
281 $(CC) nls_table.c -o nls_table
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dnls.h25 struct nls_table { struct
34 struct nls_table *next; argument
48 extern int __register_nls(struct nls_table *, struct module *);
49 extern int unregister_nls(struct nls_table *);
50 extern struct nls_table *load_nls(char *);
51 extern void unload_nls(struct nls_table *);
52 extern struct nls_table *load_nls_default(void);
62 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower()
69 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper()
76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dnls.h25 struct nls_table { struct
34 struct nls_table *next; argument
48 extern int __register_nls(struct nls_table *, struct module *);
49 extern int unregister_nls(struct nls_table *);
50 extern struct nls_table *load_nls(char *);
51 extern void unload_nls(struct nls_table *);
52 extern struct nls_table *load_nls_default(void);
62 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower()
69 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper()
76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dnls.h25 struct nls_table { struct
34 struct nls_table *next; argument
48 extern int __register_nls(struct nls_table *, struct module *);
49 extern int unregister_nls(struct nls_table *);
50 extern struct nls_table *load_nls(char *);
51 extern void unload_nls(struct nls_table *);
52 extern struct nls_table *load_nls_default(void);
62 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower()
69 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper()
76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/include/
H A Dunls.h42 struct nls_table { struct
49 struct nls_table *next; argument
53 extern int register_nls __PR((struct nls_table *));
54 extern int unregister_nls __PR((struct nls_table *));
55 extern struct nls_table *find_nls __PR((char *));
57 extern struct nls_table *load_nls __PR((char *));
58 extern void unload_nls __PR((struct nls_table *));
59 extern struct nls_table *load_nls_default __PR((void));
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nls/
H A Dnls_base.c20 static struct nls_table default_table;
21 static struct nls_table *tables = &default_table;
237 struct nls_table ** tmp = &tables; in __register_nls()
258 int unregister_nls(struct nls_table * nls) in unregister_nls()
260 struct nls_table ** tmp = &tables; in unregister_nls()
277 struct nls_table *nls; in find_nls()
291 struct nls_table *load_nls(char *charset) in load_nls()
296 void unload_nls(struct nls_table *nls) in unload_nls()
523 static struct nls_table default_table = {
532 struct nls_table *load_nls_default(void) in load_nls_default()
[all …]
H A Dnls_koi8-ru.c14 static struct nls_table *p_nls;
54 static struct nls_table table = {
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nls/
H A Dnls_base.c20 static struct nls_table default_table;
21 static struct nls_table *tables = &default_table;
237 struct nls_table ** tmp = &tables; in __register_nls()
258 int unregister_nls(struct nls_table * nls) in unregister_nls()
260 struct nls_table ** tmp = &tables; in unregister_nls()
277 struct nls_table *nls; in find_nls()
291 struct nls_table *load_nls(char *charset) in load_nls()
296 void unload_nls(struct nls_table *nls) in unload_nls()
523 static struct nls_table default_table = {
532 struct nls_table *load_nls_default(void) in load_nls_default()
[all …]
H A Dnls_koi8-ru.c14 static struct nls_table *p_nls;
54 static struct nls_table table = {
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nls/
H A Dnls_base.c20 static struct nls_table default_table;
21 static struct nls_table *tables = &default_table;
237 struct nls_table ** tmp = &tables; in __register_nls()
258 int unregister_nls(struct nls_table * nls) in unregister_nls()
260 struct nls_table ** tmp = &tables; in unregister_nls()
277 struct nls_table *nls; in find_nls()
291 struct nls_table *load_nls(char *charset) in load_nls()
296 void unload_nls(struct nls_table *nls) in unload_nls()
523 static struct nls_table default_table = {
532 struct nls_table *load_nls_default(void) in load_nls_default()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cifs/
H A Dcifsproto.h180 const struct nls_table *nls_cp);
302 const struct nls_table *nlsc);
307 struct nls_table *nls_info);
313 const struct nls_table *);
376 const struct nls_table *nls_codepage,
420 const struct nls_table *nls_codepage,
437 const struct nls_table *nls_codepage,
514 const struct nls_table *);
531 const struct nls_table *nls_codepage,
540 const struct nls_table *nls_codepage,
[all …]
H A Dcifs_unicode.h94 const struct nls_table *cp, int map_type);
96 const struct nls_table *codepage);
97 int cifs_strtoUTF16(__le16 *, const char *, int, const struct nls_table *);
100 const struct nls_table *codepage);
102 const struct nls_table *cp, int mapChars);
105 int *utf16_len, const struct nls_table *cp,
H A Dcifs_unicode.c120 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar()
180 const struct nls_table *codepage, int map_type) in cifs_from_utf16()
251 const struct nls_table *codepage) in cifs_strtoUTF16()
307 const struct nls_table *codepage) in cifs_utf16_bytes()
349 const bool is_unicode, const struct nls_table *codepage) in cifs_strndup_from_utf16()
461 const struct nls_table *cp, int map_chars) in cifsConvertToUTF16()
594 const struct nls_table *codepage) in cifs_local_to_utf16_bytes()
623 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cifs/
H A Dcifsproto.h180 const struct nls_table *nls_cp);
302 const struct nls_table *nlsc);
307 struct nls_table *nls_info);
313 const struct nls_table *);
376 const struct nls_table *nls_codepage,
420 const struct nls_table *nls_codepage,
437 const struct nls_table *nls_codepage,
514 const struct nls_table *);
531 const struct nls_table *nls_codepage,
540 const struct nls_table *nls_codepage,
[all …]
H A Dcifs_unicode.h94 const struct nls_table *cp, int map_type);
96 const struct nls_table *codepage);
97 int cifs_strtoUTF16(__le16 *, const char *, int, const struct nls_table *);
100 const struct nls_table *codepage);
102 const struct nls_table *cp, int mapChars);
105 int *utf16_len, const struct nls_table *cp,
H A Dcifs_unicode.c120 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar()
180 const struct nls_table *codepage, int map_type) in cifs_from_utf16()
251 const struct nls_table *codepage) in cifs_strtoUTF16()
307 const struct nls_table *codepage) in cifs_utf16_bytes()
349 const bool is_unicode, const struct nls_table *codepage) in cifs_strndup_from_utf16()
461 const struct nls_table *cp, int map_chars) in cifsConvertToUTF16()
594 const struct nls_table *codepage) in cifs_local_to_utf16_bytes()
623 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cifs/
H A Dcifsproto.h180 const struct nls_table *nls_cp);
302 const struct nls_table *nlsc);
307 struct nls_table *nls_info);
313 const struct nls_table *);
376 const struct nls_table *nls_codepage,
420 const struct nls_table *nls_codepage,
437 const struct nls_table *nls_codepage,
514 const struct nls_table *);
531 const struct nls_table *nls_codepage,
540 const struct nls_table *nls_codepage,
[all …]
H A Dcifs_unicode.h94 const struct nls_table *cp, int map_type);
96 const struct nls_table *codepage);
97 int cifs_strtoUTF16(__le16 *, const char *, int, const struct nls_table *);
100 const struct nls_table *codepage);
102 const struct nls_table *cp, int mapChars);
105 int *utf16_len, const struct nls_table *cp,
H A Dcifs_unicode.c120 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar()
180 const struct nls_table *codepage, int map_type) in cifs_from_utf16()
251 const struct nls_table *codepage) in cifs_strtoUTF16()
307 const struct nls_table *codepage) in cifs_utf16_bytes()
349 const bool is_unicode, const struct nls_table *codepage) in cifs_strndup_from_utf16()
461 const struct nls_table *cp, int map_chars) in cifsConvertToUTF16()
594 const struct nls_table *codepage) in cifs_local_to_utf16_bytes()
623 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/hfs/
H A Dtrans.c35 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()
99 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; in hfs_asc2mac()
100 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_asc2mac()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/hfs/
H A Dtrans.c35 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()
99 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; in hfs_asc2mac()
100 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_asc2mac()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/hfs/
H A Dtrans.c35 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()
99 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; in hfs_asc2mac()
100 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_asc2mac()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jfs/
H A Djfs_unicode.c20 int len, struct nls_table *codepage) in jfs_strfromUCS_le()
70 struct nls_table *codepage) in jfs_strtoUCS()
104 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab; in get_UCSname()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jfs/
H A Djfs_unicode.c20 int len, struct nls_table *codepage) in jfs_strfromUCS_le()
70 struct nls_table *codepage) in jfs_strtoUCS()
104 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab; in get_UCSname()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jfs/
H A Djfs_unicode.c20 int len, struct nls_table *codepage) in jfs_strfromUCS_le()
70 struct nls_table *codepage) in jfs_strtoUCS()
104 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab; in get_UCSname()

12345678910>>...13