HomeSort by: relevance | last modified time | path
    Searched defs:charset (Results 1 - 8 of 8) sorted by relevancy

  /src/share/i18n/csmapper/
Makefile 11 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
  /src/usr.bin/pathchk/
pathchk.c 177 static const char charset[] = local in function:portable
186 s = strspn(path, charset);
  /src/common/lib/libc/string/
strspn.c 43 strspn(const char *s, const char *charset)
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 in function:strspn_x
92 for (ch = *charset; ch != 0; ch = next_ch)
    [all...]
  /src/lib/libc/citrus/modules/
citrus_zw.c 68 _ZWCharset charset; member in struct:__anon057bdd480308
97 #define _STATE_NEEDS_EXPLICIT_INIT(_ps_) ((_ps_)->charset != NONE)
108 psenc->charset = NONE;
172 switch (psenc->charset) {
179 psenc->charset = NONE;
200 psenc->charset = ASCII;
205 psenc->charset = AMBIGIOUS;
213 psenc->charset = ASCII;
217 psenc->charset = GB2312;
226 psenc->charset = NONE
    [all...]
citrus_hz.c 86 charset_t charset; member in struct:__anon05720b390308
304 range = &ranges[(size_t)graphic->charset];
310 if (graphic->charset > GB2312)
367 range = &ranges[(size_t)graphic->charset];
374 range = &ranges[(size_t)graphic->charset];
389 range = &ranges[(size_t)graphic->charset];
618 graphic->charset = ASCII;
625 graphic->charset = GB2312;
630 graphic->charset = CS94;
632 graphic->charset = CS96
    [all...]
  /src/usr.bin/mail/
mime_header.c 74 * =?charset?X?encoding?=
77 * 'charset' is the original character set of the unencoded string.
83 * Both 'charset' and 'X' are case independent and 'encoding' cannot
232 const char *charset; local in function:mime_decode_usfield
234 charset = value(ENAME_MIME_CHARSET);
244 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 &&
271 decode_comment(char **obuf, char *oend, const char **ibuf, const char *iend, const char *charset)
288 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 &&
313 if (decode_comment(&q, qend, &p, pend, charset) == -1)
439 const char *charset; local in function:mime_decode_sfield
    [all...]
mime_decode.c 82 (void)fprintf(fp, "** charset: %s\n", XX(mip->mi_charset));
249 mip->mi_charset = cparam("charset", mime_type_field, 1);
786 run_mime_ficonv(struct mime_info *mip, const char *charset)
793 if (charset == NULL ||
795 strcasecmp(mip->mi_charset, charset) == 0 ||
799 cd = iconv_open(charset, mip->mi_charset);
810 mip->mi_charset, charset);
823 char *charset; local in function:run_decoder
825 charset = value(ENAME_MIME_CHARSET);
826 if (charset && mip->mi_type && strcasecmp(mip->mi_type, "text") == 0
    [all...]
  /src/libexec/identd/
identd.c 99 char *address, *charset, *fmt, *p; local in function:main
116 address = charset = fmt = NULL;
142 charset = optarg;
302 (void)idhandle(fd, charset,
314 (void)idhandle(STDIN_FILENO, charset, fmt, osname, user,
325 idhandle(int fd, const char *charset, const char *fmt, const char *osname,
412 idparse(fd, lport, fport, charset, osname, idbuf);
453 idparse(fd, lport, fport, charset, osname, idbuf);
496 idparse(fd, lport, fport, charset, osname, idbuf);
512 idparse(fd, lport, fport, charset, osname, idbuf)
    [all...]

Completed in 49 milliseconds