Searched defs:optype (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.c393 Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype) argument
436 PL_op_name[optype]));
H A Ddoop.c1142 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 Dperl.c2243 I32 optype; local
H A Dpp_ctl.c1268 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 Dpp_sys.c2165 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 Ddoio.c1915 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 Dop.c3172 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));
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c50 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 DmetaGlobal.h320 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,
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c284 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

Completed in 65 milliseconds