Searched defs:tn2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c393 uint_t npref, tn1 = 0, tn2 = 0; local
461 nd_split_list(nhdl, arr2[0], ",", &tmparr2, &tn2) != 0) {
469 tmparr2, tn2, &ep->ep_recips)) < 0) {
556 if (tn2)
557 nd_free_strarray(tmparr2, tn2);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c530 char tn2[MDB_SYM_NAMLEN + sizeof ("enum ")]; local
562 (void) mdb_snprintf(tn2, sizeof (tn2), "enum %s", type);
564 if (mdb_ctf_lookup_by_name(tn2, &id) == 0) {
565 (void) strcpy(type, tn2);
567 mdb_warn("types '%s', '%s'", tn2, type);

Completed in 51 milliseconds