| /src/external/bsd/openldap/dist/servers/slapd/ |
| value.c | 640 struct berval ns1 = BER_BVNULL, ns2 = BER_BVNULL; local 649 ns2.bv_val = bv2.bv_val + 1; 650 ns2.bv_len = ptr - ns2.bv_val; 652 if ( numericStringValidate( NULL, &ns2 ) == LDAP_SUCCESS ) { 678 if ( !BER_BVISNULL( &ns2 ) && !BER_BVISNULL( &ns1 ) ) { 680 (void)octetStringOrderingMatch( match, 0, NULL, NULL, &ns1, &ns2 );
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| conftest.py | 660 def ns2(servers): function 661 return servers["ns2"]
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/ |
| scm-pretty-print.c | 272 struct ns ns, ns2; local 295 ns2.null_str = NULL; 296 ns2.length = 20;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/ |
| scm-pretty-print.c | 272 struct ns ns, ns2; local 295 ns2.null_str = NULL; 296 ns2.length = 20;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-prettyprint.c | 307 struct ns ns, ns2; local 331 ns2.null_str = NULL; 332 ns2.length = 20;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-prettyprint.c | 307 struct ns ns, ns2; local 331 ns2.null_str = NULL; 332 ns2.length = 20;
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ure/ |
| ure.c | 1375 ucs2_t s1, s2, ns1, ns2; local 1434 ns2 = _ure_make_expr(_URE_PLUS, s1, _URE_NOOP, b); 1435 state = _ure_make_expr(_URE_OR, ns1, ns2, b); 1458 ns2 = _ure_make_expr(_URE_AND, ns1, s2, b); 1459 state = _ure_make_expr(_URE_OR, s2, ns2, b); 1463 ns2 = _ure_make_expr(_URE_OR, s2, state, b); 1464 state = _ure_make_expr(_URE_AND, ns1, ns2, b); 1468 ns2 = _ure_make_expr(_URE_AND, ns1, state, b); 1469 state = _ure_make_expr(_URE_OR, s2, ns2, b); 1473 ns2 = b->expr[s1].rhs [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| interface.cc | 2176 gfc_namespace *old_ns, *ns2; local 2205 for (ns2 = ns; ns2; ns2 = ns2->parent) 2209 if (check_interface1 (ns->op[i], ns2->op[i], 0, 2217 && check_interface1 (ns->op[i], ns2->op[other_op],
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| interface.cc | 2133 gfc_namespace *old_ns, *ns2; local 2162 for (ns2 = ns; ns2; ns2 = ns2->parent) 2166 if (check_interface1 (ns->op[i], ns2->op[i], 0, 2174 && check_interface1 (ns->op[i], ns2->op[other_op],
|