Searched refs:or (Results 1 - 25 of 1679) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/-test-/win32/fd_setsize/
H A Dextconf.rb1 if $mingw or $mswin
/macosx-10.10.1/ruby-106/ruby/ext/pty/
H A Dextconf.rb12 if have_func("posix_openpt") or
13 have_func("openpty") or
14 have_func("_getpty") or
15 have_func("ptsname") or
/macosx-10.10.1/dyld-353.2.1/bin/
H A Dset-alt-dyld15 open IN, "<$arg" or die $!;
17 close IN or die $!;
21 open OUT, ">$arg" or die $!;
23 close OUT or die $!;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A Dinstalltool12 # use, installation, modification or redistribution of this Apple software
14 # please do not use, install, modify or redistribute this Apple software.
19 # reproduce, modify and redistribute the Apple Software, with or without
20 # modifications, in source and/or binary forms; provided that if you redistribute
23 # the Apple Software. Neither the name, trademarks, service marks or logos of
24 # Apple Computer, Inc. may be used to endorse or promote products derived from the
26 # expressly stated in this notice, no other rights or licenses, express or implied,
28 # may be infringed by your derivative works or by other works in which the Apple
71 (chown 0, 80, $dest_tmp_dir) or cleanup_di
[all...]
/macosx-10.10.1/cxxfilt-11/
H A Dmerge-lipo55 (mkdir $destname or error ("$destname: $!")) unless (-d $destname);
58 defined $link1 or error ("$s/$_: $!");
61 defined $link2 or error ("$destname: $!");
62 $link1 eq $link2 or error ("$destname: different symlinks");
66 symlink $link1,$destname or error ("$destname: $!");
71 system ("cp", "-p", $_, $destname) == 0 or $errors++;
96 or $errors++;
99 or $errors++;
/macosx-10.10.1/ruby-106/ruby/ext/io/nonblock/
H A Dextconf.rb6 (have_macro("F_GETFL", hdr) or have_macro("F_SETFL", hdr))
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dmemleak_bad_handshake.t40 defined( my $pid = fork()) or do {
58 IO::Socket::INET->new( $addr ) or next;
67 IO::Socket::INET->new( $addr ) or next;
72 IO::Socket::INET->new( $addr ) or next;
75 if ($size100>$size200 or $size200<$size300) {;
92 open( my $ps,'-|',"ps -o vsize -p $pid 2>/dev/null" ) or return;
93 $ps && <$ps> or return; # header
H A Dsessions.t17 if (/MacOS/ or /VOS/ or /vmesa/ or /riscos/ or /amigaos/) {
49 if (!$servers[0] or !$servers[1] or !$servers[2]) {
130 if (!$clients[0] or !$clients[1] or !$clients[2]) {
204 if (!$clients[0] or !$clients[1] or !
[all...]
H A Dcompatibility.t13 if (/MacOS/ or /VOS/ or /vmesa/ or /riscos/ or /amigaos/) {
/macosx-10.10.1/CPANInternal-159.1/File-NFSLock-1.21/examples/
H A Dlock_test22 or print "Ouch1\n"; # blocking lock (Exclusive)
25 or die "Cannot open [$datafile][$!]";
/macosx-10.10.1/Libc-1044.1.2/include/
H A Diso646.h5 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
44 #define or || macro
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/t/
H A D04_dwiw_encode.t50 or $json_str eq '{"var2":"val2","var1":"val1"}');
61 ok($json_str eq $expected_str1 or $json_str eq $expected_str2
62 or $json_str eq $expected_str3 or $json_str eq $expected_str4);
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/examples/
H A Dzkt-ls.sh9 echo Please start this skript out of the flat or hierarchical sub directory
H A Dzkt-signer.sh9 echo Please start this skript out of the flat or hierarchical sub directory
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/t/
H A D01-create-object.t12 or do { diag( " Error: $Mail::Sender::Error"); exit};
20 ok( (ref($res) or $res >=0), "->Connect()")
21 or do { diag("Error: $Mail::Sender::Error"); exit};
/macosx-10.10.1/rsync-45/rsync/support/
H A Dcvs2includes17 open(FIND, 'find . -name CVS -type d |') or die $!;
26 open(ENTRIES, $entries) or die "Unable to open $entries: $!\n";
33 open(FILTER, ">$filter") or die "Unable to write $filter: $!\n";
/macosx-10.10.1/ruby-106/ruby/ext/etc/
H A Dextconf.rb9 if a or b or c or sysconfdir
/macosx-10.10.1/rsync-45/rsync/patches/
H A Dverify-patches18 ) or &usage;
29 Please run this script from the root of the rsync dir or
46 open(IN, '../CVS/Root') or die $!;
51 chdir('tmp') or die "Unable to chdir to 'tmp'";
55 open(OUT, '>exclude') or die $!;
73 open(IN, "patches/$diff") or die $!;
100 chdir('workdir') or die $!;
102 chdir('..') or die $!;
137 chdir('workdir') or die $!;
139 chdir('..') or di
[all...]
/macosx-10.10.1/rsync-45/rsync/packaging/
H A Dnightly-rsync36 chdir($unpacked) or die $!;
46 open(CVS, '-|', 'cvs status 2>&1') or die $!;
65 chdir('..') or die $!;
66 rename($unpacked, $name) or die $!;
67 open(TAR, '|-', "fakeroot tar --files-from=- --no-recursion --mode=g-w -czf $nightly/$name.tar.gz $name") or die $!;
72 rename($name, $unpacked) or die $!;
77 chdir($nightly) or die $!;
83 open(IN, '<', "$unpacked/$fn") or die $!;
90 open(OUT, '>', $fn) or die $!;
/macosx-10.10.1/RubyGems-28/
H A DMakefile32 $(FIND) $(DSTROOT) \( -name script -or -name test \) -print | xargs -t rm -rf
36 $(FIND) $(DSTROOT) \( -name .gemtest -or -name .RUBYARCHDIR.time -or -name '*.o' -or -name script -or -name test -or -empty \) -print -delete
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/server/
H A Dsoap.pop312 # or, if you have server that supports MD5 protected passwords
20 $server->login('user' => 'password') or die "Can't authenticate to POP3 server\n";
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/t/
H A Dzz-pmv.t20 # values or keys. That means that t/stash-xs-unicode.t always fails. We
22 # or Test::MinimumVersion gives us a way to specify files to skip.
28 unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) {
/macosx-10.10.1/CPANInternal-159.1/Test-NoWarnings-1.04/xt/
H A Dmeta.t15 unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) {
H A Dpmv.t18 unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) {
H A Dpod.t18 unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) {

Completed in 273 milliseconds

1234567891011>>