Searched refs:dopt (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/test/std/experimental/optional/optional.object/optional.object.ctor/ |
D | initializer_list.pass.cpp | 101 constexpr test_constexpr_ctor dopt(in_place, {42, 101, -1}); in main() local 102 static_assert(*dopt == Y{42, 101, -1}, ""); in main()
|
/external/dnsmasq/src/ |
D | rfc2131.c | 113 static void match_vendor_opts(unsigned char *opt, struct dhcp_opt *dopt); 1773 static void match_vendor_opts(unsigned char *opt, struct dhcp_opt *dopt) in match_vendor_opts() argument 1775 for (; dopt; dopt = dopt->next) in match_vendor_opts() 1777 dopt->flags &= ~DHOPT_VENDOR_MATCH; in match_vendor_opts() 1778 if (opt && (dopt->flags & DHOPT_VENDOR)) in match_vendor_opts() 1781 if (dopt->u.vendor_class) in match_vendor_opts() 1782 len = strlen((char *)dopt->u.vendor_class); in match_vendor_opts() 1784 if (len == 0 || memcmp(dopt->u.vendor_class, option_ptr(opt, i), len) == 0) in match_vendor_opts() 1786 dopt->flags |= DHOPT_VENDOR_MATCH; in match_vendor_opts()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 413 static void match_vendor_opts(unsigned char *opt, struct dhcp_opt *dopt);
|