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

123

/freebsd-9.3-release/contrib/expat/xmlwf/
H A Dxmlmime.h5 /* Registered charset names are at most 40 characters long. */
9 /* Figure out the charset to use from the ContentType.
11 charset gets the charset to use. It must be at least CHARSET_MAX chars
12 long. charset will be empty if the default charset should be used.
15 void getXMLCharset(const char *buf, char *charset);
H A Dxmlmime.c88 getXMLCharset(const char *buf, char *charset) argument
92 charset[0] = '\0';
96 strcpy(charset, "us-ascii");
104 if (!matchkey(p, next, "xml") && charset[0] == '\0')
111 if (matchkey(p, next, "charset")) {
116 char *s = charset;
121 if (s == charset + CHARSET_MAX - 1) {
122 charset[0] = '\0';
159 printf("charset=\"%s\"\n", buf);
H A Dct.c84 getXMLCharset(const char *buf, char *charset) argument
88 charset[0] = '\0';
92 strcpy(charset, "us-ascii");
105 if (matchkey(p, next, "charset")) {
110 char *s = charset;
115 if (s == charset + CHARSET_MAX - 1) {
116 charset[0] = '\0';
145 printf("charset = \"%s\"\n", buf);
H A Dxmlwin32url.cxx158 char charset[CHARSET_MAX]; local
159 getXMLCharset(contentType, charset);
160 if (charset[0]) {
164 const char *p2 = charset;
169 XML_SetEncoding(parser_, charset);
/freebsd-9.3-release/share/i18n/csmapper/
H A DMakefile20 charset.pivot: ${SUBDIR}
23 cat ${i}/charset.pivot.${i} >> ${.TARGET}
25 charset.pivot.pvdb: charset.pivot
28 FILES+= charset.pivot charset.pivot.pvdb
29 CLEANFILES+= charset.pivot charset.pivot.pvdb
/freebsd-9.3-release/lib/libc/string/
H A Dstrcspn.c38 strcspn(const char *s, const char *charset) argument
59 for (; *charset != '\0'; charset++) {
60 idx = IDX(*charset);
61 bit = BIT(*charset);
H A Dstrspn.c38 strspn(const char *s, const char *charset) argument
58 for (; *charset != '\0'; charset++) {
59 idx = IDX(*charset);
60 bit = BIT(*charset);
/freebsd-9.3-release/sys/libkern/
H A Dstrcspn.c38 strcspn(const char * __restrict s, const char * __restrict charset) argument
59 for (; *charset != '\0'; charset++) {
60 idx = IDX(*charset);
61 bit = BIT(*charset);
H A Dstrspn.c38 strspn(const char *s, const char *charset) argument
58 for (; *charset != '\0'; charset++) {
59 idx = IDX(*charset);
60 bit = BIT(*charset);
/freebsd-9.3-release/share/i18n/csmapper/CP/
H A DMakefile22 charset.pivot.CP: CP.part charset.pivot.CP.src
29 cat ${.CURDIR}/charset.pivot.CP.src;\
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcharset.c23 #include "charset.h"
53 The header file `charset.h' declares various functions that
95 struct charset {
98 struct charset *next;
109 /* Pointers to charset-specific functions that depend only on a
139 /* TARGET_CHAR is in the `from' charset.
140 Returns a string in the `to' charset. */
145 /* HOST_CHAR is in the `from' charset.
146 TARGET_CHAR points to a char in the `to' charset. */
190 static struct charset *all_charset
93 struct charset { struct
1028 set_host_charset(const char *charset) argument
1037 set_target_charset(const char *charset) argument
1050 set_charset_sfunc(char *charset, int from_tty, struct cmd_list_element *c) argument
1062 set_host_charset_sfunc(char *charset, int from_tty, struct cmd_list_element *c) argument
1070 set_target_charset_sfunc(char *charset, int from_tty, struct cmd_list_element *c) argument
[all...]
/freebsd-9.3-release/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c63 _ZWCharset charset; member in struct:__anon5257
76 #define _STATE_NEEDS_EXPLICIT_INIT(_ps_) ((_ps_)->charset != NONE)
85 psenc->charset = NONE;
139 switch (psenc->charset) {
146 psenc->charset = NONE;
167 psenc->charset = ASCII;
172 psenc->charset = AMBIGIOUS;
180 psenc->charset = ASCII;
184 psenc->charset = GB2312;
193 psenc->charset
[all...]
/freebsd-9.3-release/share/i18n/csmapper/KOI/
H A DMakefile32 charset.pivot.KOI: KOI8.part charset.pivot.KOI.src
34 cat ${.CURDIR}/charset.pivot.KOI.src; \
/freebsd-9.3-release/gnu/usr.bin/cc/libcpp/
H A DMakefile12 SRCS+= charset.c directives.c directives-only.c errors.c expr.c \
/freebsd-9.3-release/contrib/groff/font/devdvi/
H A DTBI214 charset
H A DTI215 charset
H A DTB208 charset
H A DTR276 charset
/freebsd-9.3-release/etc/
H A Dlogin.conf83 :charset=KOI8-R:\
/freebsd-9.3-release/usr.bin/pathchk/
H A Dpathchk.c192 static const char charset[] = local
198 s = strspn(path, charset);
/freebsd-9.3-release/share/i18n/csmapper/ISO-8859/
H A DMakefile28 charset.pivot.ISO-8859: ISO-8859.part
/freebsd-9.3-release/usr.bin/less/
H A DMakefile4 SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
/freebsd-9.3-release/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c85 charset_t charset; member in struct:__anon5235
272 range = &ranges[(size_t)graphic->charset];
278 if (graphic->charset > GB2312)
329 range = &ranges[(size_t)graphic->charset];
336 range = &ranges[(size_t)graphic->charset];
350 range = &ranges[(size_t)graphic->charset];
556 graphic->charset = ASCII;
563 graphic->charset = GB2312;
568 graphic->charset = CS94;
570 graphic->charset
[all...]
/freebsd-9.3-release/share/mklocale/
H A Dru_RU.ISO8859-5.src8 VARIABLE ISO8859-5 charset, initially submitted by <nms@ethereal.ru>
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c46 static int expected_different(int charset, int length) argument
50 x = ((fixed)(charset - 1) << FIXED_BITS) / charset;
53 z = (fixed)charset * (((fixed)1 << FIXED_BITS) - y);

Completed in 211 milliseconds

123