Searched refs:cte (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/src/
H A Dmime.c117 char *cte; local
159 cte = NULL;
164 cte = sm_rpool_strdup_x(e->e_rpool, buf);
243 if (wordinclass(buf, 'n') || (cte != NULL && !wordinclass(cte, 'e')))
490 sm_dprintf("mime8to7: %ld high bit(s) in %ld byte(s), cte=%s, type=%s/%s\n",
492 cte == NULL ? "[none]" : cte,
496 if (cte != NULL && sm_strcasecmp(cte, "binar
1039 char *cte; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c1645 ctf_encoding_t cte; local
1662 if (ctf_type_encoding(cbdatap->dtt.dtt_ctfp, type, &cte) != 0)
1664 if ((cte.cte_format & CTF_INT_SIGNED) != 0)
1665 switch (cte.cte_bits) {
1681 dt_printf(cbdatap->dtp, cbdatap->fp, "CTF_K_INTEGER: format %x offset %u bits %u\n",cte.cte_format,cte.cte_offset,cte.cte_bits);
1685 switch (cte.cte_bits) {
1699 dt_printf(cbdatap->dtp, cbdatap->fp, "CTF_K_INTEGER: format %x offset %u bits %u\n",cte.cte_format,cte
[all...]
H A Ddt_decl.c514 ctf_encoding_t cte; local
588 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR ||
589 IS_VOID(cte)) {
594 if (dnp->dn_value > cte.cte_bits) {
599 cte.cte_offset = 0;
600 cte.cte_bits = (uint_t)dnp->dn_value;
604 dtt.dtt_type, n, sizeof (n)), &cte);
H A Ddt_parser.c1552 ctf_encoding_t cte; local
1694 &cte) == 0 && IS_VOID(cte)) {
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c141 ctf_enum_t cte; local
144 cte.cte_name = soff;
145 cte.cte_value = dmd->dmd_value;
147 bcopy(&cte, t, sizeof (cte));
148 t += sizeof (cte);
H A Dctf_open.c355 ctf_encoding_t cte; local
375 &cte) == 0 && cte.cte_bits == 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c301 ctf_enum_t cte; local
453 cte.cte_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset);
454 cte.cte_value = ep->el_number;
457 SWAP_32(cte.cte_name);
458 SWAP_32(cte.cte_value);
461 ctf_buf_write(b, &cte, sizeof (cte));
1031 ctf_enum_t *cte; local
1185 cte = v;
1189 (*epp)->el_name = xstrdup(sbuf + cte
[all...]

Completed in 781 milliseconds