Searched refs:ttab (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/src/
H A Dckh.c259 ckhc_t *tab, *ttab; local
290 ttab = ckh->tab;
292 tab = ttab;
313 ckhc_t *tab, *ttab; local
337 ttab = ckh->tab;
339 tab = ttab;
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_dump.c250 static const char *const ttab[] = { local
283 (a->addr.type < sizeof(ttab) / sizeof(ttab[0]) &&
284 ttab[a->addr.type] != NULL) ? ttab[a->addr.type] : "?",
/freebsd-13-stable/contrib/traceroute/
H A Dtraceroute.c1386 static char *ttab[] = { local
1397 return(ttab[t]);
/freebsd-13-stable/sbin/ping/
H A Dping.c1485 static char *ttab[] = { variable

Completed in 70 milliseconds