Searched refs:tag2 (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/crypto/heimdal/kdc/ |
| HD | kdc-replay.c | 184 unsigned int tag2; in main() local 186 &cl, &ty, &tag2, NULL); in main() 190 if (tag != tag2) in main()
|
| /freebsd-11-stable/contrib/byacc/test/ |
| HD | err_syntax26.y | 6 %type <tag2
|
| HD | err_syntax23.y | 11 %type <tag2> recur
|
| HD | err_syntax24.y | 12 %type <tag2> expr
|
| HD | err_syntax25.y | 17 %type <tag2> expr
|
| /freebsd-11-stable/contrib/dialog/samples/ |
| HD | treeview | 11 tag2 two off 1 \
|
| HD | treeview2 | 19 tag2:two:off:1
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree-ssa-alias.c | 1291 tree tag2 = var_ann (p_map2->var)->symbol_mem_tag; in compute_flow_insensitive_aliasing() local 1298 if (!may_alias_p (p_map1->var, p_map1->set, tag2, p_map2->set, true)) in compute_flow_insensitive_aliasing() 1321 add_may_alias (tag1, tag2); in compute_flow_insensitive_aliasing() 1322 bitmap_set_bit (may_aliases1, DECL_UID (tag2)); in compute_flow_insensitive_aliasing() 1535 tree tag2 = var_ann (ai->pointers[j]->var)->symbol_mem_tag; in group_aliases() local 1541 var_ann (tag2)->may_aliases = NULL; in group_aliases() 1544 add_may_alias (tag2, tag1); in group_aliases() 2711 may_aliases_intersect (tree tag1, tree tag2) in may_aliases_intersect() argument 2716 VEC(tree,gc) *may_aliases2 = may_aliases (tag2); in may_aliases_intersect()
|
| /freebsd-11-stable/usr.sbin/bsdconfig/share/ |
| HD | dialog.subr | 871 # $tag1 $item1 $tag2 $item2 ... 964 # $tag1 $item1 $help1 $tag2 $item2 $help2 ... 1069 # $tag1 $item1 $status1 $tag2 $item2 $status2 ... 1165 # $tag1 $item1 $status1 $tag2 $item2 $status2 ... 1190 # $tag2 $item2 $status2 $help2 ... 1306 # $tag2 $item2 $status2 $help2 ... 1981 # f_dialog_menutag2item $tag_chosen $tag1 $item1 $tag2 $item2 ... 2015 # $tag2 $item2 $help2 ... 2048 # f_dialog_menutag2index $tag_chosen $tag1 $item1 $tag2 $item2 ... 2083 # $tag2 $item2 $help2 ... [all …]
|
| /freebsd-11-stable/sys/contrib/ipfilter/netinet/ |
| HD | fil.c | 6872 ipf_matchtag(tag1, tag2) in ipf_matchtag() argument 6873 ipftag_t *tag1, *tag2; in ipf_matchtag() 6875 if (tag1 == tag2) 6878 if ((tag1->ipt_num[0] == 0) && (tag2->ipt_num[0] == 0)) 6881 if ((tag1->ipt_num[0] == tag2->ipt_num[0]) && 6882 (tag1->ipt_num[1] == tag2->ipt_num[1]) && 6883 (tag1->ipt_num[2] == tag2->ipt_num[2]) && 6884 (tag1->ipt_num[3] == tag2->ipt_num[3]))
|
| /freebsd-11-stable/contrib/unbound/doc/ |
| HD | example.conf.in | 211 # define-tag: "tag1 tag2 tag3" 274 # access-control-tag: 192.0.2.0/24 "tag2 tag3" 283 # access-control-tag-data: 192.0.2.0/24 tag2 "A 127.0.0.1" 749 # local-zone-tag: "example.com" "tag2 tag3"
|