Searched defs:ttab (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c383 translate(char *ttab, char *str) argument
387 for (; *ttab && *(ttab+1); ttab += 2)
389 if (*ttab == *s)
390 *s = *(ttab+1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c436 static struct icmptype_table ttab[] = { local
459 for (i = 0; i < A_CNT(ttab); i++) {
460 if (ttab[i].type == type)
461 return (ttab[i].message);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1251 static struct icmptype_table ttab[] = { local
1274 for (i = 0; i < A_CNT(ttab); i++) {
1275 if (ttab[i].type == icmp_type)
1276 return (ttab[i].message);
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c81 static struct ttab { struct
87 static struct ttab termtab[] = {
129 static struct ttab *termadj();
496 struct ttab *
499 struct ttab *t;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c708 static char *ttab[] = { local
733 return (ttab[t]);

Completed in 187 milliseconds