/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | regex.c | 59 bool empty_ok = false; in isc_regex_validate() local 145 empty_ok = true; in isc_regex_validate() 151 if (group && !have_atom && !empty_ok) { in isc_regex_validate() 166 empty_ok = false; in isc_regex_validate()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | regex.c | 58 bool empty_ok = false; in isc_regex_validate() 144 empty_ok = true; in isc_regex_validate() 150 if (group && !have_atom && !empty_ok) { in isc_regex_validate() 165 empty_ok = false; in isc_regex_validate() 59 bool empty_ok = false; isc_regex_validate() local
|
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_subst.c | 361 int didsub, do_eol_match, eflags, empty_ok, eval; in s() local 533 empty_ok = 1; in s() 598 if (!empty_ok && match[0].rm_so == 0 && match[0].rm_eo == 0) { in s() 599 empty_ok = 1; in s() 712 empty_ok = 0; in s()
|
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | rdata_test.c | 98 * distinguish them from WIRE_SENTINEL(). Use the 'empty_ok' parameter passed 664 check_wire_ok(const wire_ok_t *wire_ok, bool empty_ok, dns_rdataclass_t rdclass, 666 wire_ok_t empty_wire = WIRE_TEST(empty_ok, 0); 759 * The empty_ok argument denotes whether an attempt to parse a zero-length wire in check_compare_ok_single() 767 const compare_ok_t *compare_ok, bool empty_ok, 773 check_wire_ok(wire_ok, empty_ok, rdclass, type, structsize); in check_compare_ok() 691 check_wire_ok(const wire_ok_t * wire_ok,bool empty_ok,dns_rdataclass_t rdclass,dns_rdatatype_t type,size_t structsize) check_wire_ok() argument 794 check_rdata(const text_ok_t * text_ok,const wire_ok_t * wire_ok,const compare_ok_t * compare_ok,bool empty_ok,dns_rdataclass_t rdclass,dns_rdatatype_t type,size_t structsize) check_rdata() argument
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
H A D | ldif.c | 198 ndn2path( Operation *op, struct berval *dn, struct berval *res, int empty_ok ) in ndn2path() argument 214 if ( dn->bv_len == 0 && !empty_ok ) { in ndn2path()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 1859 bool static_assert_ok, bool empty_ok, in c_parser_declaration_or_fndef() argument 1995 else if (empty_ok && !(have_attrs in c_parser_declaration_or_fndef() 2011 if (empty_ok in c_parser_declaration_or_fndef() 2184 if (nested && !empty_ok) in c_parser_declaration_or_fndef() 4635 bool expect_comma = false, bool empty_ok = true) 4646 if (!empty_ok)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 1892 bool static_assert_ok, bool empty_ok, in c_parser_declaration_or_fndef() argument 2032 else if (empty_ok && !(have_attrs in c_parser_declaration_or_fndef() 2048 if (empty_ok in c_parser_declaration_or_fndef() 2221 if (nested && !empty_ok) in c_parser_declaration_or_fndef() 4672 bool expect_comma = false, bool empty_ok = true) in c_parser_gnu_attribute() argument 4683 if (!empty_ok) in c_parser_gnu_attribute()
|
H A D | ChangeLog | 8360 for nested and empty_ok arguments in the call to
|