| /src/external/bsd/openldap/dist/tests/data/ |
| slapd-acl.conf | 29 access to dn.exact="" attrs=objectClass 52 by dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" add 60 access to dn.exact="cn=Mark Elliot,ou=Alumni Association,ou=People,dc=example,dc=com" 65 access to dn.exact="cn=Mark Elliot,ou=Alumni Association,ou=People,dc=example,dc=com" 70 access to dn.exact="cn=Mark Elliot,ou=Alumni Association,ou=People,dc=example,dc=com" 74 access to dn.exact="cn=John Doe,ou=Information Technology Division,ou=People,dc=example,dc=com" 79 access to dn.exact="cn=John Doe,ou=Information Technology Division,ou=People,dc=example,dc=com" 84 access to dn.exact="cn=John Doe,ou=Information Technology Division,ou=People,dc=example,dc=com" 95 access to dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" 107 by dn.exact="cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com" selfwrit [all...] |
| slapd-idassert.conf | 51 access to dn.exact="" 68 access to dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com" 70 by dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com" =wx 105 idassert-authzFrom "dn.exact:" 114 by dn.exact="cn=Proxy IT,ou=Admin,o=Esempio,c=IT" read 115 by group.exact="cn=Authorizable,ou=Groups,o=Esempio,c=IT" read 116 by dn.exact="cn=Sandbox,ou=Admin,dc=example,dc=com" search
|
| slapd-repl-consumer-remote.conf | 42 by dn.exact="cn=Monitor" write 67 by dn.exact="cn=Monitor" none 71 by dn.exact="cn=Monitor" write
|
| slapd-emptydn.conf | 26 access to dn.exact="" 29 access to dn.exact="cn=Subschema" 48 by dn.exact="cn=Manager,c=US" write 53 by dn.exact="cn=Manager,c=US" write
|
| slapd-limits.conf | 43 #maindb#limits dn.exact="cn=Unlimited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=unlimited 44 #maindb#limits dn.exact="cn=Page Size Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=4 45 #maindb#limits dn.exact="cn=Paged Results Disabled User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=disabled 46 #maindb#limits dn.exact="cn=Paged Results Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=10 48 limits dn.exact="cn=Unlimited User,ou=People,dc=example,dc=com" size=unlimited time=unlimited 49 limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=unlimited 50 limits dn.exact="cn=Hard Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=8 51 limits dn.exact="cn=Unchecked Limited User,ou=People,dc=example,dc=com" size.unchecked=4
|
| slapd-valregex.conf | 29 access to dn.exact="" attrs=objectClass 56 by dn.exact,expand="cn=${v1},ou=Alumni Association,ou=People,dc=example,dc=com" write 63 by dn.exact="cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com" write
|
| slapd-ldapgluepeople.conf | 41 by dn.exact="uid=proxy,ou=People,dc=example,dc=com" read
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| append_gdb_boards_dir.exp | 42 set idx [lsearch -exact $boards_dir "$gdb_boards_dir"]
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| append_gdb_boards_dir.exp | 42 set idx [lsearch -exact $boards_dir "$gdb_boards_dir"]
|
| /src/external/mit/isl/dist/ |
| closure.c | 11 isl_bool exact; local 22 map = isl_map_transitive_closure(map, &exact); 23 if (!exact) 24 p = isl_printer_print_str(p, "# NOT exact\n");
|
| isl_transitive_closure.c | 103 * The approximation is exact if 121 isl_bool exact; local 131 exact = isl_map_is_subset(app_1, map); 134 if (!exact || exact < 0) { 137 return exact; 144 exact = isl_map_is_subset(app_2, app_1); 149 return exact; 167 * Otherwise, we check if the power is exact. 177 isl_bool exact; local 2882 isl_bool *exact; member in struct:isl_union_power [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| s390-disassembler-options.exp | 27 if { [lsearch -exact $archs $arch] == -1 } {
|
| i386-biarch-core.exp | 31 if { [lsearch -exact $gnutargets elf64-little] == -1 } { 57 set supports_arch_i386 [expr [lsearch -exact $archs i386] != -1]
|
| ppc64-symtab-cordic.exp | 19 if { [lsearch -exact $supported_archs "powerpc:common64"] == -1 } {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-mi-notify.exp | 26 if {[lsearch -exact [mi_get_features] python] < 0} {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| s390-disassembler-options.exp | 27 if { [lsearch -exact $archs $arch] == -1 } {
|
| i386-biarch-core.exp | 31 if { [lsearch -exact $gnutargets elf64-little] == -1 } { 57 set supports_arch_i386 [expr [lsearch -exact $archs i386] != -1]
|
| ppc64-symtab-cordic.exp | 19 if { [lsearch -exact $supported_archs "powerpc:common64"] == -1 } {
|
| /src/external/lgpl3/mpfr/dist/src/ |
| hypot.c | 33 unsigned int exact; /* Warning: 0 will mean "exact" */ local 117 mpfr_abs (z, x, rnd_mode); /* exact */ 177 exact = mpfr_mul_2si (te, x, sh, MPFR_RNDZ); 178 exact |= mpfr_mul_2si (ti, y, sh, MPFR_RNDZ); 179 exact |= mpfr_sqr (te, te, MPFR_RNDZ); 181 exact |= mpfr_fma (t, ti, ti, te, MPFR_RNDZ); 182 exact |= mpfr_sqrt (t, t, MPFR_RNDZ); 185 if (MPFR_LIKELY (exact == 0 197 MPFR_ASSERTD (exact == 0 || inexact != 0 || rnd_mode == MPFR_RNDF) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-mi-notify.exp | 26 if {[lsearch -exact [mi_get_features] python] < 0} {
|
| /src/sys/sys/ |
| common_int_types.h | 36 #error Your compiler does not provide exact width type macros. 43 /* 7.18.1.1 Exact-width integer types */
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| libgrep.h | 41 size_t *match_size, bool exact);
|
| /src/lib/libc/db/btree/ |
| bt_get.c | 70 int exact, status; local 86 if ((e = __bt_search(t, key, &exact)) == NULL) 88 if (!exact) {
|
| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| key.c | 48 int exact; local 59 rc = cursor->search_near(cursor, &exact); 87 if(exact < 0){ 97 exact = 0; 102 if ( rc == WT_NOTFOUND && exact == 0 ) {
|
| /src/lib/libform/ |
| type_enum.c | 56 bool exact; member in struct:__anon484 96 new->exact = (va_arg(*args, int)) ? TRUE : FALSE; 99 new->ignore_case, new->exact); 149 bool exact, char *this, unsigned *match_num) 179 /* don't bother if we are after an exact match 183 if ((exact == TRUE) && (blen != elen)) 191 if ((exact != TRUE) && (blen > elen)) 234 ta->exact, args, &match_num) == TRUE) { 263 ta->exact, args, &cur_choice) == FALSE) { 299 ta->exact, args, &cur_choice) == FALSE) [all...] |