Searched refs:op (Results 126 - 150 of 1870) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dsearch.c37 Operation *op,
52 if ( BER_BVISEMPTY( &op->o_req_ndn ) ) {
56 if ( !SLAP_GLUE_INSTANCE( op->o_bd ) ) {
66 manageDSAit = get_manageDSAit( op );
71 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
76 if( ldap_dn2domain( op->o_req_dn.bv_val, &domain ) || domain == NULL ) {
79 send_ldap_result( op, rs );
85 op->o_req_dn.bv_len ? op->o_req_dn.bv_val : "", domain, 0 );
90 send_ldap_error( op, r
36 dnssrv_back_search( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dextended.c35 bdb_extended( Operation *op, SlapReply *rs ) argument
48 if( ber_bvcmp( exop_table[i].oid, &op->oq_extended.rs_reqoid ) == 0 ) {
49 return (exop_table[i].extended)( op, rs );
H A Dbind.c28 bdb_bind( Operation *op, SlapReply *rs ) argument
30 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
42 op->o_req_dn.bv_val, 0, 0);
45 switch ( be_rootdn_bind( op, NULL ) ) {
60 rs->sr_err = bdb_reader_get(op, bdb->bi_dbenv, &rtxn);
66 send_ldap_result( op, rs );
72 rs->sr_err = bdb_dn2entry( op, rtxn, &op->o_req_ndn, &ei, 1,
80 send_ldap_error( op, rs, LDAP_BUSY, "ldap_server_busy" );
86 send_ldap_error( op, r
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dbind.c34 backsql_bind( Operation *op, SlapReply *rs ) argument
45 switch ( be_rootdn_bind( op, rs ) ) {
57 rs->sr_err = backsql_get_db_conn( op, &dbh );
73 rc = backsql_init_search( &bsi, &op->o_req_ndn, LDAP_SCOPE_BASE,
74 (time_t)(-1), NULL, dbh, op, rs, anlist,
90 if ( slap_passwd_check( op, &e, a, &op->oq_bind.rb_cred,
99 (void)backsql_free_entryID( &bsi.bsi_base_id, 0, op->o_tmpmemctx );
103 backsql_entry_clean( op, &e );
107 op
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Djmp-op.l1 GAS for MMIX .*/jmp-op\.s page 1
15 GAS for MMIX .*/jmp-op\.s page 2
19 .*/jmp-op\.s:2 \.text:0000000000000000 Main
20 .*/jmp-op\.s:3 \.text:0000000000000004 here
21 .*/jmp-op\.s:5 \.text:000000000000000c at
22 .*/jmp-op\.s:10 \.text:0000000000000020 there
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Ddelete.c24 Operation *op,
27 PerlBackend *perl_back = (PerlBackend *) op->o_bd->be_private;
40 XPUSHs(sv_2mortal(newSVpv( op->o_req_dn.bv_val , 0 )));
63 send_ldap_result( op, rs );
23 perl_back_delete( Operation *op, SlapReply *rs ) argument
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dmemberof.c197 memberof_isGroupOrMember_cb( Operation *op, SlapReply *rs ) argument
202 mc = (memberof_cookie_t *)op->o_callback->sc_private;
214 memberof_saveMember_cb( Operation *op, SlapReply *rs ) argument
220 mc = (memberof_cookie_t *)op->o_callback->sc_private;
228 ber_bvarray_dup_x( &mc->vals, a->a_nvals, op->o_tmpmemctx );
242 memberof_isGroupOrMember( Operation *op, memberof_cbinfo_t *mci ) argument
247 Operation op2 = *op;
250 BackendInfo *bi = op->o_bd->bd_info;
259 if ( op->o_tag == LDAP_REQ_DELETE ) {
268 op2.o_dn = op
329 memberof_value_modify( Operation *op, SlapReply *rs, struct berval *ndn, AttributeDescription *ad, struct berval *old_dn, struct berval *old_ndn, struct berval *new_dn, struct berval *new_ndn ) argument
468 memberof_cleanup( Operation *op, SlapReply *rs ) argument
488 memberof_op_add( Operation *op, SlapReply *rs ) argument
712 memberof_op_delete( Operation *op, SlapReply *rs ) argument
743 memberof_op_modify( Operation *op, SlapReply *rs ) argument
1151 memberof_op_modrdn( Operation *op, SlapReply *rs ) argument
1176 memberof_res_add( Operation *op, SlapReply *rs ) argument
1235 memberof_res_delete( Operation *op, SlapReply *rs ) argument
1278 memberof_res_modify( Operation *op, SlapReply *rs ) argument
1418 memberof_res_modrdn( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D921109-1.c6 f(t *op) argument
19 if (op > e)
21 op->r = pt.x;
22 op->r = pt.y;
H A Dpr35869.c18 static unsigned int find_tmpreg(struct texture_stage_op op[8]) { argument
23 if(op[i].carg1 == 0x00000002 ) {
39 struct texture_stage_op op[8]; local
40 unsigned int tmparg = find_tmpreg(op);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D921109-1.c6 f(t *op) argument
19 if (op > e)
21 op->r = pt.x;
22 op->r = pt.y;
/netbsd-6-1-5-RELEASE/tests/sbin/newfs/
H A Dquotas_common.sh8 local op;
10 op="-q user -q group"
12 op="-q ${type}"
14 atf_check -o ignore -e ignore newfs ${op} \
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dremove_hashnode.c26 iplookupop_t op; local
34 op.iplo_type = IPLT_HASH;
35 op.iplo_unit = unit;
36 op.iplo_size = sizeof(ipe);
37 op.iplo_struct = &ipe;
38 op.iplo_arg = 0;
39 strncpy(op.iplo_name, name, sizeof(op.iplo_name));
52 if ((*iocfunc)(hashfd, SIOCLOOKUPDELNODE, &op))
H A Dremove_poolnode.c27 iplookupop_t op; local
34 op.iplo_unit = unit;
35 op.iplo_type = IPLT_POOL;
36 op.iplo_arg = 0;
37 strncpy(op.iplo_name, name, sizeof(op.iplo_name));
38 op.iplo_struct = &pn;
39 op.iplo_size = sizeof(pn);
49 if ((*iocfunc)(poolfd, SIOCLOOKUPDELNODE, &op)) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dstr2filter.c41 str2filter_x( Operation *op, const char *str ) argument
56 if ( op->o_tmpmemctx ) {
57 ber_set_option( ber, LBER_OPT_BER_MEMCTX, &op->o_tmpmemctx );
67 rc = get_filter( op, ber, &f, &text );
78 Operation op = {0}; local
81 op.o_hdr = &ohdr;
82 op.o_tmpmemctx = NULL;
83 op.o_tmpmfuncs = &ch_mfuncs;
85 return str2filter_x( &op, str );
H A Dava.c44 Operation *op,
52 op->o_tmpfree( ava->aa_value.bv_val, op->o_tmpmemctx );
54 op->o_tmpfree( ava->aa_desc, op->o_tmpmemctx );
55 if ( freeit ) op->o_tmpfree( (char *) ava, op->o_tmpmemctx );
60 Operation *op,
82 aa = op->o_tmpalloc( sizeof( AttributeAssertion ), op
43 ava_free( Operation *op, AttributeAssertion *ava, int freeit ) argument
59 get_ava( Operation *op, BerElement *ber, Filter *f, unsigned usage, const char **text ) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libbsdmalloc/
H A Dmalloc.c176 union overhead *op; local
190 op = (union overhead *)(void *)sbrk(0);
191 n = n - sizeof (*op) - ((long)op & (n - 1));
213 if (nbytes <= (n = pagesz - sizeof (*op) - RSLOP)) {
221 n = -((long)sizeof (*op) + RSLOP);
236 if ((op = nextf[bucket]) == NULL) {
238 if ((op = nextf[bucket]) == NULL) {
244 nextf[bucket] = op->ov_next;
245 op
270 union overhead *op; local
314 union overhead *op; local
360 union overhead *op; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Dexp.c25 mpc_exp (mpc_ptr rop, mpc_srcptr op, mpc_rnd_t rnd) argument
33 if (mpfr_nan_p (MPC_RE (op)) || mpfr_nan_p (MPC_IM (op)))
42 if (mpfr_zero_p (MPC_IM (op)))
43 return mpc_set (rop, op, MPC_RNDNN);
45 if (mpfr_inf_p (MPC_RE (op)))
47 if (mpfr_signbit (MPC_RE (op)))
62 if (mpfr_zero_p (MPC_IM(op)))
67 inex_re = mpfr_exp (MPC_RE(rop), MPC_RE(op), MPC_RND_RE(rnd));
68 inex_im = mpfr_set (MPC_IM(rop), MPC_IM(op), MPC_RND_I
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-passwd/
H A Dsearch.c60 Operation *op,
71 if ( op->ors_tlimit != SLAP_NO_LIMIT ) {
72 stoptime = op->o_time + op->ors_tlimit;
76 if ( be_issuffix( op->o_bd, &op->o_req_ndn ) ) {
79 rs->sr_matched = op->o_req_dn.bv_val;
81 if( op->ors_scope != LDAP_SCOPE_ONELEVEL ) {
87 e.e_name.bv_val = ch_strdup( op->o_req_dn.bv_val );
88 e.e_name.bv_len = op
59 passwd_back_search( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-null/
H A Dnull.c40 null_back_bind( Operation *op, SlapReply *rs ) argument
42 struct null_info *ni = (struct null_info *) op->o_bd->be_private;
44 if ( ni->ni_bind_allowed || be_isroot_pw( op ) ) {
50 send_ldap_result( op, rs );
57 null_back_respond( Operation *op, SlapReply *rs, int rc ) argument
71 if ( get_assert( op ) ) {
76 if ( op->o_preread ) {
79 switch ( op->o_tag ) {
83 e.e_name = op->o_req_dn;
84 e.e_nname = op
216 null_back_success( Operation *op, SlapReply *rs ) argument
223 null_back_false( Operation *op, SlapReply *rs ) argument
231 null_back_entry_get( Operation *op, struct berval *ndn, ObjectClass *oc, AttributeDescription *at, int rw, Entry **ent ) argument
[all...]
/netbsd-6-1-5-RELEASE/games/arithmetic/
H A Darithmetic.c197 int left, op, right, result; local
201 op = keys[random() % nkeys];
202 if (op != '/')
203 right = getrandom(rangemax + 1, op, 1);
206 switch (op) {
208 left = getrandom(rangemax + 1, op, 0);
212 result = getrandom(rangemax + 1, op, 0);
216 left = getrandom(rangemax + 1, op, 0);
220 right = getrandom(rangemax, op, 1) + 1;
221 result = getrandom(rangemax + 1, op,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dcompare.c37 meta_back_compare( Operation *op, SlapReply *rs ) argument
39 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
46 struct berval mapped_attr = op->orc_ava->aa_desc->ad_cname;
47 struct berval mapped_value = op->orc_ava->aa_value;
52 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
53 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
64 dc.conn = op->o_conn;
68 switch ( ldap_back_dn_massage( &dc, &op->o_req_dn, &mdn ) ) {
80 if ( op->orc_ava->aa_desc == slap_schema.si_ad_objectClass ) {
82 &op
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnssov.h182 int nssov_dn2uid(Operation *op,nssov_info *ni,struct berval *dn,struct berval *uid);
185 int nssov_uid2dn(Operation *op,nssov_info *ni,struct berval *uid,struct berval *dn);
186 int nssov_name2dn_cb(Operation *op, SlapReply *rs);
210 int nssov_alias_byname(nssov_info *ni,TFILE *fp,Operation *op);
211 int nssov_alias_all(nssov_info *ni,TFILE *fp,Operation *op);
212 int nssov_ether_byname(nssov_info *ni,TFILE *fp,Operation *op);
213 int nssov_ether_byether(nssov_info *ni,TFILE *fp,Operation *op);
214 int nssov_ether_all(nssov_info *ni,TFILE *fp,Operation *op);
215 int nssov_group_byname(nssov_info *ni,TFILE *fp,Operation *op);
216 int nssov_group_bygid(nssov_info *ni,TFILE *fp,Operation *op);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dbind.cpp30 ndb_back_bind( Operation *op, SlapReply *rs ) argument
32 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
42 op->o_req_dn.bv_val, 0, 0);
45 switch ( be_rootdn_bind( op, NULL ) ) {
54 rs->sr_err = ndb_thread_handle( op, &NA.ndb );
56 e.e_name = op->o_req_dn;
57 e.e_nname = op->o_req_ndn;
78 rs->sr_err = ndb_entry_get_info( op, &NA, 0, NULL );
100 rs->sr_err = ndb_entry_get_data( op, &NA, 0 );
101 ber_bvarray_free_x( NA.ocs, op
[all...]
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dxmalloc.c178 union overhead *op; local
191 op = (union overhead *)(pagepool_start);
192 m = sizeof (*op) - (((char *)op - (char *)NULL) & (n - 1));
214 if (nbytes <= (n = pagesz - sizeof (*op) - RSLOP)) {
222 n = -(sizeof (*op) + RSLOP);
237 if ((op = nextf[bucket]) == NULL) {
239 if ((op = nextf[bucket]) == NULL)
243 nextf[bucket] = op->ov_next;
244 op
267 union overhead *op; local
308 union overhead *op; local
337 union overhead *op; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Dplural.y51 enum operator op;
57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
62 static struct expression *new_exp_2 PARAMS ((enum operator op,
65 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
75 new_exp (nargs, op, args)
77 enum operator op;
93 newp->operation = op;
107 new_exp_0 (op)
[all...]

Completed in 295 milliseconds

1234567891011>>