| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | deref.out | 1 dn: o=deref 4 o: deref 5 description: deref test database 7 dn: ou=users,o=deref 11 description: container for test deref users 13 dn: ou=groups,o=deref 18 description: container for test deref groups 20 dn: cn=Howard Chu,ou=users,o=deref 26 dn: cn=Pierangelo Masarati,ou=users,o=deref 32 dn: cn=Test Group,ou=groups,o=deref [all …]
|
| H A D | test-deref.ldif | 3 dn: o=deref 6 o: deref 7 description: deref test database 11 dn: ou=users,o=deref 15 description: container for test deref users 19 dn: ou=groups,o=deref 23 description: container for test deref groups 26 dn: cn=Howard Chu,ou=users,o=deref 32 dn: cn=Pierangelo Masarati,ou=users,o=deref 38 dn: cn=Test Group,ou=groups,o=deref [all …]
|
| H A D | slapd-deref.conf | 43 overlay deref
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| H A D | LDAPConstraints.cpp | 55 void LDAPConstraints::setAliasDeref(int deref){ in setAliasDeref() argument 58 " deref:" << deref << endl); in setAliasDeref() 59 if( (deref == LDAPConstraints::DEREF_NEVER) || in setAliasDeref() 60 (deref == LDAPConstraints::DEREF_SEARCHING) || in setAliasDeref() 61 (deref == LDAPConstraints::DEREF_FINDING) || in setAliasDeref() 62 (deref == LDAPConstraints::DEREF_ALWAYS) in setAliasDeref() 64 m_aliasDeref=deref; in setAliasDeref()
|
| H A D | LDAPConstraints.h | 45 void setAliasDeref(int deref);
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | array.c | 42 omapi_array_deref_t deref, in omapi_array_allocate() argument 54 aptr -> deref = deref; in omapi_array_allocate() 68 if (aptr -> data [i] && aptr -> deref) in omapi_array_free() 69 (*aptr -> deref) (&aptr -> data [i], file, line); in omapi_array_free() 128 status = ((*array -> deref) (&array -> data [index], in omapi_array_set()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | search.c | 90 int deref, in ldap_pvt_search() argument 125 attrsonly, sctrls, cctrls, timelimit, sizelimit, deref, &id ); in ldap_pvt_search() 171 int deref, in ldap_pvt_search_s() argument 180 sctrls, cctrls, timeout, sizelimit, deref, &msgid ); in ldap_pvt_search_s() 265 ber_int_t deref, in ldap_build_search_req() argument 322 (deref < 0) ? ld->ld_deref : deref, in ldap_build_search_req() 331 (deref < 0) ? ld->ld_deref : deref, in ldap_build_search_req()
|
| H A D | Makefile.in | 31 assertion.c deref.c ldifutil.c ldif.c fetch.c lbase64.c \ 47 assertion.lo deref.lo ldifutil.lo ldif.lo fetch.lo lbase64.lo \
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Interp.h | 340 S.Stk.push<T>(Field.deref<T>()); in GetField() 355 Field.deref<T>() = Value; in SetField() 369 S.Stk.push<T>(Field.deref<T>()); in GetFieldPop() 383 S.Stk.push<T>(Field.deref<T>()); in GetThisField() 398 Field.deref<T>() = Value; in SetThisField() 407 S.Stk.push<T>(B->deref<T>()); in GetGlobal() 419 S.P.getGlobal(I)->deref<T>() = S.Stk.pop<T>(); in InitGlobal() 431 Field.deref<T>() = S.Stk.pop<T>(); in InitThisField() 445 Field.deref<T>() = Value.truncate(F->Decl->getBitWidthValue(S.getCtx())); in InitThisBitField() 458 Field.deref<T>() = S.Stk.pop<T>(); in InitThisFieldActive() [all …]
|
| H A D | InterpFrame.h | 84 return Pointer(reinterpret_cast<Block *>(Pt->second.get())).deref<T>(); in getParam() 90 getParamPointer(Offset).deref<T>() = Value; in setParam()
|
| H A D | EvalEmitter.cpp | 127 TYPE_SWITCH(*T, Ok &= ReturnValue<T>(FP.deref<T>(), Value)); in emitRetValue() 149 TYPE_SWITCH(*T, Ok &= ReturnValue<T>(FP.deref<T>(), Value)); in emitRetValue() 181 TYPE_SWITCH(*T, Ok &= ReturnValue<T>(EP.deref<T>(), Slot)); in emitRetValue()
|
| H A D | Program.cpp | 62 Field.deref<T>() = T::from(CodePoint, BitWidth); in createGlobalString() 67 Field.deref<T>() = T::from(CodePoint, BitWidth); in createGlobalString() 72 Field.deref<T>() = T::from(CodePoint, BitWidth); in createGlobalString()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | deref.c | 146 static slap_overinst deref; variable 571 deref.on_bi.bi_type = "deref"; in deref_initialize() 572 deref.on_bi.bi_flags = SLAPO_BFLAG_SINGLE; in deref_initialize() 573 deref.on_bi.bi_db_init = deref_db_init; in deref_initialize() 574 deref.on_bi.bi_db_open = deref_db_open; in deref_initialize() 576 deref.on_bi.bi_db_destroy = deref_db_destroy; in deref_initialize() 578 deref.on_bi.bi_op_search = deref_op_search; in deref_initialize() 580 return overlay_register( &deref ); in deref_initialize()
|
| H A D | Makefile.in | 22 deref.c \ 84 deref.la : deref.lo 85 $(LTLINK_MOD) -module -o $@ deref.lo version.lo $(LINK_LIBS)
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/ |
| H A D | neoXldap.c | 767 int deref; local 859 deref = LDAP_DEREF_NEVER; 862 deref = LDAP_DEREF_NEVER; 864 deref = LDAP_DEREF_SEARCHING; 866 deref = LDAP_DEREF_FINDING; 868 deref = LDAP_DEREF_ALWAYS; 933 ldap->ld_deref = deref; 957 ldap_set_option(ldap, LDAP_OPT_DEREF, &deref); 982 deref = LDAP_DEREF_NEVER; 983 ldap_set_option(ldap, LDAP_OPT_DEREF, &deref);
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | os390.c | 103 char* deref; member 178 rcep.assign = *(data_area_ptr_assign_type*)(cvt.deref + CVTRCEP_OFFSET); in uv_get_free_memory() 179 freeram = (uint64_t)*((uint32_t*)(rcep.deref + RCEAFC_OFFSET)) * 4096; in uv_get_free_memory() 241 csd.assign = *((data_area_ptr_assign_type *) (cvt.deref + CSD_OFFSET)); in uv_cpu_info() 242 cvtopctp.assign = *((data_area_ptr_assign_type *) (cvt.deref + CVTOPCTP_OFFSET)); in uv_cpu_info() 243 rmctrct.assign = *((data_area_ptr_assign_type *) (cvtopctp.deref + RMCTRCT_OFFSET)); in uv_cpu_info() 245 *count = *((int*) (csd.deref + CSD_NUMBER_ONLINE_CPUS)); in uv_cpu_info() 246 cpu_usage_avg = *((unsigned short int*) (rmctrct.deref + RCTLACS_OFFSET)); in uv_cpu_info()
|
| /netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
| H A D | hash.h | 91 #define HASH_FUNCTIONS(name, bufarg, type, hashtype, ref, deref, hasher) \ argument 129 (hash_reference)ref, (hash_dereference)deref, c, \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | pointer-query.h | 97 return DECL_P (ref) && base0 && deref < 1; in ref_declared() 143 int deref; member
|
| H A D | pointer-query.cc | 602 : ref (), eval ([](tree x){ return x; }), deref (), trail1special (true), in access_ref() 663 aref.deref += deref; in merge_ref() 1267 for (int i = deref; i < 0; ++i) in dump() 1270 for (int i = 0; i < deref; ++i) in dump() 1974 ++pref->deref; in handle_mem_ref() 2010 const int deref = pref->deref; in handle_ssa_name() local 2012 pref->deref += deref; in handle_ssa_name() 2230 --pref->deref; in compute_objsize_r() 2304 if (pref->deref != -1) in compute_objsize_r()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | sm-malloc.dot | 79 unchecked -> nonnull [label="on '*X':\nWarn('possible NULL deref')"]; 80 null -> stop [label="on '*X':\nWarn('NULL deref')"];
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | sm-malloc.dot | 79 unchecked -> nonnull [label="on '*X':\nWarn('possible NULL deref')"]; 80 null -> stop [label="on '*X':\nWarn('NULL deref')"];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | InfoByHwMode.cpp | 91 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream() 180 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream()
|
| /netbsd-src/external/bsd/openldap/dist/clients/tools/ |
| H A D | ldapdelete.c | 165 int deref = LDAP_DEREF_NEVER; in private_conn_setup() local 166 ldap_set_option( ld, LDAP_OPT_DEREF, &deref ); in private_conn_setup()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-perl/ |
| H A D | SampleLDAP.pm | 52 my ( $base, $scope, $deref, $sizeLim, $timeLim, $filterStr, $attrOnly,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
| H A D | Stencil.h | 80 Stencil deref(llvm::StringRef ExprId);
|