Searched refs:copy (Results 101 - 125 of 202) sorted by relevance

123456789

/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c256 db_indx_t copy; local
269 copy = h->inp[indx_copy];
273 h->inp[indx] = copy;
494 * by the root page and copy it over the root page. If we can't get a
H A Dbt_put.c252 * Adjust the cursor and copy in the key for
273 * Adjust the cursor and copy in the key for
725 DBT copy; local
752 * to the place at which to copy the user's data, b) set tlen to the
754 * the user, and c) copy any valid data from an existing record.
774 * in the current record rather than allocate a separate copy.
776 memset(&copy, 0, sizeof(copy));
777 if ((ret = __db_goff(dbp, &copy, bo->tlen,
791 * the same number of bytes as we're inserting, copy i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm48 $by = $y->copy()->binc()->as_hex(); # -1 => 0, -2 => 1, -3 => 2 etc
135 $by = $y->copy()->binc()->as_hex(); # -1 => 0, -2 => 1, -3 => 2 etc
221 $by = $y->copy()->binc()->as_hex(); # -1 => 0, -2 => 1, -3 => 2 etc
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
801 char *starti, *startn, *endi, *copy; local
806 if ((copy = topo_mod_strdup(mod, fmri + 5)) == NULL)
809 len = strlen(copy);
814 startn = strchr(copy, ':');
815 fs = strchr(copy, '/');
818 topo_mod_strfree(mod, copy);
830 if (++startn >= copy + len)
837 if (++starti > copy + len)
889 topo_mod_free(mod, copy, le
912 char *fac, *copy, *fname, *ftype; local
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogfile.h17 * You should have received a copy of the GNU General Public License
347 } __attribute__((__packed__)) copy; member in struct:__anon2147
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.c15 You should have received a copy of the GNU General Public License
810 .copy = fat_copy,
821 .copy = NULL,
837 .copy = fat_copy,
848 .copy = NULL,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dauthdata_plugin.h12 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
328 authdata_client_copy_proc copy; /* optional */ member in struct:krb5plugin_authdata_client_ftable_v0
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.pm40 Having multiple DBM implementations makes it trivial to copy database formats:
H A Dbignum.pm349 But a warning is in order. When using the following to make a copy of a number,
350 only a shallow copy will be made.
355 Using the copy or the original with overloaded math is okay, e.g. the
362 B<both> the original and the copy beeing destroyed:
378 See the documentation about the copy constructor and C<=> in overload, as
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemset.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
73 mov %o0, %o5 ! copy sp1 before using it
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 * Copy string s2 to s1, truncating or null-padding to always copy n bytes
57 ! bytes remain to be copied, strncpy will copy null bytes into
86 bnz,a %ncc, .alignsrc ! no, copy another byte
170 nop ! pad to align copy loop below
171 nop ! pad to align copy loop below
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py11 # You should have received a copy of the GNU General Public License
172 # A file copy from source to dest and a removal of source.
176 # copy, one on the source file for the remove).
225 # If the source file is a known copy we know its
239 # Walk the copy list marking as copied any non-cyclic pair
265 # We walk a copy of the AL such that we can drop entries
371 '''Return a copy of data, which should correspond to the
505 # A modified working copy is seen as a proto-branch, and thus
690 Calling code is expected to hold both the working copy lock
729 # file of a rename exists in the working copy
853 def copy(self, src, dest): function in function:WorkSpace.diff
859 def copy(self, src, dest): function in function:WorkSpace.diff
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
31 * Copy s2 to s1, always copy n bytes.
57 * Do the byte copy
67 * copy data by shifting and merging.
68 * Copy residue bytes as byte copy
75 * For remaining count copy as much data in 8-byte chunk from source to
77 * Followed by trailing copy using byte copy.
87 * copy bytes; exit with dst addr
89 * copy wit
[all...]
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s6 / XX64 - fix me - this is a copy of the x86 version
14 / except in compliance with the License. You may obtain a copy of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Drecurse.t93 my %copy = %$self;
94 my $r = \%copy;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dinf_nan.t310 my $t = $x->copy();
311 my $tmod = $t->copy();
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
55 ! if it is not aligned, attempts to copy bytes until it is.
56 ! once this has occurred, the copy takes place, while checking
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbfs.c16 * You should have received a copy of the GNU General Public License
936 grub_size_t copy; local
937 copy = len;
938 if (grub_bfs_to_cpu16 (el->value_len) > copy)
939 copy = grub_bfs_to_cpu16 (el->value_len);
940 grub_memcpy (buf, data, copy);
941 return copy;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm121 return $wanted->copy() if UNIVERSAL::isa($wanted,'Math::BigFloat');
129 $self->{_m} = $wanted->as_number()->{value}; # get us a bigint copy
212 sub copy subroutine
468 my $xm = $x->{_m}; # not yet copy it
532 my $xm = $x->{_m}; # not yet copy it
584 # make copy, clobbering up x (modify in place!)
595 $e = $MBI->_copy($e); # make copy (didn't do it yet)
827 $x->bdiv( $base->copy()->blog(undef,$scale), $scale );
877 $v = $x->copy(); $v->binc(); # v = x+1
878 $x->bdec(); $u = $x->copy(); #
[all...]
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk59 LIBOBJ = attach.o auth.o btree.o btree_rb.o build.o copy.o date.o delete.o \
74 $(TOP)/src/copy.c \
279 copy.o: $(TOP)/src/copy.c $(HDR)
280 $(TCCX) -c $(TOP)/src/copy.c
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
444 * (if the specified attribute type is found), and copy it to a template.
447 * for doing the copy.
740 * To do the copy, just have dst's big_value points
747 * After the copy, nullify the src's big_value pointer.
2943 CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp)
2981 if (!copy) {
3007 if (copy) {
3030 CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp)
3076 template, copy, s
2942 kernel_set_common_key_attribute(kernel_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp) argument
3029 kernel_set_public_key_attribute(kernel_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp) argument
3095 kernel_set_private_key_attribute(kernel_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp) argument
3193 kernel_set_secret_key_attribute(kernel_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp) argument
3287 kernel_set_attribute(kernel_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp) argument
[all...]
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
687 char **sortvalues, *copy, *addr = NULL; local
697 copy = strdup(sortvalues[i]);
700 addr = strsep(&copy, "/");
710 /* "copy" now points to the netmask, if any */
711 if (copy != NULL) {
712 if ((err = nwam_value_create_string(copy, &val))
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dip.c16 * You should have received a copy of the GNU General Public License
501 grub_size_t copy; local
537 copy = nb_top->tail - nb_top->data;
539 < copy)
540 copy = rsm->total_len - 8 * (grub_be_to_cpu16 (iph->frags)
544 nb_top->data, copy);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
584 * (if the specified attribute type is found), and copy it to a template.
587 * for doing the copy.
885 * To do the copy, just have dst's big_value points
892 * After the copy, nullify the src's big_value pointer.
4655 CK_ATTRIBUTE_PTR template, boolean_t copy)
4699 object_p, template, copy));
4761 CK_ATTRIBUTE_PTR template, boolean_t copy)
4769 if (copy) {
4782 if (copy) {
4654 soft_set_certificate_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
4760 soft_set_common_storage_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
4836 soft_set_common_key_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
4887 soft_set_public_key_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
4959 soft_set_private_key_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
5067 soft_set_secret_key_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
5163 soft_set_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy) argument
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
763 // Defensively copy record list _before_ validating.
765 ArrayList <Record> copy = new ArrayList <Record> (len);
766 copy.addAll(records);
767 records = copy;

Completed in 127 milliseconds

123456789