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

  /src/external/bsd/mdocml/dist/
chars.c 38 const char *ascii; member in struct:ln
494 *rsz = strlen(ln->ascii);
495 return ln->ascii;
505 return lines[i].ascii;
  /src/external/mpl/bind/dist/fuzz/
dns_qp.c 59 dns_qpkey_t ascii; member in struct:__anon23969
113 memmove(item[i].ascii, item[i].key, len);
114 qp_test_keytoascii(item[i].ascii, len);
150 isc_result_toid(result), i, item[i].ascii);
167 isc_result_toid(result), i, item[i].ascii);
187 isc_result_toid(result), i, item[i].ascii);
  /src/external/ibm-public/postfix/dist/src/util/
midna_domain.c 7 /* ASCII/UTF-8 domain name conversion
29 /* ASCII and UTF-8 form. The result is cached to avoid repeated
36 /* limited IDNA2003 compatibility, without STD3 ASCII rules.
38 /* midna_domain_to_ascii() converts an UTF-8 or ASCII domain
39 /* name to ASCII. The result is a null pointer in case of
43 /* midna_domain_to_utf8() converts an UTF-8 or ASCII domain
46 /* conversion to ASCII, passes valid_hostname().
58 /* between UTF8 and ASCII labels.
169 /* midna_domain_to_ascii_create - convert domain to ASCII */
184 msg_warn("%s: Problem translating domain \"%.100s\" to ASCII form: %s"
366 const char *ascii; local
    [all...]
  /src/usr.bin/sort/
sort.c 96 * weight tables. Gweights is one of ascii, Rascii..
99 u_char *const weight_tables[4] = { ascii, Rascii, Ftable, RFtable };
100 u_char ascii[NBINS], Rascii[NBINS], RFtable[NBINS], Ftable[NBINS]; variable
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_uu.c 101 static const unsigned char ascii[256] = { variable
184 switch (ascii[*b]) {
185 case 0: /* Non-ascii character or control character. */
312 return (0);/* There are non-ascii characters. */
514 /* Non-ascii character is found. */
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-charset.c 44 static const char ascii[] = "ASCII"; variable
46 /* The canonicalized encoding name for ASCII. */
47 const char *po_charset_ascii = ascii;
62 ascii, "ANSI_X3.4-1968", "US-ASCII", /* i = 0..2 */
115 /* Test for ASCII compatibility. */
119 /* There are only a few exceptions to ASCII compatibility. */
482 only ASCII msgids. */
637 only ASCII msgids. *
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
qpmulti_test.c 106 dns_qpkey_t ascii; member in struct:__anon24216
173 memmove(item[i].ascii, item[i].key, len);
174 qp_test_keytoascii(item[i].ascii, len);
286 item[i].len, item[i].ascii); */
297 item[i].len, item[i].ascii); */
  /src/lib/libc/citrus/modules/
citrus_viqr.c 128 int ascii; member in struct:mnemonic_t
142 if (m->ascii == ch)
150 mnemonic_create(mnemonic_t *parent, int ascii, wchar_t value)
159 m->ascii = ascii;
citrus_hz.c 59 * CTRL/ASCII 00000000 00000000 00000000 gxxxxxxx
67 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4
77 /* ASCII */ RANGE(0x20, 0x7F),
123 graphic_t *ascii, *gb2312; member in struct:__anon265
363 graphic = ei->ascii;
615 if (_bcs_strncasecmp("ASCII", s, 5) == 0) {
618 graphic->charset = ASCII;
620 ei->ascii = graphic;
citrus_iso2022.c 61 * ASCII (ESC ( B) 00000000 00000000 00000000 0xxxxxxx
89 static const _ISO2022Charset ascii = { CS94, 'B', '\0', '\0' }; variable
796 /* special case for ASCII. */
1047 /* go back to INIT0 or ASCII on control chars */
1048 cs = ei->initg[0].final ? ei->initg[0] : ascii;
1057 /* special treatment for ASCII */
1058 cs = ascii;
  /src/external/gpl3/binutils/dist/libiberty/
rust-demangle.c 193 /* ASCII part of the identifier. */
194 const char *ascii; member in struct:rust_mangled_ident
210 ident.ascii = NULL;
243 ident.ascii = rdm->sym + start;
253 /* The last '_' is a separator between ascii & punycode. */
254 if (ident.ascii[ident.ascii_len] == '_')
264 ident.punycode = ident.ascii + (len - ident.punycode_len);
268 ident.ascii = NULL;
360 /* Only allow non-control ASCII characters. */
395 if (ident.ascii_len >= 2 && ident.ascii[0] == '_
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
rust-demangle.c 193 /* ASCII part of the identifier. */
194 const char *ascii; member in struct:rust_mangled_ident
210 ident.ascii = NULL;
243 ident.ascii = rdm->sym + start;
253 /* The last '_' is a separator between ascii & punycode. */
254 if (ident.ascii[ident.ascii_len] == '_')
264 ident.punycode = ident.ascii + (len - ident.punycode_len);
268 ident.ascii = NULL;
360 /* Only allow non-control ASCII characters. */
395 if (ident.ascii_len >= 2 && ident.ascii[0] == '_
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
rust-demangle.c 193 /* ASCII part of the identifier. */
194 const char *ascii; member in struct:rust_mangled_ident
210 ident.ascii = NULL;
243 ident.ascii = rdm->sym + start;
253 /* The last '_' is a separator between ascii & punycode. */
254 if (ident.ascii[ident.ascii_len] == '_')
264 ident.punycode = ident.ascii + (len - ident.punycode_len);
268 ident.ascii = NULL;
360 /* Only allow non-control ASCII characters. */
395 if (ident.ascii_len >= 2 && ident.ascii[0] == '_
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
rust-demangle.c 193 /* ASCII part of the identifier. */
194 const char *ascii; member in struct:rust_mangled_ident
210 ident.ascii = NULL;
243 ident.ascii = rdm->sym + start;
253 /* The last '_' is a separator between ascii & punycode. */
254 if (ident.ascii[ident.ascii_len] == '_')
264 ident.punycode = ident.ascii + (len - ident.punycode_len);
268 ident.ascii = NULL;
360 /* Only allow non-control ASCII characters. */
395 if (ident.ascii_len >= 2 && ident.ascii[0] == '_
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
rust-demangle.c 193 /* ASCII part of the identifier. */
194 const char *ascii; member in struct:rust_mangled_ident
210 ident.ascii = NULL;
243 ident.ascii = rdm->sym + start;
253 /* The last '_' is a separator between ascii & punycode. */
254 if (ident.ascii[ident.ascii_len] == '_')
264 ident.punycode = ident.ascii + (len - ident.punycode_len);
268 ident.ascii = NULL;
360 /* Only allow non-control ASCII characters. */
395 if (ident.ascii_len >= 2 && ident.ascii[0] == '_
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
rust-demangle.c 193 /* ASCII part of the identifier. */
194 const char *ascii; member in struct:rust_mangled_ident
210 ident.ascii = NULL;
243 ident.ascii = rdm->sym + start;
253 /* The last '_' is a separator between ascii & punycode. */
254 if (ident.ascii[ident.ascii_len] == '_')
264 ident.punycode = ident.ascii + (len - ident.punycode_len);
268 ident.ascii = NULL;
360 /* Only allow non-control ASCII characters. */
395 if (ident.ascii_len >= 2 && ident.ascii[0] == '_
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_consume.c 710 char *ascii = "__xxxxXX"; local
758 len = strlen(ascii);
760 return (dt_printf(dtp, fp, "%c", ascii[(uint_t)(val + 0.5)]));
  /src/external/bsd/less/dist/
screen.c 145 int ascii; member in struct:keyRecord
2820 currentKey.ascii = 0;
2825 currentKey.ascii = x11mousebuf[x11mousePos++];
2865 currentKey.ascii = ESC;
2879 currentKey.ascii = ip.Event.KeyEvent.uChar.AsciiChar;
2889 currentKey.ascii = 0;
2912 currentKey.ascii = 0;
2932 char ascii; local
2946 ascii = utf8[utf8_next_byte++];
2947 return ascii;
    [all...]
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c 2504 char *ascii = NULL; /* human readable label */ local
2525 if (label_to_str(new_sl, &ascii, M_LABEL,
2527 if (ascii)
2528 free(ascii);
2534 (void) strlcpy(propbuf, ascii, proplen);
2535 free(ascii);
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 4880 char *ascii = NULL; local
4894 res = idn2_to_ascii_lz(src, &ascii, IDN2_NONTRANSITIONAL);
4896 res = idn2_to_ascii_lz(src, &ascii, IDN2_TRANSITIONAL);
4906 if (res == IDN2_OK && strcasecmp(src, ascii) != 0) {
4907 len = strlcpy(dst, ascii, dstlen);
4912 idn2_free(ascii);

Completed in 79 milliseconds