Searched refs:copy (Results 151 - 175 of 202) sorted by relevance

123456789

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkglib.h8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
494 extern void cvtpath(char *path, char *copy);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.h36 Declares a local copy of perl's stack pointer for the XSUB, available via
42 a local copy of perl's stack pointer, available via the C<SP> macro.
389 /* newSVsv does not behave as advertised, so we copy missing
396 SvRV(rv)=AMG_CALLun(rv,copy); \
H A Dpp_sys.c1834 /* Not modifying source SV, so making a temporary copy. */
3727 #define TRIMSLASHES(tmps,len,copy) (tmps) = SvPV(TOPs, (len)); \
3733 (copy) = TRUE; \
3745 bool copy = FALSE; local
3752 TRIMSLASHES(tmps,len,copy);
3763 if (copy)
3773 bool copy = FALSE; local
3775 TRIMSLASHES(tmps,len,copy);
3782 if (copy)
H A Dconfig_h.SH67 * copy blocks of memory.
294 * to copy blocks of memory.
300 * to copy potentially overlapping blocks of memory. This should be used
542 * to copy structures. If undefined, you'll need to use a block copy
1102 * to copy potentially overlapping memory blocks. Normally, you should
1110 * to copy potentially overlapping memory blocks. If you need to
1111 * copy overlapping memory blocks, you should check HAS_MEMMOVE and
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
323 # Make a copy of the tuple so we can change it:
365 shutil.copy(source, destination)
373 raise BootmgmtConfigWriteError("Couldn't copy %s to %s" %
H A Dlegacygrub.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
420 # then can we tell the caller the appropriate path to copy it into.
710 # Make a copy of the tuple so we can change it:
755 # Make a copy of the tuple so we can change it:
769 shutil.copy(odd_root + '/boot/grub/stage2_eltorito',
772 raise BootmgmtConfigWriteError('Error while trying to copy '
841 propdict = LegacyGRUBBootLoader.DEFAULT_PROPDICT.copy()
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauthdata.c11 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
1017 /* copy request context for the first instance only */
1023 /* If copy is unimplemented, externalize/internalize */
1024 if (src_module->ftable->copy == NULL) {
1077 code = (*src_module->ftable->copy)(kcontext,
1097 /* XXX we need to init a new context because we can't copy plugins */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL301 $::opt_C = 1; # don't send a copy to the local admin
440 # Try not to copy ourselves
447 A copy of this report can be sent to your local
450 a copy.
938 -c Address to send copy of report to. Defaults to `$cc'.
939 -C Don't send copy to administrator.
1168 Don't send copy to administrator.
1172 Address to send copy of report to. Defaults to the address of the
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs17 * Copy an xs_ea_object_t. If the perl_obj part is null, we just copy the
56 * AV. We therefore copy the exacct part then create a new tied array
57 * and recursively copy each Item individually.
75 /* Create a new AV and copy across into it. */
209 # Return a copy of the catalog of the object.
488 /* Create a new AV and copy in all the passed Items. */
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c20 * You should have received a copy of the GNU General Public License
4111 DBusMessage *copy; local
4117 /* send a copy of the message */
4118 copy = dbus_message_copy (message);
4120 copy,
4132 dbus_message_unref (copy);
4273 DBusMessage *copy; local
4276 copy = dbus_message_copy (message);
4278 dbus_connection_send (dbus_connection, copy, NULL);
4280 dbus_message_unref (copy);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dmbimbf.inc167 ok ($x->copy()->round(5),'123.46');
168 ok ($x->copy()->round(4),'123.5');
169 ok ($x->copy()->round(5,2),'NaN');
170 ok ($x->copy()->round(undef,-2),'123.46');
171 ok ($x->copy()->round(undef,2),120);
177 ok ($x->copy()->round(undef,-1,'odd'),'123.5');
181 $y = $x->copy()->bround(); # no-op since nowhere A or P defined
184 $y = $x->copy()->round(5);
187 $y = $x->copy()->round(undef,2);
204 # does copy wor
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c9 * A copy of the License is available at *
848 goto copy;
852 { copy:
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootloader.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
586 # Make a copy of the original list of boot instance so we can detect
605 sec_inst = inst.copy()
803 sec_inst = inst.copy()
845 # Now we can copy the default attribute explicitly
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm563 To make this change $a and not change $b, a copy of C<$$a> is made,
574 then C<$a> does not reference a new copy of C<$$a>, since $$a does not
577 If the copy constructor is required during the execution of some mutator,
579 string copy if the object is a plain scalar.
827 behavior by defining your own copy constructor (see L<"Copy Constructor">).
1243 %subr, and defining a copy constructor (needed since Perl has no
1247 To implement a copy constructor, add C<< '=' => \&cpy >> to C<use overload>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm207 my $copy;
210 $copy .= ($char le "\177") ? $char : sprintf "\\x{%X}", ord $char;
212 $_ = $copy;
950 # Make a copy which is a normalised version of the ref passed in.
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
338 * Make a copy of the NCU with the following changes:
358 (void) snprintf(tmpname, sizeof (tmpname), "%s.copy", linkname);
385 * Make a copy of the NCU with properties that libdladm/dlmgmtd
472 /* copy the data */
481 /* copy the NCUs */
2725 * Make a copy of the NCU that maps to dlmgmt and then use that NCU to
3166 char *typedname = NULL, *typedover, *cp, *copy = NULL; local
3188 if ((copy = strdup(over)) == NULL)
3190 cp = strtok(copy, "
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A Dconfig.status181 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
368 gives unlimited permission to copy, distribute and modify it."
1990 # Try a relative symlink, then a hard link, then a copy.
1998 { { $as_echo "$as_me:$LINENO: error: cannot link or copy $ac_source to $ac_file" >&5
1999 $as_echo "$as_me: error: cannot link or copy $ac_source to $ac_file" >&2;}
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A Dconfig.status181 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
368 gives unlimited permission to copy, distribute and modify it."
1989 # Try a relative symlink, then a hard link, then a copy.
1997 { { $as_echo "$as_me:$LINENO: error: cannot link or copy $ac_source to $ac_file" >&5
1998 $as_echo "$as_me: error: cannot link or copy $ac_source to $ac_file" >&2;}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t804 # psed: we create a local copy as linking may not work on some systems.
805 copy( $s2p, $psed );
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemset.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
120 mov %o0, %o5 ! copy sp1 before using it
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
555 CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp);
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
236 # Do the core copy in libbe.
263 bi_copy = instances[0].copy()
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
878 _sip_msg_t *msg, boolean_t copy)
901 if (copy) {
877 sip_create_send_nonOKack(sip_conn_object_t conn_obj, sip_xaction_t *sip_trans, _sip_msg_t *msg, boolean_t copy) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm34 copy of C<ppport.h> that you can find (probably in C<Devel::PPPort>
35 on CPAN), copy it into your project, adjust your project to use it,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm980 Generates one copy of I<text> for each indentation level.
985 by one copy of I<text2> if the indentation level is more than 0.

Completed in 106 milliseconds

123456789