Searched refs:copy (Results 51 - 75 of 202) sorted by relevance

123456789

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_utils.c61 * copy: always copy the key/data item
67 __bt_ret(t, e, key, rkey, data, rdata, copy)
71 int copy;
79 * We must copy big keys/data to make them contigous. Otherwise,
80 * leave the page pinned and don't copy unless the user specified
91 } else if (copy || F_ISSET(t, B_DB_LOCK)) {
117 } else if (copy || F_ISSET(t, B_DB_LOCK)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dmbi_rand.t61 ($ADB,$AMB) = $A->copy()->bdiv($B);
71 ($ADB,$AMB) = $B->copy()->bdiv($A);
/osnet-11/usr/src/lib/libc/sparc/gen/
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.
58 cmp %o2, 17 ! for small counts copy bytes
167 ! differenced byte copy, works with any alignment
H A Dmemset.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
56 mov %o0, %o5 ! copy sp before using it
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 * Copy s2 to s1, always copy n bytes.
45 cmp %o2, 18 ! for small counts copy bytes
148 ! differenced byte copy, works with any alignment
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemcpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 * Copy s2 to s1, always copy n bytes.
62 cmp %o2, 17 ! for small counts copy bytes
171 ! differenced byte copy, works with any alignment
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dinterface.c15 You should have received a copy of the GNU General Public License
322 .copy = NULL,
333 .copy = NULL,
349 .copy = NULL,
360 .copy = NULL,
375 .copy = NULL,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm225 But a warning is in order. When using the following to make a copy of a number,
226 only a shallow copy will be made.
231 Using the copy or the original with overloaded math is okay, e.g. the
238 B<both> the original and the copy beeing destroyed:
254 See the documentation about the copy constructor and C<=> in overload, as
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93 movl %eax,(%esp) / copy eax into each of 4 bytes
116 andl $63, %ebx / remainder of bytes to copy
133 movaps %xmm0, (%edi) / block copy w/ SSE
142 andl $63, %ebx / remainder of bytes to copy
167 subl %esi, %ebx / ebx contains remainder of bytes to copy
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
885 char *copy, *lasts; local
892 if ((copy = strdup(string)) == NULL)
895 if ((object_type_string = strtok_r(copy, " \t", &lasts)) == NULL) {
896 free(copy);
928 free(copy);
937 free(copy);
941 free(copy);
948 free(copy);
969 free(copy);
[all...]
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_cursor.c82 * must be the same. For the last test, as the saved copy of the cursor
350 CURSOR *cp, copy, start; local
395 copy = *cp;
424 if (!POSSIBLE_DUPLICATE(cp, copy)) {
580 if (F_ISSET(&copy, C_DELETED)) {
581 F_CLR(&copy, C_DELETED);
582 if ((ret = __bam_c_physdel(dbc, &copy, cp->page)) != 0)
588 if (copy.lock != LOCK_INVALID)
589 (void)__BT_TLPUT(dbc, copy.lock);
600 *cp = copy;
623 CURSOR copy, last; local
760 CURSOR *cp, copy; local
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/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.
91 cmp %o1, %o0 ! if from address is >= to use forward copy
95 bleu,pn %ncc, .forcpy ! if size is bigger, do overlapped copy
99 ! an overlapped copy that must be done "backwards"
102 cmp %o2, 8 ! less than 8 byte do byte copy
119 bz,pn %ncc, 2f ! if size < 8, move to byte copy
149 ba 2f ! branch to the trailing byte copy
169 .exitbc: ! exit from backward copy
196 .small_unal: ! copy
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dlcgen.c9 * A copy of the License is available at *
175 copy(char** p, register char* f) function
177 copy(p, f)
427 cp->link.code = copy(&b, arg[0]);
428 cp->alternates = copy(&b, arg[1]);
429 cp->ms = copy(&b, arg[2]);
443 tp->link.code = copy(&b, arg[0]);
444 tp->name = copy(&b, arg[1]);
446 if (s = copy(&b, arg[2]))
497 lp->link.code = copy(
[all...]
/osnet-11/usr/src/grub/grub2/
H A Dgeninit.sh6 # gives unlimited permission to copy and/or distribute it,
30 * You should have received a copy of the GNU General Public License
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinitheader.sh6 # gives unlimited permission to copy and/or distribute it,
33 * You should have received a copy of the GNU General Public License
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Include/
H A Dtest.ksh16 * You can obtain a copy of the license at Docs/cddl1.txt
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Drecurs.t65 ok( setup_recurs(), ' setting up fresh copy' );
89 ok( setup_recurs(), ' setting up fresh copy' );
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
61 mov %edx, %ebx / copy character across all bytes in wd
73 mov %esi, %ebx / copy word
H A Dstrncat.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110 movl %edx, (%edi) / copy this word to (%edi)
125 movb %dl, (%edi) / copy %dl to (%edi)
139 movb %dl, (%edi) / copy %dl to (%edi)
/osnet-11/usr/src/lib/libparted/common/libparted/fs/xfs/
H A Dxfs.c15 You should have received a copy of the GNU General Public License
94 .copy = NULL,
/osnet-11/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s13 / You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dsyscall.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
87 / no error; copy syscall return values to the structure
/osnet-11/usr/src/lib/rad/pysmf/common/
H A Drad.py8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
77 env = os.environ.copy()
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96 // defensively copy frequencies list
584 // Defensively copy buckets _before_ validating. Subclass
588 ArrayList <Bucket> copy = new ArrayList <Bucket> (len);
589 copy.addAll(buckets);
590 buckets = copy;
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrncat.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
111 movq %r11, (%rdi) / copy this quadword to (%rdi)
126 movb %r11b, (%rdi) / copy %r11b to (%rdi)
140 movb %r11b, (%rdi) / copy %r11b to (%rdi)

Completed in 107 milliseconds

123456789