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

123

/freebsd-11-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-11-stable/contrib/expat/xmlwf/
H A Dxmlmime.h37 /* Registered charset names are at most 40 characters long. */
41 /* Figure out the charset to use from the ContentType.
43 charset gets the charset to use. It must be at least CHARSET_MAX chars
44 long. charset will be empty if the default charset should be used.
47 void getXMLCharset(const char *buf, char *charset);
H A Dxmlmime.c118 getXMLCharset(const char *buf, char *charset) { argument
121 charset[0] = '\0';
125 strcpy(charset, "us-ascii");
134 if (! matchkey(p, next, "xml") && charset[0] == '\0')
142 if (matchkey(p, next, "charset")) {
147 char *s = charset;
152 if (s == charset + CHARSET_MAX - 1) {
153 charset[0] = '\0';
187 printf("charset=\"%s\"\n", buf);
H A Dct.c114 getXMLCharset(const char *buf, char *charset) { argument
117 charset[0] = '\0';
121 strcpy(charset, "us-ascii");
134 if (matchkey(p, next, "charset")) {
139 char *s = charset;
144 if (s == charset + CHARSET_MAX - 1) {
145 charset[0] = '\0';
171 printf("charset = \"%s\"\n", buf);
H A Dxmlwin32url.cxx190 char charset[CHARSET_MAX]; local
191 getXMLCharset(contentType, charset);
192 if (charset[0]) {
196 const char *p2 = charset;
201 XML_SetEncoding(parser_, charset);
/freebsd-11-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-11-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
H A DMakefile.part43 .if !target(charset.pivot.${ESUBDIR})
44 .if !exists(charset.pivot.${ESUBDIR}.src)
45 charset.pivot.${ESUBDIR}: ${CODE}.part
53 charset.pivot.${ESUBDIR}: charset.pivot.${ESUBDIR}.src
57 CLEANFILES+= charset.pivot.${ESUBDIR}
80 all: mapper.dir.${ESUBDIR} charset.pivot.${ESUBDIR}
/freebsd-11-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-11-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-11-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-11-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-11-stable/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c63 _ZWCharset charset; member in struct:__anon6818
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-11-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-11-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-11-stable/gnu/usr.bin/cc/libcpp/
H A DMakefile14 SRCS+= charset.c directives.c directives-only.c errors.c expr.c \
/freebsd-11-stable/usr.bin/pathchk/
H A Dpathchk.c193 static const char charset[] = local
199 s = strspn(path, charset);
/freebsd-11-stable/etc/
H A Dlogin.conf87 :charset=UTF-8:\
/freebsd-11-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-11-stable/share/i18n/csmapper/ISO-8859/
H A DMakefile28 charset.pivot.ISO-8859: ISO-8859.part
/freebsd-11-stable/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c85 charset_t charset; member in struct:__anon6796
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-11-stable/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);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A DMakefile.in72 libcpp_a_OBJS = charset.o directives.o directives-only.o errors.o \
77 libcpp_a_SOURCES = charset.c directives.c directives-only.c errors.c \

Completed in 138 milliseconds

123