Home
last modified time | relevance | path

Searched refs:ttab (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c383 translate(char *ttab, char *str) in translate() argument
387 for (; *ttab && *(ttab+1); ttab += 2) in translate()
389 if (*ttab == *s) in translate()
390 *s = *(ttab+1); in translate()
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c79 static struct ttab { struct
85 static struct ttab termtab[] = { argument
127 static struct ttab *termadj();
494 struct ttab *
497 struct ttab *t; in termadj()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c434 static struct icmptype_table ttab[] = { in pr_type() local
457 for (i = 0; i < A_CNT(ttab); i++) { in pr_type()
458 if (ttab[i].type == type) in pr_type()
459 return (ttab[i].message); in pr_type()
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c434 translate(ttab, str) in translate() argument
435 char *ttab, *str; in translate()
439 for(;*ttab && *(ttab+1); ttab += 2)
441 if(*ttab == *s)
442 *s = *(ttab+1);
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh31 "\ttab\t":"tab key",\
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1251 static struct icmptype_table ttab[] = { in pr_type() local
1274 for (i = 0; i < A_CNT(ttab); i++) { in pr_type()
1275 if (ttab[i].type == icmp_type) in pr_type()
1276 return (ttab[i].message); in pr_type()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c706 static char *ttab[] = { in pr_type() local
731 return (ttab[t]); in pr_type()