Searched refs:tn2 (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 393 uint_t npref, tn1 = 0, tn2 = 0; in get_email_prefs() local 461 nd_split_list(nhdl, arr2[0], ",", &tmparr2, &tn2) != 0) { in get_email_prefs() 469 tmparr2, tn2, &ep->ep_recips)) < 0) { in get_email_prefs() 556 if (tn2) in get_email_prefs() 557 nd_free_strarray(tmparr2, tn2); in get_email_prefs()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 530 char tn2[MDB_SYM_NAMLEN + sizeof ("enum ")]; in cmd_enum() local 562 (void) mdb_snprintf(tn2, sizeof (tn2), "enum %s", type); in cmd_enum() 564 if (mdb_ctf_lookup_by_name(tn2, &id) == 0) { in cmd_enum() 565 (void) strcpy(type, tn2); in cmd_enum() 567 mdb_warn("types '%s', '%s'", tn2, type); in cmd_enum()
|