Searched refs:op (Results 176 - 200 of 1870) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/shell-backends/
H A Dpasswd-shell.c50 static void pwdfile_search LDAP_P(( struct ldop *op, FILE *ofp ));
51 static struct ldentry *pw2entry LDAP_P(( struct ldop *op, struct passwd *pw ));
60 struct ldop op; local
92 (void) memset( (char *)&op, '\0', sizeof( op ));
94 if ( parse_input( stdin, stdout, &op ) < 0 ) {
98 if ( op.ldop_op != LDOP_SEARCH ) {
105 dump_ldop( &op );
108 pwdfile_search( &op, stdout );
115 pwdfile_search( struct ldop *op, FIL argument
143 pw2entry( struct ldop *op, struct passwd *pw ) argument
[all...]
H A Dshellutil.c88 write_entry( struct ldop *op, struct ldentry *entry, FILE *ofp ) argument
95 if ( attr_requested( (*app)->lda_name, op )) {
106 test_filter( struct ldop *op, struct ldentry *entry ) argument
114 attr_requested( char *name, struct ldop *op )
118 if ( op->ldop_srch.ldsp_attrs == NULL ) { /* special case */
122 for ( ap = op->ldop_srch.ldsp_attrs; *ap != NULL; ++ap ) {
154 parse_input( FILE *ifp, FILE *ofp, struct ldop *op )
170 op->ldop_op = LDOP_SEARCH;
184 add_strval( &op->ldop_suffixes, args );
187 op
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dformat-pascal-28 tmpfiles="$tmpfiles f-op-2.data"
9 cat <<\EOF > f-op-2.data
102 tmpfiles="$tmpfiles f-op-2-$n.po f-op-2-$n.mo"
103 cat <<EOF > f-op-2-$n.po
110 if ${MSGFMT} --check-format -o f-op-2-$n.mo f-op-2-$n.po; then
116 ${MSGFMT} --check-format -o f-op-2-$n.mo f-op-2-$n.po 2> /dev/null
125 cat f-op
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dsearch.c37 Operation *op,
42 monitor_info_t *mi = ( monitor_info_t * )op->o_bd->be_private;
55 monitor_entry_create( op, rs, NULL, e_parent, &e_ch );
90 monitor_entry_update( op, rs, e );
92 if ( op->o_abandon ) {
113 rc = test_filter( op, e, op->oq_search.rs_filter );
117 rc = send_search_entry( op, rs );
125 rc = monitor_send_children( op, rs, e, sub );
164 monitor_back_search( Operation *op, SlapRepl argument
36 monitor_send_children( Operation *op, SlapReply *rs, Entry *e_parent, int sub ) argument
[all...]
/netbsd-6-1-5-RELEASE/games/monop/
H A Dtrade.c111 OWN *op; local
133 for (op = pp->own_list; propnum--; op = op->next)
135 add_list(pn, &(tp->prop_list), sqnum(op->sqr));
162 OWN *op; local
165 for (op = the_list; op; op = op
182 OWN *op; local
222 OWN *op; local
246 OWN *op; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dmodify.c34 Operation *op,
45 ai = bdb_index_mask( op->o_bd, desc, &ix_at );
56 ai = bdb_index_mask( op->o_bd, ap->a_desc, &ix2 );
71 Operation *op,
90 if ( !acl_check_modlist( op, e, modlist )) {
139 err = modify_add_values( e, mod, get_permissiveModify(op),
156 err = modify_delete_values( e, mod, get_permissiveModify(op),
171 err = modify_replace_values( e, mod, get_permissiveModify(op),
185 err = modify_increment_values( e, mod, get_permissiveModify(op),
205 err = modify_add_values( e, mod, get_permissiveModify(op),
33 bdb_modify_idxflags( Operation *op, AttributeDescription *desc, int got_delete, Attribute *newattrs, Attribute *oldattrs ) argument
70 bdb_modify_internal( Operation *op, DB_TXN *tid, Modifications *modlist, Entry *e, const char **text, char *textbuf, size_t textlen ) argument
357 bdb_modify( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dcontrols.c502 slap_global_control( Operation *op, const char *oid, int *cid ) argument
517 ( ( op->o_tag & LDAP_REQ_SEARCH ) &&
533 Operation *op,
539 op->o_tmpfree(ctrls[i], op->o_tmpmemctx );
541 op->o_tmpfree( ctrls, op->o_tmpmemctx );
545 Operation *op,
558 ctrlsp = op->o_tmpalloc(( i+j+1 )*sizeof(LDAPControl *), op
532 slap_free_ctrls( Operation *op, LDAPControl **ctrls ) argument
544 slap_add_ctrls( Operation *op, SlapReply *rs, LDAPControl **ctrls ) argument
575 slap_parse_ctrl( Operation *op, SlapReply *rs, LDAPControl *control, const char **text ) argument
663 get_ctrls( Operation *op, SlapReply *rs, int sendres ) argument
914 slap_remove_control( Operation *op, SlapReply *rs, int ctrl, BI_chk_controls fnc ) argument
982 parseDontUseCopy( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1011 parseRelax( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1033 parseManageDSAit( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1055 parseProxyAuthz( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1157 parseNoOp( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1179 parsePagedResults( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1268 parseSortedResults( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1300 parseAssert( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1366 parseReadAttrs( Operation *op, SlapReply *rs, LDAPControl *ctrl, int post ) argument
1469 parsePreRead( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1477 parsePostRead( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1485 parseValuesReturnFilter( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1547 parseSubentries( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1577 parsePermissiveModify( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1599 parseDomainScope( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1622 parseTreeDelete( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1645 parseSearchOptions( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1723 parseSessionTracking( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1942 slap_ctrl_session_tracking_add( Operation *op, SlapReply *rs, struct berval *ip, struct berval *name, struct berval *id, LDAPControl *ctrl ) argument
1976 slap_ctrl_session_tracking_request_add( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
2012 parseWhatFailed( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
2035 slap_ctrl_whatFailed_add( Operation *op, SlapReply *rs, char **oids ) argument
[all...]
H A Dconnection.c75 Operation *op; member in struct:conn_readinfo
85 static int connection_op_activate( Operation *op );
86 static void connection_op_queue( Operation *op );
702 Operation *o, *next, op = {0}; local
706 op.o_hdr = &ohdr;
707 op.o_conn = c;
708 op.o_connid = c->c_connid;
709 op.o_tag = LDAP_REQ_ABANDON;
713 op.orn_msgid = o->o_msgid;
715 op
996 conn_counter_init( Operation *op, void *ctx ) argument
1021 Operation *op = arg_v; local
1451 Operation *op; local
1671 Operation *op; local
1721 connection_bind_cleanup_cb( Operation *op, SlapReply *rs ) argument
1731 connection_bind_cb( Operation *op, SlapReply *rs ) argument
1857 Operation *op; local
1932 Operation op = {0}; local
1960 operation_fake_init( Connection *conn, Operation *op, void *ctx, int newmem ) argument
1987 Operation *op = (Operation *) opbuf; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dmodrdn.c35 backsql_modrdn( Operation *op, SlapReply *rs ) argument
37 backsql_info *bi = (backsql_info*)op->o_bd->be_private;
53 int manageDSAit = get_manageDSAit( op );
54 struct berval *newSuperior = op->oq_modrdn.rs_newSup;
58 op->o_req_dn.bv_val, op->oq_modrdn.rs_newrdn.bv_val,
61 rs->sr_err = backsql_get_db_conn( op, &dbh );
73 rs->sr_err = backsql_init_search( &bsi, &op->o_req_ndn,
75 (time_t)(-1), NULL, dbh, op, rs,
84 dn_match( &op
[all...]
H A Dmodify.c35 backsql_modify( Operation *op, SlapReply *rs ) argument
37 backsql_info *bi = (backsql_info*)op->o_bd->be_private;
42 int manageDSAit = get_manageDSAit( op );
51 op->o_req_ndn.bv_val, 0, 0 );
53 rs->sr_err = backsql_get_db_conn( op, &dbh );
68 rs->sr_err = backsql_init_search( &bsi, &op->o_req_ndn,
70 (time_t)(-1), NULL, dbh, op, rs,
79 dn_match( &op->o_req_ndn, &bsi.bsi_e->e_nname ) )
118 if ( get_assert( op ) &&
119 ( test_filter( op,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dvfp-neon-syntax-inc.s24 .macro monadic op cond="" f32=".f32" f64=".f64"
26 \op\cond\f32 s0,s1
27 \op\cond\f64 d0,d1
30 .macro monadic_c op
31 monadic \op
32 monadic \op eq
35 .macro dyadic op cond="" f32=".f32" f64=".f64"
37 \op\cond\f32 s0,s1,s2
38 \op\cond\f64 d0,d1,d2
41 .macro dyadic_c op
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Ddelete.cpp32 ndb_back_delete( Operation *op, SlapReply *rs ) argument
34 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
37 int manageDSAit = get_manageDSAit( op );
54 op->o_req_dn.bv_val, 0, 0 );
59 if ( BER_BVISNULL( &op->o_csn ) ) {
65 slap_get_csn( op, &csn, 1 );
68 if ( !be_issuffix( op->o_bd, &op->o_req_ndn ) ) {
69 dnParent( &op->o_req_dn, &p.e_name );
70 dnParent( &op
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/avr/
H A Dinterp.c231 word op; member in struct:avr_insn_cell
259 static inline byte get_r (word op) argument
261 return (op & 0xf) | ((op >> 5) & 0x10);
265 static inline byte get_r16 (word op) argument
267 return 16 + (op & 0xf);
271 static inline byte get_r16_23 (word op) argument
273 return 16 + (op & 0x7);
277 static inline byte get_d (word op) argument
279 return (op >>
283 get_d16(word op) argument
289 get_d16_23(word op) argument
295 get_A(word op) argument
301 get_biA(word op) argument
307 get_K(word op) argument
313 get_k(word op) argument
319 get_d24(word op) argument
325 get_k6(word op) argument
331 get_q(word op) argument
337 get_b(word op) argument
881 word op; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwm.c52 rwm_send_entry( Operation *op, SlapReply *rs );
55 rwm_op_rollback( Operation *op, SlapReply *rs, rwm_op_state *ros ) argument
58 op->o_req_dn = ros->ro_dn;
61 op->o_req_ndn = ros->ro_ndn;
84 if ( op->orc_ava->aa_value.bv_val != ros->orc_ava->aa_value.bv_val )
85 op->o_tmpfree( op->orc_ava->aa_value.bv_val, op->o_tmpmemctx );
86 op->orc_ava = ros->orc_ava;
89 slap_mods_free( op
141 rwm_op_cleanup( Operation *op, SlapReply *rs ) argument
159 rwm_callback_get( Operation *op, SlapReply *rs ) argument
180 rwm_op_dn_massage( Operation *op, SlapReply *rs, void *cookie, rwm_op_state *ros ) argument
237 rwm_op_add( Operation *op, SlapReply *rs ) argument
387 rwm_op_bind( Operation *op, SlapReply *rs ) argument
407 rwm_op_unbind( Operation *op, SlapReply *rs ) argument
419 rwm_op_compare( Operation *op, SlapReply *rs ) argument
508 rwm_op_delete( Operation *op, SlapReply *rs ) argument
528 rwm_op_modify( Operation *op, SlapReply *rs ) argument
688 rwm_op_modrdn( Operation *op, SlapReply *rs ) argument
793 rwm_swap_attrs( Operation *op, SlapReply *rs ) argument
818 rwm_entry_release_rw( Operation *op, Entry *e, int rw ) argument
837 rwm_entry_get_rw( Operation *op, struct berval *ndn, ObjectClass *oc, AttributeDescription *at, int rw, Entry **ep ) argument
905 rwm_op_search( Operation *op, SlapReply *rs ) argument
998 rwm_exop_passwd( Operation *op, SlapReply *rs ) argument
1084 rwm_extended( Operation *op, SlapReply *rs ) argument
1128 rwm_matched( Operation *op, SlapReply *rs ) argument
1169 rwm_attrs( Operation *op, SlapReply *rs, Attribute** a_first, int stripEntryDN ) argument
1437 rwm_send_entry( Operation *op, SlapReply *rs ) argument
1552 rwm_operational( Operation *op, SlapReply *rs ) argument
1702 rwm_response( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dreferral.c36 Operation *op,
46 if ( BER_BVISEMPTY( &op->o_req_dn ) ) {
49 if ( SLAP_GLUE_INSTANCE( op->o_bd ) ) {
57 if( get_manageDSAit( op ) ) {
58 if( op->o_tag == LDAP_REQ_SEARCH ) {
66 if( ldap_dn2domain( op->o_req_dn.bv_val, &domain ) || domain == NULL ) {
69 send_ldap_result( op, rs );
75 op->o_req_dn.bv_val, domain, 0 );
113 op->o_log_prefix, op
35 dnssrv_back_referrals( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/macppc/stand/ofwboot/
H A Dnetif_of.c70 netif_of_open(struct of_dev *op) argument
89 io->io_netif = (void *)op;
92 rv = OF_getprop(OF_instance_to_package(op->handle),
95 OF_getprop(OF_instance_to_package(op->handle),
135 struct of_dev *op; local
139 op = (struct of_dev *)desc->io_netif;
162 if (op->dmabuf) {
163 memcpy(op->dmabuf, pkt, sendlen);
164 pkt = op->dmabuf;
166 rv = OF_write(op
182 struct of_dev *op; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c36 Operation *op, SlapReply *rs)
38 struct paminfo *pi = op->o_callback->sc_private;
105 static int pam_uid2dn(nssov_info *ni, Operation *op, argument
124 sdn.bv_val = op->o_tmpalloc( sdn.bv_len + 1, op->o_tmpmemctx );
127 slap_sasl2dn(op, &sdn, &pi->dn, 0);
128 op->o_tmpfree( sdn.bv_val, op->o_tmpmemctx );
133 nssov_uid2dn(op, ni, &pi->uid, &pi->dn);
136 dnNormalize( 0, NULL, NULL, &sdn, &pi->dn, op
35 pam_bindcb( Operation *op, SlapReply *rs) argument
145 pam_do_bind(nssov_info *ni,TFILE *fp,Operation *op, struct paminfo *pi) argument
206 pam_authc(nssov_info *ni,TFILE *fp,Operation *op) argument
258 pam_compare_cb(Operation *op, SlapReply *rs) argument
265 pam_authz(nssov_info *ni,TFILE *fp,Operation *op) argument
486 pam_sess(nssov_info *ni,TFILE *fp,Operation *op,int action) argument
587 pam_sess_o(nssov_info *ni,TFILE *fp,Operation *op) argument
592 pam_sess_c(nssov_info *ni,TFILE *fp,Operation *op) argument
597 pam_pwmod(nssov_info *ni,TFILE *fp,Operation *op) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dd10v-dis.c35 struct d10v_opcode *op,
70 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
158 struct d10v_opcode *op = (struct d10v_opcode *) d10v_opcodes; local
163 while (op->name)
165 if ((op->format & LONG_OPCODE)
166 && ((op->mask & insn) == (unsigned long) op->opcode))
169 (*info->fprintf_func) (info->stream, "%s\t", op->name);
171 for (i = 0; op->operands[i]; i++)
173 oper = (struct d10v_operand *) &d10v_operands[op
33 print_operand(struct d10v_operand *oper, unsigned long insn, struct d10v_opcode *op, bfd_vma memaddr, struct disassemble_info *info) argument
202 struct d10v_opcode *op; local
[all...]
H A Dmicroblaze-dis.c87 get_field_special (long instr, struct op_code_struct * op) argument
92 switch ((((instr & IMM_MASK) >> IMM_LOW) ^ op->immval_mask))
134 if (((((instr & IMM_MASK) >> IMM_LOW) ^ op->immval_mask) & 0xE000)
139 ^ op->immval_mask) ^ REG_PVR_MASK);
158 struct op_code_struct * op; local
177 for (op = opcodes; op->name != 0; op ++)
178 if (op->bit_sequence == (inst & op
192 struct op_code_struct * op, *pop; local
401 struct op_code_struct * op; local
423 enum microblaze_instr op; local
443 struct op_code_struct * op; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dd10v-dis.c35 struct d10v_opcode *op,
70 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
158 struct d10v_opcode *op = (struct d10v_opcode *) d10v_opcodes; local
163 while (op->name)
165 if ((op->format & LONG_OPCODE)
166 && ((op->mask & insn) == (unsigned long) op->opcode))
169 (*info->fprintf_func) (info->stream, "%s\t", op->name);
171 for (i = 0; op->operands[i]; i++)
173 oper = (struct d10v_operand *) &d10v_operands[op
33 print_operand(struct d10v_operand *oper, unsigned long insn, struct d10v_opcode *op, bfd_vma memaddr, struct disassemble_info *info) argument
202 struct d10v_opcode *op; local
[all...]
H A Dmicroblaze-dis.c87 get_field_special (long instr, struct op_code_struct * op) argument
92 switch ((((instr & IMM_MASK) >> IMM_LOW) ^ op->immval_mask))
134 if (((((instr & IMM_MASK) >> IMM_LOW) ^ op->immval_mask) & 0xE000)
139 ^ op->immval_mask) ^ REG_PVR_MASK);
158 struct op_code_struct * op; local
177 for (op = opcodes; op->name != 0; op ++)
178 if (op->bit_sequence == (inst & op
192 struct op_code_struct * op, *pop; local
401 struct op_code_struct * op; local
423 enum microblaze_instr op; local
443 struct op_code_struct * op; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr.c129 #define WHOLEWORD(op) \
130 (op->precedence == 0 \
131 ? (! (op->type & MPEXPR_TYPE_OPERATOR)) \
132 : (op->type & MPEXPR_TYPE_WHOLEWORD))
139 __gmp_const struct mpexpr_operator_t *op, *op_found; local
166 for (op = p->table; op->name != NULL; op++)
168 if (op->type == MPEXPR_TYPE_NEW_TABLE)
171 op
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dbind.c47 Operation *op,
53 Operation *op,
59 meta_back_bind( Operation *op, SlapReply *rs ) argument
61 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
74 op->o_log_prefix, op->o_req_dn.bv_val, 0 );
77 switch ( be_rootdn_bind( op, rs ) ) {
98 mc = meta_back_getconn( op, rs, NULL, LDAP_BACK_BIND_DONTSEND );
106 op->o_req_dn.bv_val, rs->sr_err,
111 op
306 meta_back_bind_op_result( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate, int msgid, ldap_back_send_t sendok ) argument
449 meta_back_single_bind( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate ) argument
577 meta_back_single_dobind( Operation *op, SlapReply *rs, metaconn_t **mcp, int candidate, ldap_back_send_t sendok, int nretries, int dolock ) argument
648 meta_back_dobind( Operation *op, SlapReply *rs, metaconn_t *mc, ldap_back_send_t sendok ) argument
891 meta_back_cancel( metaconn_t *mc, Operation *op, SlapReply *rs, ber_int_t msgid, int candidate, ldap_back_send_t sendok ) argument
935 meta_back_op_result( metaconn_t *mc, Operation *op, SlapReply *rs, int candidate, ber_int_t msgid, time_t timeout, ldap_back_send_t sendok ) argument
1266 meta_back_proxy_authz_cred( metaconn_t *mc, int candidate, Operation *op, SlapReply *rs, ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred, int *method ) argument
1520 meta_back_proxy_authz_bind( metaconn_t *mc, int candidate, Operation *op, SlapReply *rs, ldap_back_send_t sendok ) argument
1583 meta_back_controls_add( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate, LDAPControl ***pctrls ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/allop/
H A Dallop.c163 allop_op_search( Operation *op, SlapReply *rs ) argument
165 slap_overinst *on = (slap_overinst *)op->o_bd->bd_info;
173 if ( !BER_BVISEMPTY( &op->o_req_ndn )
174 || op->ors_scope != LDAP_SCOPE_BASE )
180 if ( !dnIsSuffix( &op->o_req_ndn, &ao->ao_ndn ) ) {
186 if ( op->o_req_ndn.bv_len != ao->ao_ndn.bv_len ) {
192 if ( op->ors_scope == LDAP_SCOPE_BASE ) {
193 struct berval rdn = op->o_req_ndn;
209 mask = slap_attr_flags( op->ors_attrs );
219 if ( op
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips16.s5 .macro ldst op, reg, base
6 \op \reg,0(\base)
7 \op \reg,1(\base)
8 \op \reg,2(\base)
9 \op \reg,3(\base)
10 \op \reg,4(\base)
11 \op \reg,8(\base)
12 \op \reg,16(\base)
13 \op \reg,32(\base)
14 \op \re
[all...]

Completed in 205 milliseconds

1234567891011>>