ttype
int ttype;
ttype = POET_GET_TYPE(tagp);
if (ttype == POETT_END)
if (ttype == POETT_HURL || ttype == POETT_MOTM) {
*argv++ = ttype == POETT_HURL ? "hurl" : "motm";
int ttype;
ttype = POET_GET_TYPE(tagp);
if (ttype == POETT_END)
if (ttype == POETT_RTEADD && tlen >= sizeof (poer) &&
poe_tag_insert(poep_t *poep, uint16_t ttype, const void *data, size_t dlen)
POET_SET_TYPE(dp, ttype);
poe_add_str(poep_t *poep, uint16_t ttype, const char *str)
return (poe_tag_insert(poep, ttype, str, strlen(str)));
poe_add_long(poep_t *poep, uint16_t ttype, uint32_t val)
return (poe_tag_insert(poep, ttype, &val, sizeof (val)));
poe_two_longs(poep_t *poep, uint16_t ttype, uint32_t val1, uint32_t val2)
return (poe_tag_insert(poep, ttype, vals, sizeof (vals)));
extern int poe_add_str(poep_t *poep, uint16_t ttype, const char *str);
extern int poe_add_long(poep_t *poep, uint16_t ttype, uint32_t val);
extern int poe_two_longs(poep_t *poep, uint16_t ttype, uint32_t val1,
if (strcmp(tt->ttype, NS_LDAP_TYPE_PROFILE) == 0) {
} else if (strcmp(tt->ttype, NS_LDAP_TYPE_TNRHDB) == 0) {
char *ttype, *authmech = 0, *etcfile = 0;
ttype = argv[optind++];
if (ttype == NULL) {
if (strncasecmp(ttype, "automount", 9) == 0) {
for (tt = ttypelist; tt->ttype; tt++) {
if (strcmp(tt->ttype, ttype) == 0)
if (strcmp(tt->ttype, NS_LDAP_TYPE_AUTOMOUNT) == 0 &&
strncmp(ttype, NS_LDAP_TYPE_AUTOMOUNT,
if (tt->ttype == 0) {
" supported databases are:\n"), ttype);
for (tt = ttypelist; tt->ttype; tt++)
(void) fprintf(stderr, gettext("\t%s\n"), tt->ttype);
(void) fprintf(stdout, gettext("SERVICE = %s\n"), tt->ttype);
databasetype = ttype;
if (strcmp(tt->ttype, NS_LDAP_TYPE_AUTOMOUNT) == 0) {
(strcmp(tt->ttype, NS_LDAP_TYPE_AUTOMOUNT) == 0)) {
char *ttype; /* type tag */
const char *ttype;
if ((ttype = kmdb_prom_term_type()) == NULL) {
ttype = KMDB_DEF_TERM_TYPE;
"assuming `%s'\n", ttype);
mdb.m_termtype = strdup(ttype);
mdb_ctf_id_t ttype;
ttype = typegraph_resolve(node->tgn_type);
if (!mdb_ctf_type_valid(ttype))
if (mdb_ctf_type_cmp(ttype, thread) != 0)
uchar_t rtype, ttype;
ttype = ELF_ST_TYPE(tsym->st_info);
if ((rlocal == TRUE) && (ttype != STT_OBJECT) &&
(ttype != STT_SECTION))
(ttype != STT_OBJECT) && (ttype != STT_SECTION))
for (t = termtab; t->ttype; t++) {
if (EQ(terminal, t->ttype))
char *ttype; /* -Tttype */
int n, ttype, tclass;
ttype = ns_get16(cp); cp += INT16SZ;
if (ttype == type && tclass == class &&
int n, ttype, tclass;
ttype = ns_get16(cp); cp += INT16SZ;
if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
ServiceType ttype = new ServiceType(stype);
if (ttype.isAbstractType() &&
type.equals(ttype.getAbstractTypeName())) {
ttype});
if (tk.ttype == StreamTokenizer.TT_WORD) {
} else if ((char)tk.ttype == SPACE) {
} else if ((char)tk.ttype == AND_OP) {
int tok = tk.ttype;
runtest(enum ttype fn, char *dir, timespec_t *atim, timespec_t *mtim)
struct symbol *ttype, *stype;
tclass = classify_type(ctype, &ttype);
if (ttype == &void_ctype)
if (ttype != stype) {
if ((tclass & TYPE_RESTRICT) && restricted_value(source, ttype))
show_typename(ttype));
if (ttype == &bool_ctype) {
if ((ttype == &ulong_ctype || ttype == uintptr_ctype) && !Wcast_from_as)
examine_pointer_target(ttype);
tas = ttype->ctype.as;
if (!(ttype->ctype.modifiers & MOD_PTRINHERIT) && tclass == TYPE_PTR &&
if (ttype->ctype.base_type == &void_ctype) {
if (ttype == &bool_ctype)
tclass = classify_type(ttype->ctype.base_type, &ttype);
if (ttype == stype)
if (!ttype || !stype)
if (ttype == &void_ctype || stype == &void_ctype)
switch (ttype(fi)) {
switch (ttype(fi)) {
switch (ttype(o)) {
switch (ttype(func)) {
#define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt)
switch (ttype(key)) {
switch (ttype(key)) {
switch (ttype(t1)) {
int ttype = ct->t_ontrap->ot_prot &
if (ttype != 0) {
ct->t_ontrap->ot_trap |= ttype;
#define CONT_SET_TTYPE(hcent, ttype) ((hcent)->lo |= (((ttype) & 0x3) << 0x2))
ushort_t sdbh, sdbl, ttype, tl;
ttype = (ushort_t)((t_afsr >> 53) & 0x1FF);
switch (ttype) {
ushort_t ttype, tl;
ttype = (clo_flags & CLO_FLAGS_TT_MASK) >> CLO_FLAGS_TT_SHIFT;
aflt->flt_status = ((ttype == T_DATA_ERROR) ? ECC_D_TRAP : ECC_I_TRAP);