Home
last modified time | relevance | path

Searched refs:type_tbl (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/contrib/ngatm/netnatm/msg/
HDuni_ie.c2077 static const struct uni_print_tbl type_tbl[] = { in print_addr() local
2089 uni_print_tbl(NULL, addr->type, type_tbl, cx); in print_addr()
2115 static const struct uni_print_tbl type_tbl[] = { in print_addrsub() local
2124 uni_print_tbl(NULL, addr->type, type_tbl, cx); in print_addrsub()
4187 static const struct uni_print_tbl type_tbl[] = { in DEF_IE_PRINT() local
4198 uni_print_tbl("type", ie->type, type_tbl, cx); in DEF_IE_PRINT()
5596 static const struct uni_print_tbl type_tbl[] = { in DEF_IE_PRINT() local
5615 uni_print_tbl(NULL, ie->sub[i].type, type_tbl, cx); in DEF_IE_PRINT()
6692 static const struct uni_print_tbl type_tbl[] = { in DEF_IE_PRINT() local
6700 uni_print_tbl("type", ie->type, type_tbl, cx); in DEF_IE_PRINT()
[all …]
/NextBSD/contrib/file/src/
HDapprentice.c220 static const struct type_tbl_s type_tbl[] = { variable
396 for (p = type_tbl; p->len; p++) { in init_file_tables()
401 assert(p - type_tbl == FILE_NAMES_SIZE); in init_file_tables()
1974 m->type = get_type(type_tbl, l + 1, &l); in parse()
1992 m->type = get_type(type_tbl, l, &l); in parse()