Searched refs:cte (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/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-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.computer44 05/27 First joint meeting of U.S. and European ALGOL definition cte., 1958
45 05/28 First meeting of COBOL definition cte. (eventually CODASYL), 1959
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c513 ctf_encoding_t cte; local
587 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR ||
588 IS_VOID(cte)) {
593 if (dnp->dn_value > cte.cte_bits) {
598 cte.cte_offset = 0;
599 cte.cte_bits = (uint_t)dnp->dn_value;
603 dtt.dtt_type, n, sizeof (n)), &cte);
H A Ddt_consume.c1336 ctf_encoding_t cte; local
1353 if (ctf_type_encoding(cbdatap->dtt.dtt_ctfp, type, &cte) != 0)
1355 if ((cte.cte_format & CTF_INT_SIGNED) != 0)
1356 switch (cte.cte_bits) {
1372 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);
1376 switch (cte.cte_bits) {
1390 dt_printf(cbdatap->dtp, cbdatap->fp, "CTF_K_INTEGER: format %x offset %u bits %u\n",cte.cte_format,cte
[all...]
H A Ddt_parser.c1515 ctf_encoding_t cte; local
1656 &cte) == 0 && IS_VOID(cte)) {
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c247 ctf_enum_t cte; local
378 cte.cte_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset);
379 cte.cte_value = ep->el_number;
380 ctf_buf_write(b, &cte, sizeof (cte));
930 ctf_enum_t *cte; local
1076 cte = v;
1080 (*epp)->el_name = xstrdup(sbuf + cte->cte_name);
1081 (*epp)->el_number = cte->cte_value;
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c139 ctf_enum_t cte; local
142 cte.cte_name = soff;
143 cte.cte_value = dmd->dmd_value;
145 bcopy(&cte, t, sizeof (cte));
146 t += sizeof (cte);
H A Dctf_open.c354 ctf_encoding_t cte; local
374 &cte) == 0 && cte.cte_bits == 0) {

Completed in 127 milliseconds