Searched refs:op (Results 251 - 275 of 1870) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dw65-dis.c64 const struct opinfo *op; local
77 for (op = optable; op->val != insn[0]; op++)
80 fpr (stream, "%s", op->name);
91 switch (op->amode)
H A Ds390-dis.c169 const struct s390_opcode *op; local
193 for (op = opcode + 1; op < opcode_end; op++)
195 if ((buffer[0] & op->mask[0]) != op->opcode[0])
198 if ((buffer[1] & op->mask[1]) != op->opcode[1]
199 || (buffer[2] & op->mask[2]) != op
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dw65-dis.c64 const struct opinfo *op; local
77 for (op = optable; op->val != insn[0]; op++)
80 fpr (stream, "%s", op->name);
91 switch (op->amode)
H A Ds390-dis.c169 const struct s390_opcode *op; local
193 for (op = opcode + 1; op < opcode_end; op++)
195 if ((buffer[0] & op->mask[0]) != op->opcode[0])
198 if ((buffer[1] & op->mask[1]) != op->opcode[1]
199 || (buffer[2] & op->mask[2]) != op
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Dacosh.c25 mpc_acosh (mpc_ptr rop, mpc_srcptr op, mpc_rnd_t rnd) argument
37 if (mpfr_zero_p (MPC_RE (op)) && mpfr_nan_p (MPC_IM (op)))
47 if (mpfr_signbit (MPC_IM (op)))
49 inex = mpc_acos (a, op,
61 inex = mpc_acos (a, op,
H A Dtan.c27 mpc_tan (mpc_ptr rop, mpc_srcptr op, mpc_rnd_t rnd) argument
36 if (!mpc_fin_p (op))
38 if (mpfr_nan_p (MPC_RE (op)))
40 if (mpfr_inf_p (MPC_IM (op)))
46 (MPFR_SIGN (MPC_IM (op)) < 0) ? -1 : +1,
58 else if (mpfr_nan_p (MPC_IM (op)))
60 if (mpfr_cmp_ui (MPC_RE (op), 0) == 0)
64 mpc_set (rop, op, rnd);
75 else if (mpfr_inf_p (MPC_RE (op)))
77 if (mpfr_inf_p (MPC_IM (op)))
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dmodify.c38 Operation *op,
41 ldapinfo_t *li = (ldapinfo_t *)op->o_bd->be_private;
53 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
57 for ( i = 0, ml = op->orm_modlist; ml; i++, ml = ml->sml_next )
68 isupdate = be_shadow_update( op );
69 for ( i = 0, ml = op->orm_modlist; ml; ml = ml->sml_next ) {
70 if ( !isupdate && !get_relax( op ) && ml->sml_desc->ad_type->sat_no_user_mod )
103 ctrls = op->o_ctrls;
104 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
106 send_ldap_result( op, r
37 ldap_back_modify( Operation *op, SlapReply *rs ) argument
[all...]
H A Dbind.c153 ldap_back_getconn( Operation *op, SlapReply *rs, ldap_back_send_t sendok,
157 ldap_back_is_proxy_authz( Operation *op, SlapReply *rs, ldap_back_send_t sendok,
161 ldap_back_proxy_authz_bind( ldapconn_t *lc, Operation *op, SlapReply *rs,
165 ldap_back_prepare_conn( ldapconn_t *lc, Operation *op, SlapReply *rs,
206 ldap_back_bind( Operation *op, SlapReply *rs ) argument
208 ldapinfo_t *li = (ldapinfo_t *) op->o_bd->be_private;
220 switch ( be_rootdn_bind( op, rs ) ) {
228 lc = ldap_back_getconn( op, rs, LDAP_BACK_BIND_SERR, NULL, NULL );
247 save_o_dn = op->o_dn;
248 save_o_do_not_cache = op
665 ldap_back_prepare_conn( ldapconn_t *lc, Operation *op, SlapReply *rs, ldap_back_send_t sendok ) argument
782 ldap_back_getconn( Operation *op, SlapReply *rs, ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred ) argument
1194 ldap_back_quarantine( Operation *op, SlapReply *rs ) argument
1265 ldap_back_dobind_cb( Operation *op, SlapReply *rs ) argument
1283 ldap_back_dobind_int( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok, int retries, int dolock ) argument
1569 ldap_back_dobind( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok ) argument
1655 ldap_back_cancel( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, ldap_back_send_t sendok ) argument
1684 ldap_back_op_result( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, time_t timeout, ldap_back_send_t sendok ) argument
1957 ldap_back_retry( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok ) argument
2030 ldap_back_is_proxy_authz( Operation *op, SlapReply *rs, ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred ) argument
2165 ldap_back_proxy_authz_bind( ldapconn_t *lc, Operation *op, SlapReply *rs, ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred ) argument
2371 ldap_back_proxy_authz_ctrl( Operation *op, SlapReply *rs, struct berval *bound_ndn, int version, slap_idassert_t *si, LDAPControl *ctrl ) argument
2650 ldap_back_controls_add( Operation *op, SlapReply *rs, ldapconn_t *lc, LDAPControl ***pctrls ) argument
2779 ldap_back_controls_free( Operation *op, SlapReply *rs, LDAPControl ***pctrls ) argument
[all...]
H A Dchain.c55 #define get_chaining(op) ((op)->o_chaining & SLAP_CONTROL_MASK)
56 #define get_chainingBehavior(op) ((op)->o_chaining & (SLAP_CH_RESOLVE_MASK|SLAP_CH_CONTINUATION_MASK))
57 #define get_resolveBehavior(op) ((op)->o_chaining & SLAP_CH_RESOLVE_MASK)
58 #define get_continuationBehavior(op) ((op)->o_chaining & SLAP_CH_CONTINUATION_MASK)
129 Operation *op,
137 Operation *op,
146 chaining_control_add( ldap_chain_t *lc, Operation *op, LDAPControl ***oldctrlsp ) argument
191 chaining_control_remove( Operation *op, LDAPControl ***oldctrlsp ) argument
260 ldap_chain_cb_search_response( Operation *op, SlapReply *rs ) argument
337 ldap_chain_cb_response( Operation *op, SlapReply *rs ) argument
394 ldap_chain_op( Operation *op, SlapReply *rs, BI_op_func *op_f, BerVarray ref, int depth ) argument
586 ldap_chain_search( Operation *op, SlapReply *rs, BerVarray ref, int depth ) argument
785 ldap_chain_response( Operation *op, SlapReply *rs ) argument
1209 Operation *op; member in struct:ldap_chain_cfadd_apply_t
1239 chain_cfadd( Operation *op, SlapReply *rs, Entry *p, ConfigArgs *ca ) argument
1369 Operation op = { 0 }; local
1938 ldap_chain_parse_ctrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/liblzf/dist/
H A Dlzf_c.c111 u8 *op = (u8 *)out_data; local
113 u8 *out_end = op + out_len;
142 lit = 0; op++; /* start run */
173 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */
174 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */
177 op [- lit - 1] = lit - 1; /* stop run */
178 op -= !lit; /* undo run if length is zero */
217 *op++ = (unsigned char)((off >> 8) + (len << 5));
221 *op++ = (unsigned char)((off >> 8) + ( 7 << 5));
222 *op
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/acl/
H A Dposixgroup.c169 struct slap_op *op,
182 Backend *be = op->o_bd,
190 if ( target && dn_match( &target->e_nname, &op->o_ndn ) ) {
195 user_be = op->o_bd = select_backend( &op->o_ndn, 0, 0 );
196 if ( op->o_bd == NULL ) {
197 op->o_bd = be;
200 rc = be_entry_get_rw( op, &op->o_ndn, pg_posixAccount, pg_uidNumber, 0, &user );
204 op
167 pg_dynacl_mask( void *priv, struct slap_op *op, Entry *target, AttributeDescription *desc, struct berval *val, int nmatch, regmatch_t *matches, slap_access_t *grant, slap_access_t *deny ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
H A Dlastmod.c118 lastmod_search( Operation *op, SlapReply *rs ) argument
120 slap_overinst *on = (slap_overinst *)op->o_bd->bd_info;
129 rc = test_filter( op, lmi->lmi_e, op->oq_search.rs_filter );
131 rs->sr_attrs = op->ors_attrs;
134 rs->sr_err = send_search_entry( op, rs );
142 send_ldap_result( op, rs );
148 lastmod_compare( Operation *op, SlapReply *rs ) argument
150 slap_overinst *on = (slap_overinst *)op->o_bd->bd_info;
156 if ( get_assert( op )
202 lastmod_exop( Operation *op, SlapReply *rs ) argument
218 lastmod_modify( Operation *op, SlapReply *rs ) argument
284 lastmod_op_func( Operation *op, SlapReply *rs ) argument
366 best_guess( Operation *op, struct berval *bv_entryCSN, struct berval *bv_nentryCSN, struct berval *bv_modifyTimestamp, struct berval *bv_nmodifyTimestamp, struct berval *bv_modifiersName, struct berval *bv_nmodifiersName ) argument
413 lastmod_update( Operation *op, SlapReply *rs ) argument
694 lastmod_response( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c66 Operation *op,
69 Slapi_PBlock *pb = SLAPI_OPERATION_PBLOCK( op );
92 Operation *op,
95 Slapi_PBlock *pb = SLAPI_OPERATION_PBLOCK( op );
114 Operation *op,
120 Slapi_PBlock *pb = SLAPI_OPERATION_PBLOCK( op );
140 slapi_int_response( Slapi_Operation *op, SlapReply *rs ) argument
146 rc = slapi_int_result( op, rs );
149 rc = slapi_int_search_entry( op, rs );
152 rc = slapi_int_search_reference( op, r
65 slapi_int_result( Operation *op, SlapReply *rs ) argument
91 slapi_int_search_entry( Operation *op, SlapReply *rs ) argument
113 slapi_int_search_reference( Operation *op, SlapReply *rs ) argument
185 Operation *op; local
299 Operation *op = pb->pb_op; local
315 Operation *op; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dplural.y53 enum operator op;
65 new_exp (int nargs, enum operator op, struct expression * const *args)
80 newp->operation = op;
94 new_exp_0 (enum operator op)
96 return new_exp (0, op, NULL);
100 new_exp_1 (enum operator op, struct expression *right)
105 return new_exp (1, op, args);
109 new_exp_2 (enum operator op, struct expression *left, struct expression *right)
115 return new_exp (2, op, args);
119 new_exp_3 (enum operator op, struc
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dopenprom.c121 struct opiocdesc *op; local
134 op = (struct opiocdesc *)data;
135 node = op->op_nodeid;
155 error = openpromgetstr(op->op_namelen, op->op_name, &name);
161 if (len > op->op_buflen) {
165 op->op_buflen = len;
175 error = copyout(value, op->op_buf, len);
183 error = openpromgetstr(op->op_namelen, op
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dplural.y51 enum operator op;
63 new_exp (int nargs, enum operator op, struct expression * const *args)
78 newp->operation = op;
92 new_exp_0 (enum operator op)
94 return new_exp (0, op, NULL);
98 new_exp_1 (enum operator op, struct expression *right)
103 return new_exp (1, op, args);
107 new_exp_2 (enum operator op, struct expression *left, struct expression *right)
113 return new_exp (2, op, args);
117 new_exp_3 (enum operator op, struc
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dconn.c239 Operation *op )
241 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
269 Operation *op,
277 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
311 op->o_log_prefix, buf, 0 );
323 if ( op->o_conn && ( sendok & LDAP_BACK_SENDERR ) ) {
325 send_ldap_result( op, rs );
381 && op->o_conn
384 send_ldap_result( op, rs );
412 } else if ( op
268 meta_back_init_one_conn( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate, int ispriv, ldap_back_send_t sendok, int dolock ) argument
666 meta_back_retry( Operation *op, SlapReply *rs, metaconn_t **mcp, int candidate, ldap_back_send_t sendok ) argument
824 meta_back_conn_cb( Operation *op, SlapReply *rs ) argument
846 meta_back_get_candidate( Operation *op, SlapReply *rs, struct berval *ndn ) argument
1021 meta_back_getconn( Operation *op, SlapReply *rs, int *candidate, ldap_back_send_t sendok ) argument
1777 meta_back_quarantine( Operation *op, SlapReply *rs, int candidate ) argument
[all...]
H A Dmodify.c37 meta_back_modify( Operation *op, SlapReply *rs ) argument
39 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
55 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
56 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
67 dc.conn = op->o_conn;
71 if ( ldap_back_dn_massage( &dc, &op->o_req_dn, &mdn ) ) {
72 send_ldap_result( op, rs );
76 for ( i = 0, ml = op->orm_modlist; ml; i++ ,ml = ml->sml_next )
82 send_ldap_result( op, rs );
88 send_ldap_result( op, r
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c67 Operation *s_op; /* search op */
156 short osid; /* sid of op csn */
179 Operation *op,
197 ber_set_option( ber, LBER_OPT_BER_MEMCTX, &op->o_tmpmemctx );
199 ctrls[num_ctrls] = op->o_tmpalloc( sizeof ( LDAPControl ), op->o_tmpmemctx );
220 ctrls[num_ctrls]->ldctl_iscritical = (op->o_sync == SLAP_CONTROL_CRITICAL);
229 send_ldap_error( op, rs, LDAP_OTHER, "internal error" );
239 Operation *op,
252 ber_set_option( ber, LBER_OPT_BER_MEMCTX, &op
178 syncprov_state_ctrl( Operation *op, SlapReply *rs, Entry *e, int entry_sync_state, LDAPControl **ctrls, int num_ctrls, int send_cookie, struct berval *cookie ) argument
238 syncprov_done_ctrl( Operation *op, SlapReply *rs, LDAPControl **ctrls, int num_ctrls, int send_cookie, struct berval *cookie, int refreshDeletes ) argument
283 syncprov_sendinfo( Operation *op, SlapReply *rs, int type, struct berval *cookie, int refreshDone, BerVarray syncUUIDs, int refreshDeletes ) argument
379 findbase_cb( Operation *op, SlapReply *rs ) argument
411 syncprov_findbase( Operation *op, fbase_cookie *fc ) argument
507 findmax_cb( Operation *op, SlapReply *rs ) argument
524 findcsn_cb( Operation *op, SlapReply *rs ) argument
549 findpres_cb( Operation *op, SlapReply *rs ) argument
588 syncprov_findcsn( Operation *op, find_csn_t mode ) argument
818 syncprov_sendresp( Operation *op, opcookie *opc, syncops *so, int mode ) argument
913 syncprov_qplay( Operation *op, syncops *so ) argument
986 Operation *op; local
1114 syncprov_ab_cleanup( Operation *op, SlapReply *rs ) argument
1124 syncprov_op_abandon( Operation *op, SlapReply *rs ) argument
1163 syncprov_matchops( Operation *op, opcookie *opc, int saveit ) argument
1372 syncprov_op_cleanup( Operation *op, SlapReply *rs ) argument
1418 syncprov_checkpoint( Operation *op, SlapReply *rs, slap_overinst *on ) argument
1535 playlog_cb( Operation *op, SlapReply *rs ) argument
1545 syncprov_playlog( Operation *op, SlapReply *rs, sessionlog *sl, sync_control *srs, BerVarray ctxcsn, int numcsns, int *sids ) argument
1716 syncprov_op_response( Operation *op, SlapReply *rs ) argument
1906 syncprov_op_compare( Operation *op, SlapReply *rs ) argument
1971 syncprov_op_mod( Operation *op, SlapReply *rs ) argument
2083 syncprov_op_extended( Operation *op, SlapReply *rs ) argument
2103 syncprov_search_cleanup( Operation *op, SlapReply *rs ) argument
2122 syncprov_detach_op( Operation *op, syncops *so, slap_overinst *on ) argument
2216 syncprov_search_response( Operation *op, SlapReply *rs ) argument
2359 syncprov_op_search( Operation *op, SlapReply *rs ) argument
2645 syncprov_operational( Operation *op, SlapReply *rs ) argument
2924 Operation *op; local
3026 Operation *op; local
3111 syncprov_parseCtrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dslapacl.c42 Operation *op,
52 rc = access_allowed_mask( op, e, desc, nval, ACL_AUTH, NULL, &mask );
73 Operation *op = NULL; local
104 op = &opbuf.ob_op;
105 op->o_tmpmemctx = NULL;
112 op->o_ssf = ssf;
113 op->o_transport_ssf = transport_ssf;
114 op->o_tls_ssf = tls_ssf;
115 op->o_sasl_ssf = sasl_ssf;
126 rc = slap_sasl_getdn( &conn, op,
41 print_access( Operation *op, Entry *e, AttributeDescription *desc, struct berval *val, struct berval *nval ) argument
[all...]
H A Dsyncrepl.c137 Operation* op, Entry *e );
456 Operation *op,
466 * there's no overlay, this will be a no-op. That means
481 op->o_req_dn = e.e_name;
482 op->o_req_ndn = e.e_nname;
485 i = backend_operational( op, &rs );
562 Operation *op,
577 op->o_protocol = LDAP_VERSION3;
580 op->o_sasl_ssf = 0;
581 op
455 check_syncprov( Operation *op, syncinfo_t *si ) argument
561 do_syncrep1( Operation *op, syncinfo_t *si ) argument
748 do_syncrep2( Operation *op, syncinfo_t *si ) argument
1325 Operation *op; local
1577 short op; local
1662 syncrepl_message_to_op( syncinfo_t *si, Operation *op, LDAPMessage *msg ) argument
1914 syncrepl_message_to_entry( syncinfo_t *si, Operation *op, LDAPMessage *msg, Modifications **modlist, Entry **entry, int syncstate ) argument
2150 syncrepl_entry( syncinfo_t* si, Operation *op, Entry* entry, Modifications** modlist, int syncstate, struct berval* syncUUID, struct berval* syncCSN ) argument
2698 syncrepl_del_nonpresent( Operation *op, syncinfo_t *si, BerVarray uuids, struct sync_cookie *sc, int m ) argument
2908 syncrepl_add_glue_ancestors( Operation* op, Entry *e ) argument
3046 syncrepl_add_glue( Operation* op, Entry *e ) argument
3085 syncrepl_updateCookie( syncinfo_t *si, Operation *op, struct sync_cookie *syncCookie ) argument
3253 attr_cmp( Operation *op, Attribute *old, Attribute *new, Modifications ***mret, Modifications ***mcur ) argument
3402 syncrepl_diff_entry( Operation *op, Attribute *old, Attribute *new, Modifications **mods, Modifications **ml, int is_ctx) argument
3478 dn_callback( Operation* op, SlapReply* rs ) argument
3614 nonpresent_callback( Operation* op, SlapReply* rs ) argument
3667 null_callback( Operation* op, SlapReply* rs ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dfilterindex.c31 Operation *op,
37 Operation *op,
43 Operation *op,
50 Operation *op,
56 Operation *op,
63 Operation *op,
73 Operation *op,
83 Operation *op,
93 Operation *op,
104 Operation *op,
103 bdb_filter_candidates( Operation *op, DB_TXN *rtxn, Filter *f, ID *ids, ID *tmp, ID *stack ) argument
234 comp_list_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion* mra, ComponentFilter *flist, int ftype, ID *ids, ID *tmp, ID *save ) argument
299 comp_equality_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion *mra, ComponentAssertion *ca, ID *ids, ID *tmp, ID *stack) argument
410 ava_comp_candidates( Operation *op, DB_TXN *rtxn, AttributeAssertion *ava, AttributeAliasing *aa, ID *ids, ID *tmp, ID *stack ) argument
434 comp_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion *mra, ComponentFilter *f, ID *ids, ID *tmp, ID *stack) argument
483 ext_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion *mra, ID *ids, ID *tmp, ID *stack) argument
563 list_candidates( Operation *op, DB_TXN *rtxn, Filter *flist, int ftype, ID *ids, ID *tmp, ID *save ) argument
632 presence_candidates( Operation *op, DB_TXN *rtxn, AttributeDescription *desc, ID *ids ) argument
703 equality_candidates( Operation *op, DB_TXN *rtxn, AttributeAssertion *ava, ID *ids, ID *tmp ) argument
834 approx_candidates( Operation *op, DB_TXN *rtxn, AttributeAssertion *ava, ID *ids, ID *tmp ) argument
954 substring_candidates( Operation *op, DB_TXN *rtxn, SubstringsAssertion *sub, ID *ids, ID *tmp ) argument
1070 inequality_candidates( Operation *op, DB_TXN *rtxn, AttributeAssertion *ava, ID *ids, ID *tmp, int gtorlt ) argument
[all...]
H A Dmodrdn.c27 bdb_modrdn( Operation *op, SlapReply *rs ) argument
29 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
49 int manageDSAit = get_manageDSAit( op );
70 op->o_req_dn.bv_val,op->oq_modrdn.rs_newrdn.bv_val,
71 op->oq_modrdn.rs_newSup ? op->oq_modrdn.rs_newSup->bv_val : "NULL" );
74 if( op->o_txnSpec ) {
76 ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
77 if( op
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dsearch.cpp112 static int ndb_filter_set( Operation *op, struct ndb_info *ni, Filter *f, int indexed, argument
137 if ( ndb_filter_set( op, ni, f, indexed, scan, sf, bounds ))
188 buf = (char *)op->o_tmpalloc( rc, op->o_tmpmemctx );
198 op->o_tmpfree( buf, op->o_tmpmemctx );
237 buf = (char *)op->o_tmpalloc( rc+1, op->o_tmpmemctx );
262 op->o_tmpfree( buf, op
271 ndb_oc_search( Operation *op, SlapReply *rs, Ndb *ndb, NdbTransaction *txn, NdbRdns *rbase, NdbOcInfo *oci, int indexed ) argument
501 ndb_back_search( Operation *op, SlapReply *rs ) argument
793 ndb_has_subordinates( Operation *op, Entry *e, int *hasSubordinates ) argument
821 ndb_operational( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-6-1-5-RELEASE/games/monop/
H A Dhouses.c63 OWN *op; local
71 for (op = cur_p->own_list; op && op->sqr->type != PRPTY; op = op->next)
73 while (op)
74 if (op->sqr->desc->monop) {
75 mp = op->sqr->desc->mon_desc;
80 if (op
224 OWN *op; local
[all...]

Completed in 378 milliseconds

<<11121314151617181920>>