| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/ |
| H A D | Socket.xs | 240 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 D | storage-avs-point-in-time-copy.mf | 33 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 D | pp_pack.c | 74 # 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 D | handy.h | 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 D | installperl | 43 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.s | 87 .wrdbl1: ! Copy 16 bytes at a time. 104 ldx [%o1], %o3 ! Copy last 8 bytes.
|
| H A D | __align_cpy_4.s | 121 .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 D | stash.t | 53 @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 D | Audio.h | 159 virtual AudioError Copy( 163 virtual AudioError Copy(
|
| /onnv-gate/usr/src/cmd/audio/utilities/ |
| H A D | Audio.cc | 230 Copy( in Copy() function in Audio 237 return (Copy(to, frompos, topos, limit)); in Copy() 246 Copy( in Copy() function in Audio
|
| H A D | AudioCopy.cc | 61 return (from->Copy(to, frompos, topos, limit)); in AudioCopy()
|
| /onnv-gate/usr/src/grub/grub-0.97/ |
| H A D | MAINTENANCE | 8 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 D | C.xs | 20 Copy( PL_op, op, 1, PMOP ); in my_runops()
|
| /onnv-gate/usr/src/cmd/agents/snmp/snmpdemod/ |
| H A D | ReadMe | 31 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 D | Makefile.PL | 66 use File::Copy;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | Command.pm | 6 use File::Copy;
|
| H A D | Install.pm | 89 use File::Copy qw(copy); 415 use File::Copy qw(copy);
|
| /onnv-gate/usr/src/cmd/bnu/ |
| H A D | uucp.c | 36 int Copy = 0; variable 129 Copy = 1; 640 if (Copy || !READANY(file1) ) {
|
| /onnv-gate/usr/src/cmd/sgs/lari/ |
| H A D | lari.pl | 1207 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 D | MD5.xs | 407 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 D | keyserv.dfl | 35 # Copy and uncomment the following default lines to change the values.
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | openssl.cnf | 200 # 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 D | Makefile.PL | 5 use File::Copy;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
| H A D | FirstTime.pm | 478 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 D | Copy.pm | 8 package File::Copy;
|