Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 25 of 103) sorted by relevance

12345

/onnv-gate/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); in pack_sockaddr_un()
329 Copy( pathname_pv, sun_ad.sun_path + off, len, char ); in pack_sockaddr_un()
338 Copy( pathname_pv, sun_ad.sun_path, len, char ); in pack_sockaddr_un()
368 Copy( sun_ad, &addr, sizeof addr, char ); in unpack_sockaddr_un()
433 Copy( sin, &addr,sizeof addr, char ); in unpack_sockaddr_in()
/onnv-gate/usr/src/pkg/manifests/
H A Dstorage-avs-point-in-time-copy.mf33 set name=pkg.description value="Point-In-Time Copy and snapshot facility"
35 value="Sun StorageTek Availability Suite Point-In-Time Copy"
84 legacy pkg=SUNWiir desc="Point-In-Time Copy and snapshot facility" \
85 name="Sun StorageTek Availability Suite Point-In-Time Copy (root)"
86 legacy pkg=SUNWiiu desc="Point-In-Time Copy and snapshot facility" \
87 name="Sun StorageTek Availability Suite Point-In-Time Copy (usr)"
/onnv-gate/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(s, &auint, 1, unsigned int);
[all …]
H A Dhandy.h605 #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 Dinstallperl43 use File::Copy ();
375 # Copy perl.nlm, echo.nlm, type.nlm, a2p.nlm & cgi2perl.nlm
788 warn "Replacing link() with File::Copy::copy(): $@";
792 unless ($nonono or File::Copy::copy($from, $to) and ++$success) {
796 and File::Copy::copy($from, $to) and ++$success;
820 unless ($nonono or File::Copy::copy($from, $to)) {
824 and File::Copy::copy($from, $to);
933 # Copy $from to $to, only if $from is different than $to.
/onnv-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_8.s87 .wrdbl1: ! Copy 16 bytes at a time.
104 ldx [%o1], %o3 ! Copy last 8 bytes.
H A D__align_cpy_4.s121 .wrword: ! Copy final word.
136 bz,pn %xcc, .loop16 ! Copy odd amounts first, then multiples of 16.
/onnv-gate/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;
/onnv-gate/usr/src/cmd/audio/include/
H A DAudio.h159 virtual AudioError Copy(
163 virtual AudioError Copy(
/onnv-gate/usr/src/cmd/audio/utilities/
H A DAudio.cc230 Copy( in Copy() function in Audio
237 return (Copy(to, frompos, topos, limit)); in Copy()
246 Copy( in Copy() function in Audio
H A DAudioCopy.cc61 return (from->Copy(to, frompos, topos, limit)); in AudioCopy()
/onnv-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE8 1. Copy docs/*.texi (excluding "multiboot.texi") to fencepost.gnu.org.
12 4. Copy the contents of the directory ``manual'' to
25 5. Copy grub-VERSION.tar.gz, grub-VERSION-i386-pc.tar.gz and
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/C/
H A DC.xs20 Copy( PL_op, op, 1, PMOP ); in my_runops()
/onnv-gate/usr/src/cmd/agents/snmp/snmpdemod/
H A DReadMe31 Step 2 : Copy the files in the sample directory to your own directory
33 Step 3 : Copy your MIB file in this directory.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DMakefile.PL66 use File::Copy;
/onnv-gate/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);
/onnv-gate/usr/src/cmd/bnu/
H A Duucp.c36 int Copy = 0; variable
129 Copy = 1;
640 if (Copy || !READANY(file1) ) {
/onnv-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl1207 my ($Copy) = 0;
1375 $Copy = 1;
1469 if (($Copy eq 1) && ($Fields[3] eq 'OBJT')) {
1525 if ($Copy) {
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs407 Copy(buf, ctx->buffer + fill, len, U8); in MD5Update()
410 Copy(buf, ctx->buffer + fill, missing, U8); in MD5Update()
420 Copy(buf + (blocks << 6), ctx->buffer, len, U8); in MD5Update()
434 Copy(PADDING, ctx->buffer + fill, padlen, U8); in MD5Final()
/onnv-gate/usr/src/cmd/keyserv/
H A Dkeyserv.dfl35 # Copy and uncomment the following default lines to change the values.
/onnv-gate/usr/src/common/openssl/apps/
H A Dopenssl.cnf200 # Copy subject details
245 # Copy issuer details
302 # Copy subject details
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DMakefile.PL5 use File::Copy;
/onnv-gate/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: $!";
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm8 package File::Copy;

12345