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

1234

/freebsd-10-stable/contrib/apr/misc/unix/
H A Dcharset.c69 const char *charset; local
71 charset = nl_langinfo(CODESET);
72 if (charset && *charset) {
76 if (charset[0] != '^')
78 return apr_pstrdup(pool, charset);
/freebsd-10-stable/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-10-stable/crypto/openssl/util/
H A Dtoutf8.sh7 charset=`file -bi "$F" | sed -e 's|.*charset=||'`
8 if [ "$charset" != "utf-8" -a "$charset" != "binary" -a "$charset" != "us-ascii" ]; then
/freebsd-10-stable/share/i18n/csmapper/
H A DMakefile22 charset.pivot: ${SUBDIR}
24 cat $$i/charset.pivot.$$i; \
28 charset.pivot.pvdb: charset.pivot
31 FILES+= charset.pivot charset.pivot.pvdb
32 CLEANFILES+= charset.pivot charset.pivot.pvdb
/freebsd-10-stable/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-10-stable/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-10-stable/share/i18n/csmapper/CP/
H A DMakefile22 charset.pivot.CP: CP.part charset.pivot.CP.src
29 cat ${.CURDIR}/charset.pivot.CP.src;\
/freebsd-10-stable/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-10-stable/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c63 _ZWCharset charset; member in struct:__anon41
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-10-stable/contrib/tcsh/nls/
H A DMakefile.in24 C.cat: ${srcdir}/C/charset ${srcdir}/C/*set[0-9]*
32 et.cat: ${srcdir}/et/charset ${srcdir}/et/*set[0-9]*
40 finnish.cat: ${srcdir}/finnish/charset ${srcdir}/finnish/*set[0-9]*
48 french.cat: ${srcdir}/french/charset ${srcdir}/french/*set[0-9]*
56 german.cat: ${srcdir}/german/charset ${srcdir}/german/*set[0-9]*
64 greek.cat: ${srcdir}/greek/charset ${srcdir}/greek/*set[0-9]*
72 italian.cat: ${srcdir}/italian/charset ${srcdir}/italian/*set[0-9]*
80 ja.cat: ${srcdir}/ja/charset ${srcdir}/ja/*set[0-9]*
88 pl.cat: ${srcdir}/pl/charset ${srcdir}/pl/*set[0-9]*
96 russian.cat: ${srcdir}/russian/charset
[all...]
/freebsd-10-stable/share/i18n/csmapper/KOI/
H A DMakefile32 charset.pivot.KOI: KOI8.part charset.pivot.KOI.src
34 cat ${.CURDIR}/charset.pivot.KOI.src; \
/freebsd-10-stable/gnu/usr.bin/cc/libcpp/
H A DMakefile14 SRCS+= charset.c directives.c directives-only.c errors.c expr.c \
/freebsd-10-stable/contrib/groff/font/devdvi/
H A DTBI214 charset
H A DTI215 charset
/freebsd-10-stable/etc/
H A Dlogin.conf83 :charset=KOI8-R:\
/freebsd-10-stable/usr.bin/pathchk/
H A Dpathchk.c191 static const char charset[] = local
197 s = strspn(path, charset);
/freebsd-10-stable/share/i18n/csmapper/ISO-8859/
H A DMakefile28 charset.pivot.ISO-8859: ISO-8859.part
/freebsd-10-stable/usr.bin/less/
H A DMakefile4 SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
/freebsd-10-stable/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c85 charset_t charset; member in struct:__anon19
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];
555 graphic->charset = ASCII;
562 graphic->charset = GB2312;
567 graphic->charset = CS94;
569 graphic->charset
[all...]
/freebsd-10-stable/share/mklocale/
H A Dru_RU.ISO8859-5.src8 VARIABLE ISO8859-5 charset, initially submitted by <nms@ethereal.ru>

Completed in 268 milliseconds

1234