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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c1075 char name0 = idcp->idc_name[0]; local
1079 if (name0 != ':' && name0 != '$')
1086 if (name0 != ':' && name0 != '$')
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c694 static char name0[sizeof (NEW_RTM_PAT) + 2]; local
697 (void) snprintf(name0, sizeof (name0), NEW_RTM_PAT, type);
698 return (name0);

Completed in 80 milliseconds