Searched refs:charset (Results 1 - 25 of 351) sorted by relevance

1234567891011>>

/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dxmlmime.h38 /* Registered charset names are at most 40 characters long. */
42 /* Figure out the charset to use from the ContentType.
44 charset gets the charset to use. It must be at least CHARSET_MAX chars
45 long. charset will be empty if the default charset should be used.
48 void getXMLCharset(const char *buf, char *charset);
H A Dxmlmime.c120 getXMLCharset(const char *buf, char *charset) { argument
123 charset[0] = '\0';
127 strcpy(charset, "us-ascii");
136 if (! matchkey(p, next, "xml") && charset[0] == '\0')
144 if (matchkey(p, next, "charset")) {
149 char *s = charset;
154 if (s == charset + CHARSET_MAX - 1) {
155 charset[0] = '\0';
189 printf("charset=\"%s\"\n", buf);
H A Dct.c115 getXMLCharset(const char *buf, char *charset) { argument
118 charset[0] = '\0';
122 strcpy(charset, "us-ascii");
135 if (matchkey(p, next, "charset")) {
140 char *s = charset;
145 if (s == charset + CHARSET_MAX - 1) {
146 charset[0] = '\0';
172 printf("charset = \"%s\"\n", buf);
/netbsd-current/common/lib/libc/string/
H A Dstrcspn.c44 strcspn(const char *s, const char *charset) argument
51 if (charset[0] == '\0')
53 if (charset[1] == '\0') {
55 if (*t == *charset)
62 for (; *charset != '\0'; ++charset)
63 set[UC(*charset) >> 3] |= idx[UC(*charset) & 7];
H A Dstrspn.c43 strspn(const char *s, const char *charset) argument
50 if (charset[0] == '\0')
52 if (charset[1] == '\0') {
54 if (*t != *charset)
62 for (; *charset != '\0'; ++charset)
63 set[UC(*charset) >> 3] |= idx[UC(*charset) & 7];
79 const unsigned char *charset = (const unsigned char *)charset_s; local
92 for (ch = *charset; c
142 strspn(const char *s, const char *charset) argument
148 strcspn(const char *s, const char *charset) argument
[all...]
H A Dstrpbrk.c53 strpbrk(const char *s, const char *charset) argument
64 if (charset[0] == '\0')
66 if (charset[1] == '\0')
67 return __UNCONST(strchr(s, charset[0]));
69 for (; *charset != '\0'; ++charset)
70 ADD_TO_SET(UC(*charset));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-charset.exp25 # 1. The string used in 'show XXX-charset' command,
34 with_test_prefix "charset=[lindex $test_data 0]" {
35 set charset "unknown"
36 gdb_test_multiple "show [lindex $test_data 0]-charset" "" {
38 set charset $expect_out(1,string)
42 set charset $expect_out(1,string)
46 set charset "${charset}[lindex $test_data 3]"
48 "${charset}"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dspeller.h15 void *speller(const char *seed, fp_speller_t fp, void *fparg, const char *charset);
H A Dspeller.c41 const char *charset, size_t index, int* cost)
73 if (charset && *charset)
79 for (const char *s = charset; *s; s++)
94 for (const char *s = charset; *s; s++)
110 const char *charset, int flag)
134 np = spellerY(buf, seedlen - 1, fp, fparg, charset, i, &ncost);
161 if (charset && *charset)
167 for (const char *s = charset; *
40 spellerY(const char *seed, size_t seedlen, fp_speller_t fp, void *fparg, const char *charset, size_t index, int* cost) argument
109 spellerX(const char *seed, size_t seedlen, fp_speller_t fp, void *fparg, const char *charset, int flag) argument
219 speller(const char *seed, fp_speller_t fp, void *fparg, const char *charset) argument
[all...]
/netbsd-current/share/i18n/csmapper/
H A DMakefile11 SRCS_charset.pivot+= charset.pivot.src
32 charset.pivot: ${SRCS_charset.pivot}
35 charset.pivot.pvdb: charset.pivot
38 FILES+= charset.pivot charset.pivot.pvdb
39 CLEANFILES+= charset.pivot charset.pivot.pvdb
/netbsd-current/share/locale/
H A DMakefile.common25 . for charset in ${locale:C/([^\.]*)\.([^\.]*)/\2/}
28 @echo Generating character set ${charset} of ${locale_name}...
37 @echo Generating character set ${charset} of ${locale_name}...
41 | (case ${charset} in ISO8859-[125]) sed 's,���,EUR,g';; *) cat ;; esac) \
42 | (case ${charset} in ISO8859-9) sed 's,���,L,g';; *) cat ;; esac) \
43 | (case ${charset} in ISO8859*) sed 's,���,-,g';; *) cat ;; esac) \
44 | (case ${charset} in ISO8859*) sed 's,���,-,g';; *) cat ;; esac) \
45 | (case ${charset} in ISO8859-1) sed 's,���,��,g';; *) cat ;; esac) \
46 | (case ${charset} in ISO8859-15) sed 's,���,'\'',g';; *) cat ;; esac) \
47 | (case ${charset} i
[all...]
/netbsd-current/external/gpl2/lvm2/dist/libdm/regex/
H A Dparse_rx.c23 int type; /* token type, 0 indicates a charset */
24 dm_bitset_t charset; /* The current charset */ member in struct:parse_sp
35 dm_bit_clear_all(ps->charset);
36 dm_bit_set(ps->charset, c);
58 dm_bit_set_all(ps->charset);
61 dm_bit_clear(ps->charset, 0);
66 dm_bit_clear_all(ps->charset);
108 dm_bit_clear(ps->charset, lc);
110 dm_bit_set(ps->charset, l
[all...]
/netbsd-current/share/i18n/csmapper/KAZAKH/
H A DMakefile.inc6 SRCS_charset.pivot+= charset.pivot.KAZAKH
7 CLEANFILES+= mapper.dir.KAZAKH charset.pivot.KAZAKH
17 charset.pivot.KAZAKH: ${.CURDIR}/KAZAKH/charset.pivot.KAZAKH.src
/netbsd-current/share/i18n/csmapper/KS/
H A DMakefile.inc6 SRCS_charset.pivot+= charset.pivot.KS
7 CLEANFILES+= mapper.dir.KS charset.pivot.KS
19 charset.pivot.KS: ${.CURDIR}/KS/charset.pivot.KS.src
/netbsd-current/share/i18n/csmapper/TCVN/
H A DMakefile.inc6 SRCS_charset.pivot+= charset.pivot.TCVN
7 CLEANFILES+= mapper.dir.TCVN charset.pivot.TCVN
17 charset.pivot.TCVN: ${.CURDIR}/TCVN/charset.pivot.TCVN.src
/netbsd-current/share/i18n/csmapper/CBM/
H A DMakefile.inc6 SRCS_charset.pivot+= charset.pivot.CBM
7 CLEANFILES+= mapper.dir.CBM charset.pivot.CBM
15 charset.pivot.CBM: ${.CURDIR}/CBM/charset.pivot.CBM.src
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-charset.c1 /* Message list charset and locale charset handling.
26 #include "msgl-charset.h"
31 #include "po-charset.h"
71 const char *charsetstr = c_strstr (header, "charset=");
76 char *charset; local
79 charsetstr += strlen ("charset=");
81 charset = (char *) xallocsa (len + 1);
82 memcpy (charset, charsetstr, len);
83 charset[le
[all...]
/netbsd-current/share/i18n/csmapper/MISC/
H A DMakefile.inc6 SRCS_charset.pivot+= charset.pivot.MISC
7 CLEANFILES+= mapper.dir.MISC charset.pivot.MISC
27 charset.pivot.MISC: ${.CURDIR}/MISC/charset.pivot.MISC.src
/netbsd-current/external/mit/xorg/bin/luit/
H A DMakefile6 SRCS= luit.c iso2022.c charset.c parser.c sys.c other.c
/netbsd-current/lib/libc/string/
H A Dwcscspn_bloom.h60 wcsspn_bloom_init(size_t *bloom, const wchar_t *charset) argument
66 val = wcscspn_bloom1((size_t)*charset);
68 val = wcscspn_bloom2((size_t)*charset);
71 while (*++charset);
/netbsd-current/share/i18n/csmapper/CP/
H A DMakefile.inc6 SRCS_charset.pivot+= charset.pivot.CP
7 CLEANFILES+= mapper.dir.CP charset.pivot.CP
25 charset.pivot.CP: ${.CURDIR}/CP/CP.part ${.CURDIR}/CP/charset.pivot.CP.src
33 cat ${.CURDIR}/CP/charset.pivot.CP.src;\
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-string.c1 /* GDB/Scheme charset interface.
24 #include "charset.h"
82 const char *charset; member in struct:scm_to_stringn_data
95 data->result = scm_to_stringn (data->string, data->lenp, data->charset,
100 /* Convert an SCM string to a string in charset CHARSET.
117 const char *charset, int strict, SCM *except_scmp)
124 data.charset = charset;
149 const char *charset; member in struct:scm_from_stringn_data
162 data->result = scm_from_stringn (data->string, data->len, data->charset,
116 gdbscm_scm_to_string(SCM string, size_t *lenp, const char *charset, int strict, SCM *except_scmp) argument
176 gdbscm_scm_from_string(const char *string, size_t len, const char *charset, int strict) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-string.c1 /* GDB/Scheme charset interface.
24 #include "charset.h"
83 const char *charset; member in struct:scm_to_stringn_data
96 data->result = scm_to_stringn (data->string, data->lenp, data->charset,
101 /* Convert an SCM string to a string in charset CHARSET.
118 const char *charset, int strict, SCM *except_scmp)
125 data.charset = charset;
150 const char *charset; member in struct:scm_from_stringn_data
163 data->result = scm_from_stringn (data->string, data->len, data->charset,
117 gdbscm_scm_to_string(SCM string, size_t *lenp, const char *charset, int strict, SCM *except_scmp) argument
177 gdbscm_scm_from_string(const char *string, size_t len, const char *charset, int strict) argument
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A DMakefile.am223 all-local: charset.alias ref-add.sed ref-del.sed
225 charset_alias = $(DESTDIR)$(libdir)/charset.alias
226 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
235 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
253 charset.alias: config.charset
255 $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@
264 CLEANFILES += charset.alias ref-add.sed ref-del.sed
266 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
/netbsd-current/share/i18n/csmapper/ISO646/
H A DMakefile.inc6 SRCS_charset.pivot+= charset.pivot.ISO646
7 CLEANFILES+= mapper.dir.ISO646 charset.pivot.ISO646
25 charset.pivot.ISO646: ${.CURDIR}/ISO646/ISO646.part

Completed in 230 milliseconds

1234567891011>>