Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
Dcc_dump.c250 static const char *const ttab[] = { in cc_dump_port() local
283 (a->addr.type < sizeof(ttab) / sizeof(ttab[0]) && in cc_dump_port()
284 ttab[a->addr.type] != NULL) ? ttab[a->addr.type] : "?", in cc_dump_port()
/freebsd-12-stable/contrib/jemalloc/src/
Dckh.c259 ckhc_t *tab, *ttab; in ckh_grow() local
289 ttab = ckh->tab; in ckh_grow()
291 tab = ttab; in ckh_grow()
312 ckhc_t *tab, *ttab; in ckh_shrink() local
336 ttab = ckh->tab; in ckh_shrink()
338 tab = ttab; in ckh_shrink()
/freebsd-12-stable/contrib/tcsh/nls/ja/
Dset79 7 \ttab を使う%s\n
/freebsd-12-stable/contrib/traceroute/
Dtraceroute.c1386 static char *ttab[] = { in pr_type() local
1397 return(ttab[t]); in pr_type()
/freebsd-12-stable/sbin/ping/
Dping.c1523 static char *ttab[] = { variable