| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.macos | 7 README.macos - Perl under Mac OS (Classic) 11 This document briefly describes perl under Mac OS (Classic). 12 If you are running perl under Mac OS X, you don't want to be 13 here (unless you are in the Classic environment under Mac OS X). 15 When we say "Mac OS" below, we mean Mac OS 7, 8, and 9, and I<not> 16 Mac OS X. 21 The latest perl source itself builds on Mac OS, with some additional 22 pieces. Support for Mac OS is now in the perl core, and MacPerl is kept 25 To build perl for Mac OS (as an MPW tool), you will need the addition 28 Mac-specific modules. [all …]
|
| D | README.macosx | 7 README.macosx - Perl under Mac OS X 11 This document briefly describes perl under Mac OS X. 17 under Mac OS X. Under 10.3 "Panther" and newer OS versions, all self-tests 20 Earlier Mac OS X releases (10.2 "Jaguar" and older) did not include a 80 Mac OS X ships with a dynamically-loaded libperl, but the default for 143 Starting with Tiger (Mac OS X 10.4), Apple shipped broken locale files for 158 From the perspective of a Perl programmer, Mac OS X is more like a 163 that case, the correct procedure on Mac OS X is usually to follow the 171 Mac OS X's newer "Carbon" toolbox, and are available from CPAN in the 172 "Mac::Carbon" module. [all …]
|
| D | README.machten | 24 A UNIX environment hosted on Mac OS Classic, MachTen has been 25 superseded by Mac OS X and by BSD and Linux implementations for Macintosh
|
| D | pod.lst | 171 r perlmacos Perl notes for Mac OS (Classic) 172 r perlmacosx Perl notes for Mac OS X
|
| /mirbsd/src/usr.bin/ssh/ |
| D | mac.h | 27 int mac_setup(Mac *, char *); 28 int mac_init(Mac *); 29 u_char *mac_compute(Mac *, u_int32_t, u_char *, int); 30 void mac_clear(Mac *);
|
| D | mac.c | 68 mac_setup_by_id(Mac *mac, int which) in mac_setup_by_id() 87 mac_setup(Mac *mac, char *name) in mac_setup() 104 mac_init(Mac *mac) in mac_init() 123 mac_compute(Mac *mac, u_int32_t seqno, u_char *data, int datalen) in mac_compute() 153 mac_clear(Mac *mac) in mac_clear()
|
| D | kex.h | 75 typedef struct Mac Mac; typedef 89 struct Mac { struct 107 Mac mac; argument
|
| D | packet.c | 179 Mac *packet_discard_mac; 280 packet_start_discard(Enc *enc, Mac *mac, u_int packet_length, u_int discard) in packet_start_discard() 730 Mac *mac; in set_newkeys() 845 Mac *mac = NULL; in packet_send2_wrapped() 1228 Mac *mac = NULL; in packet_read_poll2()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/File/Spec/ |
| D | Mac.pm | 1 package File::Spec::Mac; 13 $macfiles = eval { require Mac::Files }; 358 my $system = Mac::Files::FindFolder(&Mac::Files::kOnSystemDisk, 359 &Mac::Files::kSystemFolderType);
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlport.pod | 62 S<Mac OS>, VMS, etc.), consider writing platform-specific code. 87 and S<Mac OS> uses C<\015>. 107 You can get away with this on Unix and Mac OS (they have a single 177 | Unix | DOS | Mac | 266 Windows, S<Mac OS>, OS/2, VMS, VOS, S<RISC OS>, and probably others. 275 S<Mac OS> uses C<:> as a path separator instead of C</>. 312 # on Mac OS, ':temp:file.txt' 380 their own semantics (Mac OS Classic for separating pathname components, 641 The value for C<$offset> in Unix will be C<0>, but in Mac OS will be 828 Mac OS X darwin darwin [all …]
|
| D | perlfaq3.pod | 314 list of Mac editors that can handle Perl ( 427 On Mac OS the MacPerl Application comes with a simple 32k text editor 447 are text editors for Mac OS that have a Perl sensitivity mode 453 Pepper and Pe are programming language sensitive text editors for Mac 833 Under Mac OS X, clickable apps can be made from any C<#!> script using Wil 867 =head2 Why don't Perl one-liners work on my DOS/Mac/VMS system? 883 # Mac 900 Under the Mac, it depends which environment you are using. The MacPerl 902 quoting variants, except that it makes free use of the Mac's non-ASCII
|
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_CIPHER_get_name.pod | 74 =item Mac=<message authentication code> 89 EDH-RSA-DES-CBC3-SHA SSLv3 Kx=DH Au=RSA Enc=3DES(168) Mac=SHA1 90 EDH-DSS-DES-CBC3-SHA SSLv3 Kx=DH Au=DSS Enc=3DES(168) Mac=SHA1 91 RC4-MD5 SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5 92 EXP-RC4-MD5 SSLv3 Kx=RSA(512) Au=RSA Enc=RC4(40) Mac=MD5 export
|
| /mirbsd/src/gnu/usr.bin/perl/lib/File/Spec/t/ |
| D | Spec.t | 33 require File::Spec::Mac ; 41 $root = File::Spec::Mac->rootdir();
|
| D | crossplatform.t | 15 Mac => 'Macintosh HD', 21 Mac => 'Mounted Volume',
|
| /mirbsd/src/gnu/usr.bin/perl/hints/ |
| D | darwin.sh | 207 *** 64-bit addressing is not supported for Mac OS X versions 219 *** Perl 64-bit addressing support is experimental for Mac OS X
|
| /mirbsd/src/gnu/usr.bin/perl/lib/File/ |
| D | Copy.pm | 38 $macfiles = eval { require Mac::MoreFiles }; 271 Mac::MoreFiles::FSpFileCopy($from, $dir, $toname, 1);
|
| /mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | doio | 178 # no exec on Mac OS 196 # no exec on Mac OS 214 # no exec on Mac OS
|
| /mirbsd/src/usr.sbin/httpd/ |
| D | config.layout | 78 # Mac OS X Server (Rhapsody) 79 <Layout Mac OS X Server> 99 # Darwin/Mac OS Layout
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Text/TabsWrap/t/ |
| D | fill.t | 47 install the Mac OS Runtime for Java and try it out!
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | gettimeofday.m4 | 11 dnl for its return value. The gettimeofday function from Mac OS X 10.0.4
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/ |
| D | README | 29 - Mac OS X 10.4, gcc 4.0.1
|
| /mirbsd/src/gnu/usr.bin/perl/ext/File/Glob/ |
| D | Changes | 42 OS/2, DOS, RISC OS, and Mac OS
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Cwd/ |
| D | Changes | 14 File::Spec::Mac. [Piotr Fusik] 422 - catpath($volume, $dirs, $file) on Mac OS now ignores any volume 433 - File::Spec::Mac->case_tolerant() returned 0 when it should have 464 - A huge number of changes to File::Spec::Mac in order to bring it in 518 - Mac.pm: file_name_is_absolute( '' ) now returns TRUE on all platforms
|
| /mirbsd/src/gnu/usr.bin/perl/utils/ |
| D | perlbug.PL | 404 $guess = $Mac::InternetConfig::InternetConfig{
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/ucm/ |
| D | macGreek.ucm | 148 <U00AD> \xFF |0 # SOFT HYPHEN # before Mac OS 9.2.2, was undefined 261 <U20AC> \x9C |0 # EURO SIGN # before Mac OS 9.2.2, was SOFT HYPHEN
|