| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
| H A D | asmdata.t | 10 use_ok('B::Asmdata', qw(%insn_data @insn_name @optype @specialsv_name)); 15 isnt( @optype, 0, ' @optype' ); 34 is( grep(/OP$/, @optype), @optype, '@optype is all /OP$/' );
|
| /osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
| H A D | metaUtil.c | 50 meta_operation_init_defer(CK_FLAGS optype, meta_session_t *session, argument 111 session->init.optype = optype; 123 meta_operation_init(CK_FLAGS optype, meta_session_t *session, argument 139 if ((optype == CKF_ENCRYPT) || (optype == CKF_DECRYPT) || 140 (optype == CKF_DIGEST)) { 160 rv = meta_operation_init_defer(optype, session, 174 mech_info.flags = optype; 243 if (optype ! 340 meta_operation_init_softtoken(CK_FLAGS optype, meta_session_t *session, CK_MECHANISM *pMechanism, meta_object_t *key) argument 522 meta_do_operation(CK_FLAGS optype, int mode, meta_session_t *session, meta_object_t *object, CK_BYTE *in, CK_ULONG inLen, CK_BYTE *out, CK_ULONG *outLen) argument 775 meta_operation_cleanup(meta_session_t *session, CK_FLAGS optype, boolean_t finished_normally) argument [all...] |
| H A D | metaGlobal.h | 320 CK_FLAGS optype; /* place holder for init parameters */ member in struct:crypto_init 589 CK_RV meta_operation_init(CK_FLAGS optype, meta_session_t *session, 591 CK_RV meta_operation_init_defer(CK_FLAGS optype, meta_session_t *session, 593 CK_RV meta_do_operation(CK_FLAGS optype, int mode, 597 void meta_operation_cleanup(meta_session_t *session, CK_FLAGS optype,
|
| H A D | metaSession.c | 344 opstate.state[0].op_type = session->init.optype; 542 session->init.optype = opstate.state[0].op_type;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| H A D | Asmdata.pm | 17 @EXPORT_OK = qw(%insn_data @insn_name @optype @specialsv_name); 18 our(%insn_data, @insn_name, @optype, @specialsv_name); 20 @optype = qw(OP UNOP BINOP LOGOP LISTOP PMOP SVOP PADOP PVOP LOOP COP); 195 use B::Asmdata qw(%insn_data @insn_name @optype @specialsv_name); 226 =item @optype 228 my $op_type = $optype[$op_type_num];
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
| H A D | Storable.xs | 292 int optype; /* type of traversal operation */ 1171 cxt->optype &= ~(ST_STORE|ST_RETRIEVE); /* Leave ST_CLONE alone */ 1183 int optype, 1196 cxt->optype = optype; /* A store, or a deep clone */ 1281 ASSERT(cxt->optype & ST_STORE, ("was performing a store()")); 1353 static void init_retrieve_context(pTHX_ stcxt_t *cxt, int optype, int is_tainted) 1383 cxt->optype = optype; 1404 ASSERT(cxt->optype [all...] |
| /osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | ldap_principal2.c | 284 OPERATION optype) 300 if (optype == MODIFY_PRINCIPAL || 311 if (optype == MODIFY_PRINCIPAL || 529 OPERATION optype; local 562 optype = ADD_PRINCIPAL; 564 optype = MODIFY_PRINCIPAL; 570 if ((st=process_db_args(context, db_args, &xargs, optype)) != 0) 831 if (optype == MODIFY_PRINCIPAL && 945 } else if (optype == ADD_PRINCIPAL) { 283 process_db_args(krb5_context context, char **db_args, xargs_t *xargs, OPERATION optype) argument
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | doop.c | 1142 Perl_do_vop(pTHX_ I32 optype, SV *sv, SV *left, SV *right) argument 1167 if (sv != left || (optype != OP_BIT_AND && !SvOK(sv) && !SvGMAGICAL(sv))) 1174 needlen = optype == OP_BIT_AND ? len : leftlen + rightlen; 1184 if (optype != OP_BIT_AND && (left_utf || right_utf)) 1188 needlen = ((optype == OP_BIT_AND) 1203 switch (optype) { 1271 switch (optype) { 1305 switch (optype) {
|
| H A D | doio.c | 1915 Perl_do_ipcget(pTHX_ I32 optype, SV **mark, SV **sp) argument 1921 n = (optype == OP_MSGGET) ? 0 : SvIVx(*++mark); 1924 switch (optype) 1940 Perl_croak(aTHX_ "%s not implemented", PL_op_desc[optype]); 1947 Perl_do_ipcctl(pTHX_ I32 optype, SV **mark, SV **sp) argument 1955 n = (optype == OP_SEMCTL) ? SvIVx(*++mark) : 0; 1961 switch (optype) 1997 Perl_croak(aTHX_ "%s not implemented", PL_op_desc[optype]); 2003 Perl_croak(aTHX_ "%s not implemented", PL_op_desc[optype]); 2020 PL_op_desc[optype], 2182 Perl_do_shmio(pTHX_ I32 optype, SV **mark, SV **sp) argument [all...] |
| H A D | pp_ctl.c | 1268 I32 optype; local 1359 I32 optype; local 1386 if (optype == OP_REQUIRE) { 1803 I32 optype = 0; local 1837 if (optype == OP_REQUIRE && 1911 I32 optype; local 2637 I32 optype; local 2822 I32 optype = 0; /* Might be reset by POPEVAL. */ local 2838 if (optype == OP_REQUIRE) { 3431 I32 optype; local 3517 I32 optype; local [all...] |
| H A D | pp_sys.c | 2165 int optype = PL_op->op_type; local 2195 TAINT_PROPER(optype == OP_IOCTL ? "ioctl" : "fcntl"); 2197 if (optype == OP_IOCTL) 2616 int optype = PL_op->op_type; local 2625 if (optype == OP_GSOCKOPT) 2638 switch (optype) { 2674 report_evil_fh(gv, io, optype); 2697 int optype = PL_op->op_type; local 2713 switch (optype) { 2747 report_evil_fh(gv, io, optype); 4049 int optype; local [all...] |
| H A D | proto.h | 56 PERL_CALLCONV OP* Perl_append_elem(pTHX_ I32 optype, OP* head, OP* tail); 57 PERL_CALLCONV OP* Perl_append_list(pTHX_ I32 optype, LISTOP* first, LISTOP* last); 101 PERL_CALLCONV OP* Perl_convert(pTHX_ I32 optype, I32 flags, OP* o); 183 PERL_CALLCONV I32 Perl_do_ipcctl(pTHX_ I32 optype, SV** mark, SV** sp); 184 PERL_CALLCONV I32 Perl_do_ipcget(pTHX_ I32 optype, SV** mark, SV** sp); 188 PERL_CALLCONV I32 Perl_do_shmio(pTHX_ I32 optype, SV** mark, SV** sp); 206 PERL_CALLCONV void Perl_do_vop(pTHX_ I32 optype, SV* sv, SV* left, SV* right); 481 PERL_CALLCONV OP* Perl_newASSIGNOP(pTHX_ I32 flags, OP* left, I32 optype, OP* right); 486 PERL_CALLCONV OP* Perl_newLOGOP(pTHX_ I32 optype, I32 flags, OP* left, OP* right); 490 PERL_CALLCONV OP* Perl_newOP(pTHX_ I32 optype, I3 [all...] |
| H A D | pad.c | 393 Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype) argument 436 PL_op_name[optype]));
|
| H A D | cop.h | 233 optype = cx->blk_eval.old_op_type; \
|
| H A D | op.c | 3172 Perl_newASSIGNOP(pTHX_ I32 flags, OP *left, I32 optype, OP *right) argument 3176 if (optype) { 3177 if (optype == OP_ANDASSIGN || optype == OP_ORASSIGN) { 3178 return newLOGOP(optype, 0, 3179 mod(scalar(left), optype), 3183 return newBINOP(optype, OPf_STACKED, 3184 mod(scalar(left), optype), scalar(right));
|
| H A D | perl.c | 2243 I32 optype; local
|