HomeSort by: relevance | last modified time | path
    Searched refs:empty_ok (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
regex.c 58 bool empty_ok = false; local
144 empty_ok = true;
150 if (group && !have_atom && !empty_ok) {
165 empty_ok = false;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
regex.c 59 bool empty_ok = false; local
145 empty_ok = true;
151 if (group && !have_atom && !empty_ok) {
166 empty_ok = false;
  /src/external/bsd/nvi/dist/ex/
ex_subst.c 361 int didsub, do_eol_match, eflags, empty_ok, eval; local
533 empty_ok = 1;
598 if (!empty_ok && match[0].rm_so == 0 && match[0].rm_eo == 0) {
599 empty_ok = 1;
712 empty_ok = 0;
  /src/external/mpl/bind/dist/tests/dns/
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
767 const compare_ok_t *compare_ok, bool empty_ok,
773 check_wire_ok(wire_ok, empty_ok, rdclass, type, structsize);
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 198 ndn2path( Operation *op, struct berval *dn, struct berval *res, int empty_ok )
214 if ( dn->bv_len == 0 && !empty_ok ) {
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 1812 declaration specifiers may be optional. If EMPTY_OK is true, empty
1894 bool static_assert_ok, bool empty_ok,
2034 else if (empty_ok && !(have_attrs
2050 if (empty_ok
2223 if (nested && !empty_ok)
4669 When EMPTY_OK is true, allow and consume any number of consecutive
4674 bool expect_comma = false, bool empty_ok = true)
4685 if (!empty_ok)
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 2121 declaration specifiers may be optional. If EMPTY_OK is true, empty
2203 bool static_assert_ok, bool empty_ok,
2397 else if (empty_ok
2418 if (empty_ok
2639 if (nested && !empty_ok)
5340 When EMPTY_OK is true, allow and consume any number of consecutive
5345 bool expect_comma = false, bool empty_ok = true)
5356 if (!empty_ok)

Completed in 67 milliseconds