Searched refs:Copy (Results 1 - 25 of 44) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dstash.t53 @got = grep { ! /^(Cwd|File|File::Copy|OS2)$/ } @got if $^O eq 'os2';
57 @got = grep { ! /^File(?:::Copy)?$/ } @got;
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_8.s31 * Copy 8-byte aligned source to 8-byte aligned target in multiples of 8 bytes.
87 .wrdbl1: ! Copy 16 bytes at a time.
104 ldx [%o1], %o3 ! Copy last 8 bytes.
H A D__align_cpy_4.s31 * Copy 4-byte aligned source to 4-byte aligned target in multiples of 4 bytes.
121 .wrword: ! Copy final word.
136 bz,pn %xcc, .loop16 ! Copy odd amounts first, then multiples of 16.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.xs240 Copy( phe->h_addr, &ip_address, phe->h_length, char );
328 Copy( "\\socket", sun_ad.sun_path, off, char);
329 Copy( pathname_pv, sun_ad.sun_path + off, len, char );
338 Copy( pathname_pv, sun_ad.sun_path, len, char );
368 Copy( sun_ad, &addr, sizeof addr, char );
433 Copy( sin, &addr,sizeof addr, char );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/C/
H A DC.xs20 Copy( PL_op, op, 1, PMOP );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DMakefile.PL66 use File::Copy;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm1 # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This
8 package File::Copy;
23 # the File/Copy.pm module of the File-Tools-2.0 package. However, that
267 File::Copy - Copy files or filehandles
271 use File::Copy;
273 copy("file1","file2") or die "Copy failed: $!";
274 copy("Copy.pm",\*STDOUT);
278 use File::Copy cp;
285 The File::Copy modul
[all...]
H A DCopy.t15 use File::Copy;
40 binmode STDOUT unless $^O eq 'VMS'; # Copy::copy works in binary mode
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_pack.c74 # define COPY16(s,p) (*(p) = 0, Copy(s, OFF16(p), SIZE16, char))
75 # define COPY32(s,p) (*(p) = 0, Copy(s, OFF32(p), SIZE32, char))
76 # define COPYNN(s,p,n) (*(p) = 0, Copy(s, (char *)(p), n, char))
80 # define COPY16(s,p) Copy(s, p, SIZE16, char)
81 # define COPY32(s,p) Copy(s, p, SIZE32, char)
82 # define COPYNN(s,p,n) Copy(s, (char *)(p), n, char)
1042 Copy(s, &aint, 1, int);
1056 Copy(s, &aint, 1, int);
1096 Copy(s, &auint, 1, unsigned int);
1110 Copy(
[all...]
H A Dhandy.h560 the type. Can do overlapping moves. See also C<Copy>.
562 =for apidoc Am|void|Copy|void* src|void* dest|int nitems|type
605 #define Copy(s,d,n,t) (MEM_WRAP_CHECK(n,t), (void)memcpy((char*)(d),(char*)(s), (n) * sizeof(t))) macro
627 #define Copy(s,d,n,t) (void)memcpy((char*)(d),(char*)(s), (n) * sizeof(t)) macro
641 #define Copy(s,d,n,t) macro
651 #define StructCopy(s,d,t) Copy(s,d,1,t)
663 # define Perl_va_copy(s, d) Copy(s, d, 1, va_list)
H A Dpp.c76 Copy(AvARRAY((AV*)TARG), SP+1, maxarg, SV*);
3379 Copy(tmpbuf, s, tculen, U8);
3435 Copy(tmpbuf, s, ulen, U8);
3492 Copy(tmpbuf, d, ulen, U8);
3578 Copy(tmpbuf, d, ulen, U8);
4106 Copy(MARK, tmparyval, newlen, SV*);
4112 Copy(AvARRAY(ary)+offset, MARK, length, SV*);
4138 for (i = offset; i > 0; i--) /* can't trust Copy */
4170 Copy(AvARRAY(ary)+offset, tmparyval, length, SV*);
4209 Copy(tmparyva
[all...]
H A Ddoop.c210 Copy(s, d, len, U8);
238 Copy(s, d, len, U8);
271 Copy(s, d, len, U8);
H A Dutf8.c1447 Copy(tmpbuf, ustrp, len, U8);
1449 Copy(s, ustrp, len, U8);
1613 Copy(pv, PL_tokenbuf, len+1, char);
1740 Copy(ptr, PL_last_swash_key, klen, U8);
H A Dpp_hot.c527 Copy(&PL_op, &LvTARGOFF(sv), 1, OP*);
756 Copy(AvARRAY(av), SP+1, maxarg, SV*);
2104 Copy(c, m, clen, char);
2124 Copy(c, m, clen, char);
2129 Copy(c, d, clen, char);
2151 Copy(c, d, clen, char);
2842 Copy(AvARRAY(av), SP + 1, items, SV*);
2893 Copy(AvARRAY(av), SP + 1, items, SV*);
2940 Copy(MARK,AvARRAY(av),items,SV*);
H A Dav.c132 Copy(AvALLOC(av), ary, AvMAX(av)+1, SV*);
410 Copy(strp,ary,size,SV*);
H A Dsv.c3076 Copy("(?", mg->mg_ptr, 2, char);
3077 Copy(reflags, mg->mg_ptr+2, left, char);
3078 Copy(":", mg->mg_ptr+left+2, 1, char);
3079 Copy(re->precomp, mg->mg_ptr+3+left, re->prelen, char);
6304 Copy(ptr, bp, cnt, char); /* this | eat */
9130 /* Copy the one or more characters in a long double
9224 Copy(eptr, p, elen, char);
9284 Copy(eptr, p, elen, char);
9293 Copy(dotstr, p, dotstrlen, char);
9375 Copy(
[all...]
H A Dhv.c89 Copy(str, HEK_KEY(hek), len, char);
1087 Copy(xhv->xhv_array /* HvARRAY(hv) */, a, oldsize * sizeof(HE*), char);
1188 /* Copy oentry to the correct new chain. */
1241 Copy(xhv->xhv_array /* HvARRAY(hv) */, a, oldsize * sizeof(HE*), char);
1339 /* Copy the linked list of entries. */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DMakefile.PL5 use File::Copy;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs407 Copy(buf, ctx->buffer + fill, len, U8);
410 Copy(buf, ctx->buffer + fill, missing, U8);
420 Copy(buf + (blocks << 6), ctx->buffer, len, U8);
434 Copy(PADDING, ctx->buffer + fill, padlen, U8);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm6 use File::Copy;
H A DInstall.pm89 use File::Copy qw(copy);
415 use File::Copy qw(copy);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL21 require File::Copy;
22 File::Copy::copy($from, $to)
1443 require File::Copy;
1444 File::Copy::syscopy('c2ph', 'pstruct');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.xs240 Copy(orig_op_mask, PL_op_mask, PL_maxo, char);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm478 require File::Copy;
479 File::Copy::copy($m,$mby) or die "Could not update $mby: $!";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL20 require File::Copy;
21 File::Copy::copy($from, $to)
413 Copy the contents of the I<file> to standard output immediately before
2054 require File::Copy;
2055 File::Copy::syscopy('s2p', 'psed');

Completed in 122 milliseconds

12