Searched refs:or (Results 101 - 125 of 650) sorted by relevance

1234567891011>>

/freebsd-current/contrib/unbound/contrib/
H A Dunbound_cache.cmd93 echo Usage: unbound_cache.cmd [-s] or [-l] or [-r] or [-h] [filename]
/freebsd-current/contrib/bmake/mk/
H A Djava.mk10 # Permission to copy, redistribute or otherwise
57 # this lot does that but needs a recent netbsd make or
58 # or its portable cousin bmake.
H A Dcc-wrap.mk9 # Permission to copy, redistribute or otherwise
35 # $W can be as simple or complicated as you like (default is just $w)
38 # or if you want global vars to be used modifiable after this include:
H A Dhost.libnames.mk7 # Permission to copy, redistribute or otherwise
H A Dlibnames.mk9 # Permission to copy, redistribute or otherwise
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_environment.cpp71 #error Unknown or unsupported OS.
134 #error Unknown or unsupported OS.
168 #error Unknown or unsupported OS.
205 #error Unknown or unsupported OS.
221 #error Unknown or unsupported OS.
432 char const *bulk // I: Initialization string, or NULL.
452 #error Unknown or unsupported OS.
485 char const * // R: Value of variable or NULL if variable does not exist.
/freebsd-current/contrib/capsicum-test/
H A Dshowrights89 if ((right[0] == 0 or (val0 & right[0])) and
90 (right[1] == 0 or (val1 & right[1]))):
/freebsd-current/contrib/less/
H A Dmkutable105 } elsif (not $$out{in_run} or $type ne $$out{run_type} or $code != $prev_code+1) {
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-unexport.mk5 # Before 2020-12-13, misspelled directives like ".unexporting" or
/freebsd-current/crypto/openssl/
H A Dconfigdata.pm.in116 or die "Trying to create $buildfile_template: $!";
119 or die "Trying to copy $_ into $buildfile_template: $!";
137 or die "Trying to create $buildfile.new: $!";
148 or die $Text::Template::ERROR;
151 or die "Trying to rename $buildfile.new to $buildfile: $!";
159 or die "Trying to create ${configuration_h}.new: $!";
170 or die $Text::Template::ERROR;
184 # or if configuration.h.new differs configuration.h, we update
200 or die "Trying to rename ${configuration_h}.new to $configuration_h: $!";
231 or di
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Dsha512-armv4.S6 @ in the file LICENSE in the source distribution or at
38 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
/freebsd-current/tools/tools/drm/
H A Dgen-drm_pciids15 open(my $fh, '<', $header) or die "Can't open Linux header: $!\n";
47 open(my $fh, '<', $header) or die "Can't open FreeBSD header: $!\n";
81 open(my $fh, '<', $header) or die "Can't open PCI IDs database: $!\n";
/freebsd-current/crypto/openssl/test/recipes/
H A D20-test_mac.t6 # in the file LICENSE in the source distribution or at
146 open(my $in, '>', $tmpfile) or die "Could not open file";
196 open(my $in, '>', $tmpfile) or die "Could not open file";
208 open(my $out, '<', $outfile) or die "Could not open file";
212 read($out, $buffer, $BUFSIZE) or die "unable to read";
H A D20-test_rand_config.t6 # in the file LICENSE in the source distribution or at
73 open(my $cfg, '>', $tmpfile) or die "Could not open file";
H A D70-test_sslcertstatus.t6 # in the file LICENSE in the source distribution or at
44 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
H A D70-test_sslskewith0p.t6 # in the file LICENSE in the source distribution or at
45 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dv_log_inline.h12 # error Cannot use inline log helper without specifying poly order (options are 4 or 5)
29 # error Can only choose order 4 or 5 for log poly
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h85 #error Source should be half, single, or double precision!
119 #error Destination should be single, double, or quad precision!
H A Dfp_trunc.h49 #error Source should be double precision or quad precision!
108 #error Destination should be single precision or double precision!
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dstrchr.S4 Redistribution and use in source and binary forms, with or without
13 documentation and/or other materials provided with the distribution.
16 contributors may be used to endorse or promote products derived
61 @ returns NULL for no match, or a pointer to the match
/freebsd-current/contrib/bearssl/mk/
H A DDefaults.mk7 # distribute, sublicense, and/or sell copies of the Software, and to
12 # included in all copies or substantial portions of the Software.
H A DSingleUnix.mk7 # distribute, sublicense, and/or sell copies of the Software, and to
12 # included in all copies or substantial portions of the Software.
H A DNMake.mk7 # distribute, sublicense, and/or sell copies of the Software, and to
12 # included in all copies or substantial portions of the Software.
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S17 // Min and Max return A if B is NaN, or B if A is NaN
18 // Otherwise, they return the smaller or bigger value
52 A = or(ATMP,B)
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dvelintrin.h28 #error need C++ or C99 to use vector intrinsics for VE

Completed in 143 milliseconds

1234567891011>>