Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 1064) sorted by relevance

12345678910>>...43

/netbsd/external/bsd/openldap/dist/tests/data/
H A Dslapd-acl.conf29 access to dn.exact="" attrs=objectClass
54 by dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" add
62 access to dn.exact="cn=Mark Elliot,ou=Alumni Association,ou=People,dc=example,dc=com"
67 access to dn.exact="cn=Mark Elliot,ou=Alumni Association,ou=People,dc=example,dc=com"
72 access to dn.exact="cn=Mark Elliot,ou=Alumni Association,ou=People,dc=example,dc=com"
76 access to dn.exact="cn=John Doe,ou=Information Technology Division,ou=People,dc=example,dc=com"
81 access to dn.exact="cn=John Doe,ou=Information Technology Division,ou=People,dc=example,dc=com"
86 access to dn.exact="cn=John Doe,ou=Information Technology Division,ou=People,dc=example,dc=com"
109 by dn.exact="cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com" selfwrite
128 access to dn.exact="cn=Alumni Assoc Staff,ou=Groups,dc=example,dc=com"
[all …]
H A Dslapd-idassert.conf51 access to dn.exact=""
70 access to dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com"
72 by dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com" =wx
118 by dn.exact="cn=Proxy IT,ou=Admin,o=Esempio,c=IT" read
119 by group.exact="cn=Authorizable,ou=Groups,o=Esempio,c=IT" read
120 by dn.exact="cn=Sandbox,ou=Admin,dc=example,dc=com" search
H A Dslapd-emptydn.conf26 access to dn.exact=""
29 access to dn.exact="cn=Subschema"
50 by dn.exact="cn=Manager,c=US" write
55 by dn.exact="cn=Manager,c=US" write
H A Dslapd-limits.conf50 limits dn.exact="cn=Unlimited User,ou=People,dc=example,dc=com" size=unlimited time=unlimited
51 limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=unlimited
52 limits dn.exact="cn=Hard Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=8
53 limits dn.exact="cn=Unchecked Limited User,ou=People,dc=example,dc=com" size.unchecked=4
H A Dslapd-repl-consumer-remote.conf42 by dn.exact="cn=Monitor" write
69 by dn.exact="cn=Monitor" none
73 by dn.exact="cn=Monitor" write
H A Dslapd-valregex.conf29 access to dn.exact="" attrs=objectClass
58 by dn.exact,expand="cn=${v1},ou=Alumni Association,ou=People,dc=example,dc=com" write
65 by dn.exact="cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com" write
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dhypot.c33 unsigned int exact; /* Warning: 0 will mean "exact" */ in mpfr_hypot() local
177 exact = mpfr_mul_2si (te, x, sh, MPFR_RNDZ); in mpfr_hypot()
178 exact |= mpfr_mul_2si (ti, y, sh, MPFR_RNDZ); in mpfr_hypot()
179 exact |= mpfr_sqr (te, te, MPFR_RNDZ); in mpfr_hypot()
181 exact |= mpfr_fma (t, ti, ti, te, MPFR_RNDZ); in mpfr_hypot()
182 exact |= mpfr_sqrt (t, t, MPFR_RNDZ); in mpfr_hypot()
185 if (MPFR_LIKELY (exact == 0 in mpfr_hypot()
197 MPFR_ASSERTD (exact == 0 || inexact != 0 || rnd_mode == MPFR_RNDF); in mpfr_hypot()
H A Dstrtofr.c459 int count, exact; in parsed_string_to_mpfr() local
566 exact = pstr_size == pstr->prec; in parsed_string_to_mpfr()
604 exact = exact && (diff_ysize == -1 || y[0] == MPFR_LIMB_ZERO); in parsed_string_to_mpfr()
617 exact = exact && y[0] == MPFR_LIMB_ZERO; in parsed_string_to_mpfr()
683 exact = exact && (err == -1); in parsed_string_to_mpfr()
724 exact = exact && (mpn_scan1 (result, 0) >= ysize_bits); in parsed_string_to_mpfr()
774 exact = 0; in parsed_string_to_mpfr()
841 exact = exact && (mpn_popcount (result, ysize) == 0); in parsed_string_to_mpfr()
848 exact = exact && ((*r & MPFR_LIMB_ONE) == 0); in parsed_string_to_mpfr()
866 exact, err, precx)); in parsed_string_to_mpfr()
[all …]
/netbsd/lib/libform/
H A Dtype_enum.c56 bool exact; member
96 new->exact = (va_arg(*args, int)) ? TRUE : FALSE; in create_enum_args()
99 new->ignore_case, new->exact); in create_enum_args()
149 bool exact, char *this, unsigned *match_num) in match_enum() argument
183 if ((exact == TRUE) && (blen != elen)) in match_enum()
191 if ((exact != TRUE) && (blen > elen)) in match_enum()
234 ta->exact, args, &match_num) == TRUE) { in enum_check_field()
263 ta->exact, args, &cur_choice) == FALSE) { in next_enum()
299 ta->exact, args, &cur_choice) == FALSE) { in prev_enum()
/netbsd/usr.sbin/mrouted/
H A Dsnmp.c190 o_scalar(vp, name, length, exact, var_len, write_method) in o_scalar() argument
202 if ((exact && (result != 0)) || (!exact && (result >= 0)))
303 if (exact) {
433 if (exact) {
610 if (exact) {
732 if ((exact && (result == 0)) || (!exact && (result < 0)))
802 if ((exact && (result == 0)) || (!exact && (result < 0)))
906 if (exact) {
1000 if (exact) {
1085 if (exact) {
[all …]
/netbsd/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dkey.c48 int exact; in wt_key_read() local
58 rc = cursor->search_near(cursor, &exact); in wt_key_read()
78 if(exact < 0){ in wt_key_read()
88 exact = 0; in wt_key_read()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c222 int digits, scale, exponent_q = 0, exact = 1, amount, extra_digits; in bid64_sqrt() local
327 exact = 0; in bid64_sqrt()
336 exact = 0; in bid64_sqrt()
350 exact = 0; in bid64_sqrt()
357 if (exact) { in bid64_sqrt()
364 exact = 0; in bid64_sqrt()
405 if (exact) { in bid64_sqrt()
407 exact = 0; in bid64_sqrt()
409 if (!exact) in bid64_sqrt()
535 if (((rnd_mode) != ROUNDING_UP) || exact) { in bid64_sqrt()
/netbsd/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c222 int digits, scale, exponent_q = 0, exact = 1, amount, extra_digits; in bid64_sqrt() local
327 exact = 0; in bid64_sqrt()
336 exact = 0; in bid64_sqrt()
350 exact = 0; in bid64_sqrt()
357 if (exact) { in bid64_sqrt()
364 exact = 0; in bid64_sqrt()
405 if (exact) { in bid64_sqrt()
407 exact = 0; in bid64_sqrt()
409 if (!exact) in bid64_sqrt()
535 if (((rnd_mode) != ROUNDING_UP) || exact) { in bid64_sqrt()
/netbsd/lib/libc/db/btree/
H A Dbt_get.c70 int exact, status; in __bt_get() local
86 if ((e = __bt_search(t, key, &exact)) == NULL) in __bt_get()
88 if (!exact) { in __bt_get()
H A Dbt_put.c79 int dflags, exact, status; in __bt_put() local
165 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL) in __bt_put()
166 if ((e = __bt_search(t, key, &exact)) == NULL) in __bt_put()
179 if (!exact) in __bt_put()
184 if (!exact || !F_ISSET(t, B_NODUPS)) in __bt_put()
/netbsd/external/gpl2/grep/dist/src/
H A Dsearch.c126 if (!dm->exact) in kwsmusts()
136 if (dm->exact) in kwsmusts()
338 EGexecute (char const *buf, size_t size, size_t *match_size, int exact) in EGexecute() argument
359 if (!exact) in EGexecute()
413 if (exact && !match_words) in EGexecute()
504 Fexecute (char const *buf, size_t size, size_t *match_size, int exact) in Fexecute() argument
527 if (exact && !match_words) in Fexecute()
544 if (!exact) in Fexecute()
666 Pexecute (char const *buf, size_t size, size_t *match_size, int exact) in Pexecute() argument
700 if (!exact) in Pexecute()
/netbsd/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dadd_n.asm95 beq r5, $fix5f C U0 fix exact zero
102 beq r8, $fix6f C U1 fix exact zero
123 beq r7, $fix7 C U0 fix exact 0
132 beq r2, $fix0 C U1 fix exact zero
143 beq r5, $fix1 C U0 fix exact zero
152 beq r8, $fix2 C U1 fix exact zero
163 beq r7, $fix3 C U0 fix exact 0
172 beq r2, $fix4 C U1 fix exact zero
183 beq r5, $fix5 C U0 fix exact zero
192 beq r8, $fix6 C U1 fix exact zero
[all …]
H A Dsub_n.asm95 beq r5, $fix5f C U0 fix exact zero
102 beq r8, $fix6f C U1 fix exact zero
123 beq r7, $fix7 C U0 fix exact 0
132 beq r2, $fix0 C U1 fix exact zero
143 beq r5, $fix1 C U0 fix exact zero
152 beq r8, $fix2 C U1 fix exact zero
163 beq r7, $fix3 C U0 fix exact 0
172 beq r2, $fix4 C U1 fix exact zero
183 beq r5, $fix5 C U0 fix exact zero
192 beq r8, $fix6 C U1 fix exact zero
[all …]
/netbsd/external/bsd/nsd/dist/
H A Dnamedb.c371 int exact; in domain_table_search() local
380 exact = radname_find_less_equal(table->nametree, dname_name(dname), in domain_table_search()
384 exact = rbtree_find_less_equal(table->names_to_domains, dname, (rbnode_type **) closest_match); in domain_table_search()
390 if (!exact) { in domain_table_search()
401 return exact; in domain_table_search()
410 int exact; in domain_table_find() local
412 exact = domain_table_search( in domain_table_find()
414 return exact ? closest_encloser : NULL; in domain_table_find()
425 int exact; in domain_table_insert() local
430 exact = domain_table_search( in domain_table_insert()
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format.el112 (let ((start (clang-format--filepos-to-bufferpos offset 'exact 'utf-8-unix))
113 (end (clang-format--filepos-to-bufferpos (+ offset length) 'exact
156 (cursor (clang-format--bufferpos-to-filepos (point) 'exact 'utf-8-unix))
199 (goto-char (clang-format--filepos-to-bufferpos cursor 'exact
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dvec.h226 bool exact) in calculate_allocation() argument
228 if (exact) in calculate_allocation()
697 A::reserve (v, nelems, exact PASS_MEM_STAT);
736 bool exact = false CXX_MEM_STAT_INFO)
749 bool exact = false CXX_MEM_STAT_INFO)
752 vec_safe_grow (v, len, exact PASS_MEM_STAT);
764 v->safe_grow_cleared (len, exact PASS_MEM_STAT);
775 return v->reserve (nelems, exact);
1858 va_heap::reserve (m_vec, nelems, exact PASS_MEM_STAT);
2006 reserve (len - oldlen, exact PASS_MEM_STAT);
[all …]
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtrandom_deviate.c230 int inexact, exact; in test_value() local
239 exact = 0; in test_value()
250 exact = 1; in test_value()
264 exact = 1; in test_value()
269 if (exact) in test_value()
/netbsd/sys/arch/arm/pci/
H A Dpci_msi_machdep.c83 …si_alloc_common(pci_intr_handle_t **ihps, int *count, const struct pci_attach_args *pa, bool exact) in arm_pci_msi_alloc_common() argument
95 vectors = msi->msi_alloc(msi, count, pa, exact); in arm_pci_msi_alloc_common()
105 …tr_handle_t **ihps, u_int *table_indexes, int *count, const struct pci_attach_args *pa, bool exact) in arm_pci_msix_alloc_common() argument
117 vectors = msi->msix_alloc(msi, table_indexes, count, pa, exact); in arm_pci_msix_alloc_common()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dgetopt.c646 int exact = 0; in _getopt_internal() local
665 exact = 1; in _getopt_internal()
679 if (ambig && !exact) in _getopt_internal()
804 int exact = 0; in _getopt_internal() local
853 exact = 1; in _getopt_internal()
866 if (ambig && !exact) in _getopt_internal()
/netbsd/external/gpl2/gmake/dist/
H A Dgetopt.c627 int exact = 0; in _getopt_internal() local
646 exact = 1; in _getopt_internal()
660 if (ambig && !exact) in _getopt_internal()
783 int exact = 0; in _getopt_internal() local
832 exact = 1; in _getopt_internal()
845 if (ambig && !exact) in _getopt_internal()

12345678910>>...43