Searched refs:operation (Results 1 - 25 of 52) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafe3.t30 ok( $@ =~ /^'?addition \(\+\)'? trapped by operation mask/,
44 ok( $@ =~ /^'?addition \(\+\)'? trapped by operation mask/,
H A Dsafewrap.t27 like $@, qr/eval .* trapped by operation mask/;
39 like $@, qr/eval .* trapped by operation mask/;
H A Dsafe2.t41 if ($@ =~ /^'?system'? trapped by operation mask/) {
/osnet-11/usr/src/lib/libradproto/common/
H A Dprotocol.x163 enum operation {
176 operation op;
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c245 * existing value unchanged; this is only meaningful when operation ==
249 * unchanged; this is only meaningful when operation == PZE_MODIFY
254 * only meaningful when operation == PZE_MODIFY.
261 putzoneent(struct zoneent *ze, zoneent_op_t operation) argument
279 if ((operation == PZE_MODIFY) &&
284 if (operation == PZE_ADD &&
288 if (operation != PZE_MODIFY && strlen(ze->zone_newname) != 0)
332 if (operation == PZE_ADD && !exist) {
343 if (operation == PZE_MODIFY && !exist) {
385 switch (operation) {
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_join.c64 * set, the c_next operation off the join cursor will return DB_NOTFOUND.
172 u_int32_t operation; local
178 operation = LF_ISSET(DB_OPFLAGS_MASK);
179 if (operation != 0 && operation != DB_JOIN_ITEM)
243 if (operation == DB_JOIN_ITEM)
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddecr_mgr.c35 CK_ULONG operation,
53 if (operation == OP_DECRYPT_INIT) {
69 } else if (operation == OP_UNWRAP) {
32 decr_mgr_init( SESSION *sess, ENCR_DECR_CONTEXT *ctx, CK_ULONG operation, CK_MECHANISM *mech, CK_OBJECT_HANDLE key_handle) argument
H A Dencr_mgr.c33 CK_ULONG operation,
52 if (operation == OP_ENCRYPT_INIT) {
68 } else if (operation == OP_WRAP) {
31 encr_mgr_init(SESSION * sess, ENCR_DECR_CONTEXT * ctx, CK_ULONG operation, CK_MECHANISM * mech, CK_OBJECT_HANDLE key_handle) argument
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp.c262 uint8_t operation; local
290 nvlist_lookup_uint8(einfo, DL_NV_OPERATION, &operation) != 0) {
295 if (operation == DLMGMT_DLS_VLINK_MODIFY)
300 vinfo.lvi_operation = operation;
325 s = "operation failed";
331 s = "operation not supported";
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dgraphics_output.h79 grub_efi_uintn_t operation,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dplainer.t56 The bitwise operation C<<< >> >>>
57 The bitwise operation C<E<gt>E<gt>>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfiletest.pm40 operation?). Therefore if you are serious about security, just try
41 the real operation and test for its success - think in terms of atomic
H A Doverload.pm234 arguments. If the corresponding operation is binary, then the first
235 two arguments are the two arguments of the operation. However, due to
248 the order of arguments is as in the current operation.
256 the current operation is an assignment variant (as in
265 Unary operation are considered binary operations with the second
341 increment and decrement methods. The operation C<-> can be used to
354 used to substitute for the missing operation. During C<sort>ing
392 (like C<while>) and for the ternary C<?:> operation. These functions can
393 return any arbitrary Perl value. If the corresponding operation for this value
394 is overloaded too, that operation wil
[all...]
H A DDigest.pm244 Note that the C<digest> operation is effectively a destructive,
245 read-once operation. Once it has been performed, the $ctx object is
H A Dlib_pm.PL208 need for correct operation.
H A Dfields.pm226 declared class fields using this pragma, then the operation is
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Dsnmp.c50 snmp_response_cb(int operation, struct snmp_session *sp, int reqid, argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c149 const char *operation)
170 operation, fn, strerror(e));
178 operation, strerror(e));
148 rc_map_errno(krb5_context context, int e, const char *fn, const char *operation) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSemaphore.pm214 Returns the process id of the last process that performed an operation
234 first is the semaphore number, the second is the operation and the last
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist131 95 Socket operation on non-socket
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A Dsocketpair.t67 $! =~ /^The operation requested is not supported./) { # Stratus VOS
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm201 Note that the C<digest> operation is effectively a destructive,
202 read-once operation. Once it has been performed, the C<Digest::MD5>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1076 # Perl "quote or quote-like operation"
1179 each quote-like operation, but actually removes them from $text:
1707 the left delimiter of the first block of the operation,
1711 the text of the first block of the operation
1718 the right delimiter of the first block of the operation,
1722 the left delimiter of the second block of the operation
1727 the text of the second block of the operation
1733 the right delimiter of the second block of the operation (if any),
1737 the trailing modifiers on the operation (if any).
1747 that matched a quotelike operation (o
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm46 These options produce a warning whenever an operation implicitly
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstalled.pm309 This is identical in operation to directories(), except that it includes all the

Completed in 303 milliseconds

123