Searched refs:op (Results 151 - 175 of 1676) sorted by relevance

1234567891011>>

/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dspell.c66 char *op, *np, *p; local
69 op = oldname;
73 while (*op == '/') /* Skip slashes */
74 *np++ = *op++;
77 if (*op == '\0') /* Exact or corrected */
87 for (p = guess; *op != '/' && *op != '\0'; op++)
89 *p++ = *op;
/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Deebool.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
130 rpc_advance_mop(mp, op, 1);
131 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
133 NIDL_msp->op = op;
185 rpc_advance_mop(p_unmar_params->mp, p_unmar_params->op, 1);
H A Deebyte.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
130 rpc_advance_mop(mp, op, 1);
131 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
133 NIDL_msp->op = op;
185 rpc_advance_mop(p_unmar_params->mp, p_unmar_params->op, 1);
H A Deechar.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
130 rpc_advance_mop(mp, op, 1);
131 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
133 NIDL_msp->op = op;
185 rpc_advance_mop(p_unmar_params->mp, p_unmar_params->op, 1);
H A Deesmall.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
130 rpc_advance_mop(mp, op, 1);
131 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
133 NIDL_msp->op = op;
185 rpc_advance_mop(p_unmar_params->mp, p_unmar_params->op, 1);
H A Deeusmall.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
130 rpc_advance_mop(mp, op, 1);
131 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
133 NIDL_msp->op = op;
185 rpc_advance_mop(p_unmar_params->mp, p_unmar_params->op, 1);
H A Derbool.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
130 rpc_advance_mop(mp, op, 1);
131 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
133 NIDL_msp->op = op;
183 rpc_advance_mop(p_unmar_params->mp, p_unmar_params->op, 1);
H A Derbyte.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
130 rpc_advance_mop(mp, op, 1);
131 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
133 NIDL_msp->op = op;
183 rpc_advance_mop(p_unmar_params->mp, p_unmar_params->op, 1);
H A Derchar.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
130 rpc_advance_mop(mp, op, 1);
131 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
133 NIDL_msp->op = op;
183 rpc_advance_mop(p_unmar_params->mp, p_unmar_params->op, 1);
H A Dersmall.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
130 rpc_advance_mop(mp, op, 1);
131 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
133 NIDL_msp->op = op;
183 rpc_advance_mop(p_unmar_params->mp, p_unmar_params->op, 1);
H A Derusmall.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
130 rpc_advance_mop(mp, op, 1);
131 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
133 NIDL_msp->op = op;
183 rpc_advance_mop(p_unmar_params->mp, p_unmar_params->op, 1);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_pixarlog.c108 #define REPEAT(n, op) { int i; i=n; do { i--; op; } while (i>0); }
111 horizontalAccumulateF(uint16 *wp, int n, int stride, float *op, argument
123 op[0] = t0;
124 op[1] = t1;
125 op[2] = t2;
129 op += 3;
134 op[0] = t0;
135 op[1] = t1;
136 op[
174 horizontalAccumulate12(uint16 *wp, int n, int stride, int16 *op, float *ToLinearF) argument
242 horizontalAccumulate16(uint16 *wp, int n, int stride, uint16 *op, uint16 *ToLinear16) argument
294 horizontalAccumulate11(uint16 *wp, int n, int stride, uint16 *op) argument
337 horizontalAccumulate8(uint16 *wp, int n, int stride, unsigned char *op, unsigned char *ToLinear8) argument
386 horizontalAccumulate8abgr(uint16 *wp, int n, int stride, unsigned char *op, unsigned char *ToLinear8) argument
703 PixarLogDecode(TIFF* tif, tidata_t op, tsize_t occ, tsample_t s) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tiff/
H A DtiffPixar.c104 #define REPEAT(n, op) { int i; i=n; do { i--; op; } while (i>0); }
110 float *op,
122 op[0] = t0;
123 op[1] = t1;
124 op[2] = t2;
128 op += 3;
133 op[0] = t0;
134 op[1] = t1;
135 op[
106 horizontalAccumulateF( uint16 *wp, int n, int stride, float *op, float *ToLinearF ) argument
172 horizontalAccumulate12( uint16 *wp, int n, int stride, int16 *op, float *ToLinearF ) argument
243 horizontalAccumulate16( uint16 *wp, int n, int stride, uint16 *op, uint16 *ToLinear16 ) argument
344 horizontalAccumulate8( uint16 *wp, int n, int stride, unsigned char *op, unsigned char *ToLinear8 ) argument
396 horizontalAccumulate8abgr( uint16 *wp, int n, int stride, unsigned char *op, unsigned char *ToLinear8 ) argument
706 PixarLogDecode( TIFF* tif, tidata_t op, tsize_t occ, tsample_t s ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dlimits.c67 Operation *op,
75 assert( op != NULL );
78 ndns[0] = &op->o_ndn;
79 ndns[1] = &op->o_req_ndn;
82 op->o_log_prefix,
88 *limit = &op->o_bd->be_def_limit;
90 if ( op->o_bd->be_limits == NULL ) {
94 for ( lm = op->o_bd->be_limits; lm[0] != NULL; lm++ ) {
114 int rc = backend_group( op, NULL,
1060 limits_check( Operation *op, SlapRepl argument
66 limits_get( Operation *op, struct slap_limits_set **limit ) argument
[all...]
H A Dsasl.c80 int sasl_krb5_authdata_pac( Operation *op);
197 sasl_ap_lookup( Operation *op, SlapReply *rs ) argument
204 lookup_info *sl = (lookup_info *)op->o_callback->sc_private;
237 be_isroot_dn( op->o_bd, &op->o_req_ndn ))
242 if ( ! access_allowed( op, rs->sr_entry, ad, NULL, ACL_AUTH, NULL ) ) {
298 Operation *op = (Operation *)&opbuf; local
319 AC_MEMCPY( &op->o_req_ndn.bv_len, sl.list[i].values[0],
320 sizeof( op->o_req_ndn.bv_len ) );
323 op
453 Operation op = {0}; local
588 sasl_authdata_lookup( Operation *op, SlapReply *rs ) argument
636 sasl_pws_lookup( Operation *op, SlapReply *rs ) argument
702 Operation *op = NULL; local
760 Operation op = {0}; local
1301 slapd_rw_cb( Operation *op, SlapReply *rs ) argument
1328 Operation *op; local
1793 slap_sasl_bind( Operation *op, SlapReply *rs ) argument
2035 slap_sasl_setpass( Operation *op, SlapReply *rs ) argument
2111 slap_sasl_getdn( Connection *conn, Operation *op, struct berval *id, char *user_realm, struct berval *dn, int flags ) argument
2290 sasl_krb5_authdata_pac( Operation *op) argument
[all...]
H A Dctxcsn.c36 Operation *op,
42 BackendDB *be = op->o_bd->bd_self;
55 if ( !BER_BVISEMPTY( &op->o_csn )) {
56 sid = slap_parse_csn_sid( &op->o_csn );
60 if ( csne->ce_opid == op->o_opid && csne->ce_connid == op->o_connid ) {
89 slap_rewind_commit_csn( Operation *op )
92 BackendDB *be = op->o_bd->bd_self;
97 if ( csne->ce_opid == op->o_opid && csne->ce_connid == op
35 slap_get_commit_csn( Operation *op, struct berval *maxcsn, int *foundit ) argument
179 slap_queue_csn( Operation *op, struct berval *csn ) argument
205 slap_get_csn( Operation *op, struct berval *csn, int manage_ctxcsn ) argument
[all...]
H A Dmodify.c40 Operation *op,
51 op->o_log_prefix, 0, 0 );
71 if ( ber_scanf( op->o_ber, "{m" /*}*/, &dn ) == LBER_ERROR ) {
73 op->o_log_prefix, 0, 0 );
74 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
79 op->o_log_prefix, dn.bv_val, 0 );
81 rs->sr_err = slap_parse_modlist( op, rs, op->o_ber, &op->oq_modify );
84 op
39 do_modify( Operation *op, SlapReply *rs ) argument
195 fe_op_modify( Operation *op, SlapReply *rs ) argument
343 slap_mods_obsolete_check( Operation *op, Modifications *ml, const char **text, char *textbuf, size_t textlen ) argument
377 slap_mods_no_user_mod_check( Operation *op, Modifications *ml, const char **text, char *textbuf, size_t textlen ) argument
419 slap_mods_no_repl_user_mod_check( Operation *op, Modifications *ml, const char **text, char *textbuf, size_t textlen ) argument
450 slap_mods_check( Operation *op, Modifications *ml, const char **text, char *textbuf, size_t textlen, void *ctx ) argument
864 slap_mods_opattrs( Operation *op, Modifications **modsp, int manage_ctxcsn ) argument
1002 slap_parse_modlist( Operation *op, SlapReply *rs, BerElement *ber, req_modify_s *ms ) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dfop005.tcl60 foreach op "noenv env auto commit abort" {
62 if { $op == "noenv" } {
71 if { $op == "env" } {
81 puts "\tFop$tnum: dbremove with $op\
105 if { $op == "noenv" || $op == "env" } {
106 error_check_good remove_$op \
109 } elseif { $op == "auto" } {
110 error_check_good remove_$op \
114 # $op i
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dextended.c33 bdb_extended( Operation *op, SlapReply *rs ) argument
46 if( ber_bvcmp( exop_table[i].oid, &op->oq_extended.rs_reqoid ) == 0 ) {
47 return (exop_table[i].extended)( op, rs );
H A Ddelete.c26 bdb_delete( Operation *op, SlapReply *rs ) argument
28 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
34 int manageDSAit = get_manageDSAit( op );
59 op->o_req_dn.bv_val, 0, 0 );
62 if( op->o_txnSpec ) {
64 ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
65 if( op->o_conn->c_txn == CONN_TXN_INACTIVE ) {
69 } else if( op->o_conn->c_txn == CONN_TXN_SETTLE ) {
74 if( op->o_conn->c_txn_backend == NULL ) {
75 op
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dchain.c53 #define get_chaining(op) ((op)->o_chaining & SLAP_CONTROL_MASK)
54 #define get_chainingBehavior(op) ((op)->o_chaining & (SLAP_CH_RESOLVE_MASK|SLAP_CH_CONTINUATION_MASK))
55 #define get_resolveBehavior(op) ((op)->o_chaining & SLAP_CH_RESOLVE_MASK)
56 #define get_continuationBehavior(op) ((op)->o_chaining & SLAP_CH_CONTINUATION_MASK)
127 Operation *op,
135 Operation *op,
144 chaining_control_add( ldap_chain_t *lc, Operation *op, LDAPControl ***oldctrlsp ) argument
189 chaining_control_remove( Operation *op, LDAPControl ***oldctrlsp ) argument
256 ldap_chain_cb_search_response( Operation *op, SlapReply *rs ) argument
333 ldap_chain_cb_response( Operation *op, SlapReply *rs ) argument
390 ldap_chain_op( Operation *op, SlapReply *rs, BI_op_func *op_f, BerVarray ref, int depth ) argument
666 ldap_chain_search( Operation *op, SlapReply *rs, BerVarray ref, int depth ) argument
947 ldap_chain_response( Operation *op, SlapReply *rs ) argument
1385 Operation *op; member in struct:ldap_chain_cfadd_apply_t
1415 chain_cfadd( Operation *op, SlapReply *rs, Entry *p, ConfigArgs *ca ) argument
1584 Operation op = { 0 }; local
2149 ldap_chain_parse_ctrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
[all...]
H A Dadd.c36 Operation *op,
39 ldapinfo_t *li = (ldapinfo_t *)op->o_bd->be_private;
55 op->o_req_dn.bv_val, 0, 0 );
57 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
63 for ( i = 1, a = op->oq_add.rs_e->e_attrs; a; i++, a = a->a_next )
71 isupdate = be_shadow_update( op );
72 for ( i = 0, a = op->oq_add.rs_e->e_attrs; a; a = a->a_next ) {
73 if ( !isupdate && !get_relax( op ) && a->a_desc->ad_type->sat_no_user_mod )
95 ctrls = op->o_ctrls;
96 rs->sr_err = ldap_back_controls_add( op, r
35 ldap_back_add( Operation *op, SlapReply *rs ) argument
[all...]
H A Dsearch.c39 ldap_build_entry( Operation *op, LDAPMessage *e, Entry *ent,
49 * op->ors_filterstr.bv_val, or realloc'd on the thread's slab otherwise.
53 Operation *op,
98 if ( filter->bv_val == op->ors_filterstr.bv_val ) {
99 filter->bv_val = op->o_tmpalloc( filter->bv_len + 1,
100 op->o_tmpmemctx );
102 AC_MEMCPY( filter->bv_val, op->ors_filterstr.bv_val,
106 filter->bv_val = op->o_tmprealloc( filter->bv_val,
107 filter->bv_len + 1, op->o_tmpmemctx );
130 Operation *op,
52 ldap_back_munge_filter( Operation *op, struct berval *filter ) argument
129 ldap_back_search( Operation *op, SlapReply *rs ) argument
638 ldap_build_entry( Operation *op, LDAPMessage *e, Entry *ent, struct berval *bdn ) argument
878 ldap_back_entry_get( Operation *op, struct berval *ndn, ObjectClass *oc, AttributeDescription *at, int rw, Entry **ent ) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/bindings/python/llvm/tests/
H A Dtest_core.py11 op = OpCode.from_value(1)
12 self.assertTrue(isinstance(op, OpCode))
13 self.assertEqual(op, OpCode.Ret)
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dproto.c257 int op; member in struct:oplist
941 ppfsm __PARAM__((int op, register char* s), (op, s)) __OTORP__(int op; register char* s;){
952 switch (op)
1308 char* op; member in struct:proto
2533 init __PARAM__((struct proto* proto, char* op, int flags), (proto, op, flags)) __OTORP__(struct proto* proto; char* op; int flags;){
2538 op
2693 register char* op; local
4598 register char* op = proto->ob; local
4862 char* op; local
[all...]

Completed in 184 milliseconds

1234567891011>>