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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Diconv.c91 extern struct charset_functions charset_mac_roman;
92 extern struct charset_functions charset_mac_hebrew;
93 extern struct charset_functions charset_mac_centraleurope;
94 extern struct charset_functions charset_mac_cyrillic;
95 extern struct charset_functions charset_mac_greek;
96 extern struct charset_functions charset_mac_turkish;
97 extern struct charset_functions charset_utf8;
98 extern struct charset_functions charset_utf8_mac;
100 extern struct charset_functions charset_mac_japanese;
101 extern struct charset_functions charset_mac_chinese_tra
[all...]
H A Dutf8.c52 struct charset_functions charset_utf8 =
63 struct charset_functions charset_utf8_mac =
H A Dcharcnv.c75 static struct charset_functions* charsets[MAX_CHARSETS];
173 static struct charset_functions* get_charset_functions (charset_t ch)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dcharset.h32 struct charset_functions { struct
38 struct charset_functions *prev, *next;
119 struct charset_functions CHARSETNAME ## _functions = \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dmac_centraleurope.c40 struct charset_functions charset_mac_centraleurope =
H A Dmac_cyrillic.c41 struct charset_functions charset_mac_cyrillic =
H A Dmac_turkish.c40 struct charset_functions charset_mac_turkish =
H A Dmac_chinese_simp.c36 struct charset_functions charset_mac_chinese_simp = {
H A Dmac_chinese_trad.c36 struct charset_functions charset_mac_chinese_trad = {
H A Dmac_greek.c42 struct charset_functions charset_mac_greek =
H A Dmac_roman.c41 struct charset_functions charset_mac_roman =
H A Dmac_japanese.c36 struct charset_functions charset_mac_japanese = {
H A Dmac_korean.c36 struct charset_functions charset_mac_korean = {
H A Dmac_hebrew.c44 struct charset_functions charset_mac_hebrew =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dunicode.h76 struct charset_functions { struct
85 struct charset_functions *prev, *next;
92 extern struct charset_functions *find_charset_functions (const char *);
93 extern int atalk_register_charset (struct charset_functions *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Ddeveloper.c126 struct charset_functions weird_functions = {"WEIRD", weird_pull, weird_push};
H A Dweird.c126 struct charset_functions weird_functions = {"WEIRD", weird_pull, weird_push};
H A Dcharset_macosxfs.c593 static struct charset_functions macosxfs_encoding_functions = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Diconv.c66 static struct charset_functions builtin_functions[] = {
83 static struct charset_functions *charsets = NULL;
85 static struct charset_functions *find_charset_functions(const char *name)
87 struct charset_functions *c = charsets;
99 NTSTATUS smb_register_charset(struct charset_functions *funcs)
205 struct charset_functions *from, *to;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/
H A Diso8859_1_adapted.c36 struct charset_functions charset_iso8859_adapted =
H A Duniconv.c68 extern struct charset_functions charset_iso8859_adapted;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c2100 struct charset_functions *charset;

Completed in 132 milliseconds