Searched refs:copy (Results 26 - 50 of 202) sorted by relevance

123456789

/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Daffs.c16 You should have received a copy of the GNU General Public License
182 .copy = NULL,
195 .copy = NULL,
208 .copy = NULL,
221 .copy = NULL,
234 .copy = NULL,
247 .copy = NULL,
260 .copy = NULL,
273 .copy = NULL,
286 .copy
[all...]
H A Dapfs.c16 You should have received a copy of the GNU General Public License
118 .copy = NULL,
131 .copy = NULL,
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dnbloader.S15 * You should have received a copy of the GNU General Public License
63 /* Always copy 32k bytes */
86 jg copy
89 copy: label
105 /* Use word-size copy */
H A Dterminfo.c16 * You should have received a copy of the GNU General Public License
255 ti_get_term(struct terminfo *copy) argument
257 grub_memmove (copy, &term, sizeof (struct terminfo));
/osnet-11/usr/src/lib/libcmd/common/
H A Dcut.c9 * A copy of the License is available at *
259 register int skip; /* non-zero for don't copy */
373 register unsigned char *copy; local
396 copy = cp;
398 copy = 0;
402 else if (copy)
403 copy = cp;
432 if (copy)
435 if ((c = cp - copy) > 0 && sfwrite(fdout, (char*)copy,
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c9 * A copy of the License is available at *
39 #undef copy macro
205 * copy s of size n to b
210 copy(register Buffer_t* b, register char* s, int n) function
219 * center and copy comment line s to p
338 copy(b, "Copyright (c) ", -1);
349 copy(b, t, 4);
407 copy(&buf, file, -1);
408 copy(&buf, ": cannot open", -1);
416 copy(
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintfRecord.java8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
266 // Defensively copy record list before validating
270 List <ValueRecord> copy = new ArrayList <ValueRecord> (records.size());
271 copy.addAll(records);
272 records = copy;
H A DPrintaRecord.java8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
260 * action that generated this record. The returned list is a copy,
301 * copy and modifying it has no effect on this record. Supports XML
322 * returned list is a copy, and modifying it has no effect on this
511 // make defensive copy
513 List <Aggregation> copy = new ArrayList <Aggregation>
515 copy.addAll(aggregations);
516 aggregations = copy;
522 List <Tuple> copy = new ArrayList <Tuple> (tuples.size());
523 copy
[all...]
H A DTuple.java8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
371 // Make a defensive copy of elements
375 List <ValueRecord> copy = new ArrayList <ValueRecord>
377 copy.addAll(elements);
378 elements = copy;
/osnet-11/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
224 byte[] copy;
227 copy = dupSession(sh);
229 sh = copy;
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemset.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
66 mov %o0, %o5 ! copy sp1 before using it
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_log_c.x9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
84 %/* Make copy of current log to log pointed to by 'f'. */
85 % int copy( db_log*);
106 %/* Do we need to copy the log file */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dreadline.t49 my $copy = $k;
51 is ($k, "moo\n", 'catline to COW sv for length ' . length $copy);
/osnet-11/usr/src/cmd/sendmail/db/
H A DTHIRDPARTYLICENSE6 this copy of the Berkeley DB software. For a license to use, redistribute
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dalloca.s9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
38 ! then copy the tmp area to its new home
45 ! copy loop: should do nothing gracefully
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
37 ! then copy the tmp area to its new home
45 ! copy loop: should do nothing gracefully
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dutf8hash.t139 my ($garbage, $copy) = eval {$object->me_second};
141 cmp_ok $copy, '==', $object, "and that it returns the same object";
161 my $copy = $bypass ? \%hash : ${thaw freeze \\%hash};
162 class_test ($copy, $package);
164 for (keys %$copy) {
166 my $r = 0 + $copy->{$_} =~ /^\w+$/;
/osnet-11/usr/src/lib/libgss/
H A Doid_ops.c16 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
159 /* Get an enlarged copy of the array */
172 /* Success - copy elements */
455 * Permission to use, copy, modify, distribute, and sell this software
480 gss_OID_set_desc *copy; local
497 if ((copy = (gss_OID_set_desc *) calloc(1, sizeof (*copy))) == NULL) {
502 if ((copy->elements = (gss_OID_desc *)
503 calloc(oidset->count, sizeof (*copy->elements))) == NULL) {
507 copy
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Doid_ops.c13 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
143 /* Get an enlarged copy of the array */
156 /* Success - copy elements */
488 * Permission to use, copy, modify, distribute, and sell this software
511 gss_OID_set_desc *copy; local
528 if ((copy = (gss_OID_set_desc *) calloc(1, sizeof (*copy))) == NULL) {
533 if ((copy->elements = (gss_OID_desc *)
534 calloc(oidset->count, sizeof (*copy->elements))) == NULL) {
538 copy
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigrat.t247 ok ($x->copy()->broot($y), 2 ** 8);
248 ok (ref($x->copy()->broot($y)), $cr);
251 ok ($x->copy()->bmodpow($y,$z), 1);
252 ok (ref($x->copy()->bmodpow($y,$z)), $cr);
258 ok ($x->copy()->bmodinv($y), $z);
259 ok (ref($x->copy()->bmodinv($y)), $cr);
263 ok ($x->copy()->broot(2), '12/10');
264 ok (ref($x->copy()->broot(2)), $cr);
268 ok ($x->copy()->blog(2), '8000563442710106079310294693803606983661/1000000000000000000000000000000000000000');
269 ok (ref($x->copy()
[all...]
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110 prefetcht0 568(%esi) / prefetch source & copy 64 byte at a time
111 prefetcht0 568(%edi) / prefetch source & copy 64 byte at a time
136 prefetchnta 16384(%esi) / prefetch source & copy 64 byte at a time
170 xchg %ecx, %eax / flip for copy
184 prefetchnta 16384(%esi) / prefetch source & copy 64 byte at a time
210 prefetcht0 568(%esi) / prefetch source & copy 64 byte at a time
229 / .CopyLeft handles the memmove case where we must perform the copy backwards,
239 rep; smovb / do the byte copy
247 movl %ecx,%esi / align source w/byte copy
[all...]
/osnet-11/usr/src/lib/libadm/common/
H A Dpkginfo.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
193 char *value, *pt, *copy, **memloc; local
210 pt = copy = value;
213 *copy++ = *pt;
216 *copy = '\0';
553 char *pt, *copy, *value, *myarch, *myvers; local
569 pt = copy = value;
572 *copy++ = *pt;
575 *copy = '\0';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DMakefile.PL9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
70 copy ($fallback, $file) or die "Can't copy $fallback to $file: $!";
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_parser.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
687 part3[SURI_MAX_GUID_PART], copy[SURI_MAX_GUID_PART]; local
733 (void) strlcpy(copy, gen_uri->sgu_path, sizeof (copy));
735 ret1 = regexec(&suri_re_lu_split, copy, 6, pm, 0);
738 pmatch_copy(part1, copy, pm, 1);
739 pmatch_copy(part2, copy, pm, 2);
740 pmatch_copy(part3, copy, pm, 4);
813 * hostname. For that, we need a copy of the
929 char copy[SURI_MAX_GUID_PAR local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs.c15 You should have received a copy of the GNU General Public License
89 .copy = NULL,

Completed in 115 milliseconds

123456789