| /dragonfly/crypto/libressl/crypto/bytestring/ |
| HD | bs_ber.c | 105 const unsigned char eoc[] = {0x0, 0x0}; in is_eoc() local 107 return header_len == 2 && CBS_mem_equal(contents, eoc, 2); in is_eoc()
|
| /dragonfly/crypto/libressl/crypto/bio/ |
| HD | bio_lib.c | 742 BIO *ret = NULL, *eoc = NULL, *bio, *new_bio; in BIO_dup_chain() local 768 eoc = new_bio; in BIO_dup_chain() 769 ret = eoc; in BIO_dup_chain() 771 BIO_push(eoc, new_bio); in BIO_dup_chain() 772 eoc = new_bio; in BIO_dup_chain()
|
| /dragonfly/contrib/dhcpcd/src/ |
| HD | dhcp-common.c | 879 unsigned int eoc; in dhcp_envoption() local 956 eoc = opt->option; in dhcp_envoption() 958 dgetopt(ctx, NULL, &eoc, NULL, NULL, 0, &oopt); in dhcp_envoption() 964 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) { in dhcp_envoption() 969 if (eopt->option != eoc) in dhcp_envoption()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | expmed.h | 257 expmed_op_cheap_ptr (struct expmed_op_cheap *eoc, bool speed, in expmed_op_cheap_ptr() argument 261 return &eoc->cheap[speed][idx]; in expmed_op_cheap_ptr()
|
| /dragonfly/crypto/libressl/crypto/asn1/ |
| HD | tasn_dec.c | 94 uint16_t eoc; in asn1_check_eoc() local 96 if (!CBS_peek_u16(cbs, &eoc)) in asn1_check_eoc() 98 if (eoc != 0) in asn1_check_eoc()
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | der | 120 >>&0 der eoc
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | class.c | 3789 tree eoc, splay_tree offsets) in layout_empty_base() argument 3822 propagate_binfo_offsets (binfo, convert (ssizetype, eoc)); in layout_empty_base() 3905 tree eoc; in build_base_field() local 3910 eoc = round_up_loc (input_location, in build_base_field() 3913 atend = layout_empty_base (rli, binfo, eoc, offsets); in build_base_field() 5479 tree eoc; in include_empty_classes() local 5487 eoc = end_of_class (rli->t, in include_empty_classes() 5491 && INT_CST_LT_UNSIGNED (rli_size, eoc)) in include_empty_classes() 5510 eoc, rli_size)), in include_empty_classes() 5818 tree eoc; in layout_class_type() local [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | class.c | 4148 tree eoc, splay_tree offsets) in layout_empty_base() argument 4173 propagate_binfo_offsets (binfo, fold_convert (ssizetype, eoc)); in layout_empty_base() 4273 tree eoc; in build_base_field() local 4278 eoc = round_up_loc (input_location, in build_base_field() 4281 atend = layout_empty_base (rli, binfo, eoc, offsets); in build_base_field() 5950 tree eoc; in include_empty_classes() local 5958 eoc = end_of_class (rli->t, CLASSTYPE_AS_BASE (rli->t) != NULL_TREE); in include_empty_classes() 5961 && tree_int_cst_lt (rli_size, eoc)) in include_empty_classes() 5972 eoc, rli_size)), in include_empty_classes() 6234 tree eoc = end_of_class (t, /*include_virtuals_p=*/0); in layout_class_type() local [all …]
|