Searched refs:or (Results 26 - 50 of 650) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/scripts/
H A Dplot_summary.in10 # This program is free software; you can redistribute it and/or modify
12 # the Free Software Foundation; either version 2 of the License, or
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
90 open TOUCH, ">$file" and close TOUCH or die "$file: $!";
112 open INPUT, "$fname" or die "$fname: $!";
113 open OUTPUT, ">$out_file" or die "$out_file: $!";
151 close OUTPUT or die "close failed on $out_file: $!";
166 open OUTPUT, "> $cmd_file" or die "$cmd_file: $!";
238 close OUTPUT or die "close failed on $cmd_file: $!";
254 open INPUT, "$fname" or di
[all...]
/freebsd-current/contrib/bc/scripts/
H A Dformat.sh7 # Redistribution and use in source and binary forms, with or without
15 # and/or other materials provided with the distribution.
39 files=$(find "." -name "*.c" -or -name "*.h")
H A Dlint.sh7 # Redistribution and use in source and binary forms, with or without
15 # and/or other materials provided with the distribution.
40 files=$(find "." -name "*.c" -or -name "*.h")
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dopenssl-compat.h5 * purpose with or without fee is hereby granted, provided that the above
37 # error OpenSSL 1.1.0 or greater is required
41 # error LibreSSL 3.1.0 or greater is required
/freebsd-current/sys/crypto/openssl/powerpc/
H A Dsha256-ppc.S140 or 5,5,0
169 or 5,5,0
198 or 5,5,0
227 or 5,5,0
256 or 5,5,0
285 or 5,5,0
314 or 5,5,0
343 or 5,5,0
372 or 5,5,0
401 or
[all...]
/freebsd-current/sys/crypto/openssl/powerpc64/
H A Dsha256-ppc.S143 or 5,5,0
172 or 5,5,0
201 or 5,5,0
230 or 5,5,0
259 or 5,5,0
288 or 5,5,0
317 or 5,5,0
346 or 5,5,0
375 or 5,5,0
404 or
[all...]
H A Dsha512-ppc.S145 or 5,5,0
176 or 5,5,0
207 or 5,5,0
238 or 5,5,0
269 or 5,5,0
300 or 5,5,0
331 or 5,5,0
362 or 5,5,0
393 or 5,5,0
424 or
[all...]
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Ddelimiters.t10 use_ok 'Text::Template' or exit 1;
21 or die "Couldn't construct template object: $Text::Template::ERROR; aborting";
38 or die "Couldn't construct template object: $Text::Template::ERROR; aborting";
82 ok($ok) or diag "expected .$result., got .$text.";
H A Dbasic.t13 use_ok 'Text::Template' or exit 1;
28 or die "Couldn't write tempfile $TEMPFILE: $!";
41 ok(defined $template) or diag $Text::Template::ERROR;
67 open my $tmpl, '<', $TEMPFILE or die "failed to open $TEMPFILE: $!";
70 ok defined $template or diag $Text::Template::ERROR;
91 ok defined $template; # or diag $Text::Template::ERROR;
145 or diag "expected .$result. got .$text.";
152 ok(open $tmpl, '<', $TEMPFILE) or diag "Couldn't open $TEMPFILE: $!";
154 ok(defined $template) or diag $Text::Template::ERROR;
H A Drt29928.t10 use_ok 'Text::Template::Preprocess' or exit 1;
H A Dsafe2.t17 use_ok 'Text::Template' or exit 1;
19 my $c = Safe->new or die;
30 SOURCE => 'package is {$P}') or die;
56 SOURCE => 'hash is {$H}') or die;
H A Dtaint.t10 use_ok 'Text::Template' or exit 1;
14 # ... fails unless "/tmp" on the current windows drive is a writable directory OR either $ENV{TMP} or $ENV{TEMP} are untainted and point to a writable directory
32 open my $fh, '>', $file or die "Couldn't write temporary file $file: $!";
34 close $fh or die "Couldn't finish temporary file $file: $!";
82 open $fh, '<', $file or die "Couldn't open $file for reading: $!; aborting";
86 open $fh, '<', $file or die "Couldn't open $file for reading: $!; aborting";
H A Derror.t10 use_ok 'Text::Template' or exit 1;
/freebsd-current/lib/libc/amd64/string/
H A Dtimingsafe_bcmp.S7 * Redistribution and use in source and binary forms, with or without
14 * documentation and/or other materials provided with the distribution.
63 or %ecx, %eax # mismatch in any of the two?
70 or %ecx, %eax
77 or %ecx, %eax
84 or %rcx, %rax
94 or %r9, %rax
106 or %r9, %r8
107 or %r8, %rax
117 or
[all...]
/freebsd-current/tools/pkgbase/
H A Dmetalog_reader.lua7 -- Redistribution and use in source and binary forms, with or without
14 -- documentation and/or other materials provided with the distribution.
98 fuid and sess.pkg_issetuid or nil,
99 fgid and sess.pkg_issetgid or nil,
100 fid and sess.pkg_issetid or nil
138 -fsetid only include packages with setgid or setuid files
158 return #duperr > 0 or #inodeerr > 0
247 elseif seg == 'development' or seg == 'profile'
248 or seg == 'debug' or se
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Dtst.platformevent.ksh10 # or http://www.opensolaris.org/os/licensing.
44 or die "Couldn't run cpustat: \$!\n";
/freebsd-current/contrib/ntp/scripts/build/
H A DupdateBEDate32 open(my $IFILE, "<", $i) or die "Cannot open < $i: $!";
33 open(my $OFILE, ">", $i.".new") or die "Cannot open > $i.new: $!";
/freebsd-current/sys/contrib/openzfs/module/icp/asm-ppc64/sha2/
H A Dsha512-ppc.S10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
180 or 5,5,0
211 or 5,5,0
242 or 5,5,0
273 or 5,5,0
304 or 5,5,0
335 or 5,5,0
366 or 5,5,0
397 or
[all...]
H A Dsha256-ppc.S10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
172 or 5,5,0
201 or 5,5,0
230 or 5,5,0
259 or 5,5,0
288 or 5,5,0
317 or 5,5,0
346 or 5,5,0
375 or
[all...]
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh10 or aren't expected to pass.
96 gentestcases SKIPS "atf_skip \"test may hang or cause system instability\""
/freebsd-current/sys/crypto/openssl/powerpc64le/
H A Dsha512-ppc.S151 or 5,5,0
188 or 5,5,0
225 or 5,5,0
262 or 5,5,0
299 or 5,5,0
336 or 5,5,0
373 or 5,5,0
410 or 5,5,0
447 or 5,5,0
484 or
[all...]
H A Dsha256-ppc.S146 or 5,5,0
178 or 5,5,0
210 or 5,5,0
242 or 5,5,0
274 or 5,5,0
306 or 5,5,0
338 or 5,5,0
370 or 5,5,0
402 or 5,5,0
434 or
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-cmp-numeric-eq.mk5 # This comparison yields the same result, whether numeric or character-based.
11 # This comparison yields the same result, whether numeric or character-based.
45 # typically 16 or 17 significant digits, therefore these two numbers seem to
63 or maybe a machine without IEEE 754 floating point support.
H A Dvar-scope-local-legacy.mk3 # Tests for legacy target-local variables, such as ${<F} or ${@D}.
6 # In the global or command line scopes, the legacy forms are not recognized,
13 # It's possible to define variables of the legacy name in the global or
25 # The second character of the name must be 'D' or 'F'.
/freebsd-current/share/mk/
H A Dsrc.init.linux.mk3 # or "host32"

Completed in 285 milliseconds

1234567891011>>