| /freebsd/contrib/libyaml/tests/ |
| H A D | run-emitter-test-suite.c | 10 char *get_tag(char *line, char *tag); 112 get_tag(line, tag), 0, style); in main() 125 get_tag(line, tag), 0, style); in main() 135 implicit = (get_tag(line, tag) == NULL); in main() 138 …get_anchor('&', line, anchor), (yaml_char_t *) get_tag(line, tag), (yaml_char_t *) value, -1, impl… in main() 220 char *get_tag(char *line, char *tag) in get_tag() function
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | p9conn.py | 385 def get_tag(self, for_Tversion=False): member in P9Client 733 tag = self.get_tag(for_Tversion=True) 782 tag = self.get_tag() 814 tag = self.get_tag() 847 tag = self.get_tag() 891 tag = self.get_tag() 902 tag = self.get_tag() 914 tag = self.get_tag() 949 tag = self.get_tag() 973 tag = self.get_tag() [all …]
|
| /freebsd/sys/netgraph/ |
| H A D | ng_pppoe.c | 340 get_tag(const struct pppoe_hdr* ph, uint16_t idx) in get_tag() function 1527 if ((tag = get_tag(ph, PTT_SRV_NAME))) in ng_pppoe_rcvdata() 1540 if ((tag = get_tag(ph, PTT_HOST_UNIQ))) in ng_pppoe_rcvdata() 1668 tag = get_tag(ph, PTT_SRV_NAME); in ng_pppoe_rcvdata_ether() 1694 utag = get_tag(ph, PTT_HOST_UNIQ); in ng_pppoe_rcvdata_ether() 1725 tag = get_tag(ph, PTT_AC_NAME); in ng_pppoe_rcvdata_ether() 1753 if ((tag = get_tag(ph, PTT_AC_COOKIE))) in ng_pppoe_rcvdata_ether() 1755 if ((tag = get_tag(ph, PTT_AC_NAME))) { in ng_pppoe_rcvdata_ether() 1759 if ((tag = get_tag(ph, PTT_MAX_PAYL)) && in ng_pppoe_rcvdata_ether() 1779 utag = get_tag(ph, PTT_AC_COOKIE); in ng_pppoe_rcvdata_ether() [all …]
|
| /freebsd/contrib/ntp/scripts/deprecated/ |
| H A D | html2man.in | 73 $p->get_tag("title"); 75 $p->get_tag("hr"); # Skip past image and quote, hopefully
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_encode.c | 358 get_tag(const uint8_t *asn1, size_t len, taginfo *tag_out, in get_tag() function 605 ret = get_tag(*der, len, tag_out, &contents, &clen, &remainder, &rlen); in split_der() 1191 ret = get_tag(asn1, len, &inner_tag, &asn1, &len, &rem, &rlen); in decode_atype() 1413 ret = get_tag(asn1, len, &t, &contents, &clen, &asn1, &len); in decode_sequence() 1471 ret = get_tag(asn1, len, &t, &contents, &clen, &asn1, &len); in decode_sequence_of() 1576 ret = get_tag((uint8_t *)code->data, code->length, &t, &contents, in k5_asn1_full_decode()
|
| /freebsd/contrib/bearssl/inc/ |
| H A D | bearssl_aead.h | 277 void (*get_tag)(const br_aead_class **cc, void *tag); member
|
| /freebsd/contrib/byacc/ |
| H A D | reader.c | 1699 get_tag(void) in get_tag() function 1762 tag = get_tag(); in declare_tokens() 1879 tags[args++] = get_tag(); in declare_argtypes() 1987 tag = get_tag(); in declare_types() 2980 tag = get_tag(); in copy_action() 3303 tag = get_tag(); in get_code() 3450 char *tag = get_tag(); in copy_destructor()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 434 static void PrintTagsAroundAddr(uptr addr, GetTag get_tag, in PrintTagsAroundAddr() argument 444 tag_t tag = get_tag(tag_addr); in PrintTagsAroundAddr() 454 tag_t tag = get_tag(tag_addr); in PrintTagsAroundAddr()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.seq | 1896 get_tag:
|
| H A D | aic79xx.seq | 1125 get_tag:
|