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