| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | slapd-acl.conf | 29 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" 97 access to dn.exact="cn=Bjorn Jensen,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 [all …]
|
| H A D | slapd-idassert.conf | 51 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 D | slapd-limits.conf | 50 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 D | slapd-emptydn.conf | 26 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 D | slapd-repl-consumer-remote.conf | 42 by dn.exact="cn=Monitor" write 69 by dn.exact="cn=Monitor" none 73 by dn.exact="cn=Monitor" write
|
| H A D | slapd-valregex.conf | 29 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-src/external/mit/isl/dist/ |
| H A D | isl_transitive_closure.c | 121 isl_bool exact; in check_power_exactness() local 131 exact = isl_map_is_subset(app_1, map); in check_power_exactness() 134 if (!exact || exact < 0) { in check_power_exactness() 137 return exact; in check_power_exactness() 144 exact = isl_map_is_subset(app_2, app_1); in check_power_exactness() 149 return exact; in check_power_exactness() 177 isl_bool exact; in check_exactness() local 195 exact = isl_map_is_subset(app, test); in check_exactness() 202 return exact; in check_exactness() 869 __isl_keep isl_map *map, isl_bool *exact, int project) in construct_component() argument [all …]
|
| H A D | bound.c | 55 int exact; member 122 if (vpb->exact && bounded) in verify_point() 180 __isl_take isl_pw_qpolynomial_fold *bound, int exact, in check_solution() argument 211 vpb.exact = exact; in check_solution() 246 isl_bool exact; in main() local 270 pwf = isl_pw_qpolynomial_fold_bound(pwf, &exact); in main() 274 r = check_solution(copy, pwf, exact, options); in main() 276 if (!exact) in main()
|
| H A D | closure.c | 11 isl_bool exact; in main() local 22 map = isl_map_transitive_closure(map, &exact); in main() 23 if (!exact) in main()
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | hypot.c | 33 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 D | strtofr.c | 463 int count, exact; in parsed_string_to_mpfr() local 570 exact = pstr_size == pstr->prec; in parsed_string_to_mpfr() 608 exact = exact && (diff_ysize == -1 || y[0] == MPFR_LIMB_ZERO); in parsed_string_to_mpfr() 614 exact = 0; /* some non-zero bits have been shifted out */ in parsed_string_to_mpfr() 621 exact = exact && y[0] == MPFR_LIMB_ZERO; in parsed_string_to_mpfr() 687 exact = exact && (err == -1); in parsed_string_to_mpfr() 728 exact = exact && (mpn_scan1 (result, 0) >= ysize_bits); in parsed_string_to_mpfr() 780 exact = 0; in parsed_string_to_mpfr() 847 exact = exact && (mpn_popcount (result, ysize) == 0); in parsed_string_to_mpfr() 854 exact = exact && ((*r & MPFR_LIMB_ONE) == 0); in parsed_string_to_mpfr() [all …]
|
| /netbsd-src/usr.sbin/mrouted/ |
| H A D | snmp.c | 190 o_scalar(vp, name, length, exact, var_len, write_method) in o_scalar() argument 194 int exact; /* IN - TRUE if an exact match was requested. */ 202 if ((exact && (result != 0)) || (!exact && (result >= 0))) 286 o_dvmrpBoundaryTable(vp, name, length, exact, var_len, write_method) in o_dvmrpBoundaryTable() argument 290 int exact; /* IN - TRUE if an exact match was requested. */ 303 if (exact) { 416 o_dvmrpNeighborTable(vp, name, length, exact, var_len, write_method) in o_dvmrpNeighborTable() argument 420 int exact; /* IN - TRUE if an exact match was requested. */ 433 if (exact) { 590 o_igmpCacheTable(vp, name, length, exact, var_len, write_method) in o_igmpCacheTable() argument [all …]
|
| /netbsd-src/lib/libform/ |
| H A D | type_enum.c | 56 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-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | key.c | 48 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-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| H A D | bid64_sqrt.c | 222 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-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| H A D | bid64_sqrt.c | 222 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-src/lib/libc/db/btree/ |
| H A D | bt_get.c | 70 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 D | bt_put.c | 79 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-src/external/gpl2/grep/dist/src/ |
| H A D | search.c | 126 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-src/external/lgpl3/gmp/dist/mpn/alpha/ev6/ |
| H A D | add_n.asm | 95 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 D | sub_n.asm | 95 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-src/external/bsd/nsd/dist/ |
| H A D | namedb.c | 371 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-src/external/gpl3/gcc/dist/gcc/ |
| H A D | vec.h | 226 bool exact) in calculate_allocation() argument 228 if (exact) in calculate_allocation() 276 va_heap::reserve (vec<T, va_heap, vl_embed> *&v, unsigned reserve, bool exact in reserve() 281 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact); in reserve() 363 va_gc::reserve (vec<T, A, vl_embed> *&v, unsigned reserve, bool exact in reserve() 367 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact); in reserve() 692 vec_safe_reserve (vec<T, A, vl_embed> *&v, unsigned nelems, bool exact = false 697 A::reserve (v, nelems, exact PASS_MEM_STAT); 736 bool exact = false CXX_MEM_STAT_INFO) 740 vec_safe_reserve (v, len - oldlen, exact PASS_MEM_STAT); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| H A D | clang-format.el | 112 (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-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | trandom_deviate.c | 230 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()
|