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

1234567891011>>

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Diso646.h21 #define or || macro
/freebsd-current/include/
H A Diso646.h7 * Redistribution and use in source and binary forms, with or without
14 * documentation and/or other materials provided with the distribution.
41 #define or || macro
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-chdir.exp2 make: chdir /nonexistent: No such file or directory
H A Dcond-short.exp7 expected or
8 expected or exists
9 expected or empty
/freebsd-current/contrib/unifdef/tests/
H A Dif4-k.c23 #error FOO or FOOB not defined
29 #error FOO or FOOB not defined
H A Dif4-kDU.c23 #error FOO or FOOB not defined
29 #error FOO or FOOB not defined
H A Dif4.c11 #error FOO or FOOB not defined
17 #error FOO or FOOB not defined
H A Dif5.c23 #error FOO not 1 or BAR not 1
35 #error FOOB is 42 or FOO is not 1
39 #error FOO is 1 or FOOB is 42
57 #error FOO is greater than or equal FOOB
63 #error FOOB is less than or equal FOO
H A Dif5-k.c35 #error FOO not 1 or BAR not 1
47 #error FOOB is 42 or FOO is not 1
51 #error FOO is 1 or FOOB is 42
H A Dif5-kDU.c35 #error FOO not 1 or BAR not 1
47 #error FOOB is 42 or FOO is not 1
51 #error FOO is 1 or FOOB is 42
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dofh.t11 use_ok 'Text::Template' or exit 1;
24 close $of or die "close(): $!";
26 open my $ifh, '<', $of->filename or die "open($of): $!";
H A Dpreprocess.t11 use_ok 'Text::Template::Preprocess' or exit 1;
23 open my $tfh, '>', $TMPFILE or die "Couldn't open test file: $!; aborting";
32 $tmpl = Text::Template::Preprocess->new(TYPE => 'STRING', SOURCE => $t) or die;
35 open $tfh, '<', $TMPFILE or die "Couldn't open test file: $!; aborting";
36 $tmpl = Text::Template::Preprocess->new(TYPE => 'FILEHANDLE', SOURCE => $tfh) or die;
H A Dsafe3.t16 use_ok 'Text::Template' or exit 1;
40 SAFE => $c) or die;
45 SAFE => $c) or die;
49 or die;
51 or die;
H A Dinline-comment.t9 use_ok 'Text::Template' or exit 1;
H A Dexported.t11 use_ok 'Text::Template' or exit 1;
27 close $tfh or die "Couldn't write test file: $!; aborting";
35 open my $ofh, '>', $TEMPFILE or die "Couldn't open test file: $!; aborting";
37 close $ofh or die "Couldn't close test file: $!; aborting";
/freebsd-current/usr.sbin/periodic/etc/security/
H A D100.chksetuid6 # Redistribution and use in source and binary forms, with or without
13 # documentation and/or other materials provided with the distribution.
45 IFS=$'\n' # Don't split mount points with spaces or tabs
53 \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
54 \( -perm -u+s -or -perm -g+s \) -exec ls -lid -D "%FT%T" \{\} \+ |
H A D110.neggrpperm6 # Redistribution and use in source and binary forms, with or without
13 # documentation and/or other materials provided with the distribution.
43 IFS=$'\n' # Don't split mount points with spaces or tabs
51 \( \( ! -perm +010 -and -perm +001 \) -or \
52 \( ! -perm +020 -and -perm +002 \) -or \
/freebsd-current/sys/crypto/openssl/powerpc/
H A Dsha1-ppc.S122 or 15,15,6
132 or 15,15,6
142 or 15,15,6
152 or 15,15,6
162 or 15,15,6
172 or 15,15,6
182 or 15,15,6
192 or 15,15,6
202 or 15,15,6
212 or 1
[all...]
/freebsd-current/sys/crypto/openssl/powerpc64/
H A Dsha1-ppc.S125 or 15,15,6
135 or 15,15,6
145 or 15,15,6
155 or 15,15,6
165 or 15,15,6
175 or 15,15,6
185 or 15,15,6
195 or 15,15,6
205 or 15,15,6
215 or 1
[all...]
/freebsd-current/sys/crypto/openssl/powerpc64le/
H A Dsha1-ppc.S131 or 15,15,6
144 or 15,15,6
157 or 15,15,6
170 or 15,15,6
183 or 15,15,6
196 or 15,15,6
209 or 15,15,6
222 or 15,15,6
235 or 15,15,6
248 or 1
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh9 # or http://www.opensolaris.org/os/licensing.
86 or die "socket() failed: \$!";
89 or die "setsockopt() failed: \$!";
92 bind(S, \$addr) or die "bind() failed: \$!";
93 listen(S, SOMAXCONN) or die "listen() failed: \$!";
115 or die "socket() failed: \$!";
117 connect(S, \$peer) or die "connect failed: \$!";
120 send(S, "There!", 0) or die "send() failed: \$!";
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessExtensions.i11 if not str or len(str) == 0:
20 if (s == eStateAttaching or
21 s == eStateLaunching or
22 s == eStateStopped or
23 s == eStateRunning or
24 s == eStateStepping or
25 s == eStateCrashed or
33 if state == eStateRunning or state == eStateStepping:
40 if state == eStateStopped or state == eStateCrashed or stat
[all...]
/freebsd-current/usr.bin/locate/locate/
H A Dupdatedb.sh8 # Redistribution and use in source and binary forms, with or without
15 # documentation and/or other materials provided with the distribution.
70 excludes="! (" or=""
73 excludes="$excludes $or -fstype $fstype"
74 or="-or"
80 excludes="$excludes -or -path $path -prune"
86 excludes="$excludes -or -name $dir -type d -prune"
94 if $find -s $SEARCHPATHS $excludes -or -print 2>/dev/null |
/freebsd-current/contrib/ntp/scripts/
H A Dplot_summary.in9 # This program is free software; you can redistribute it and/or modify
11 # the Free Software Foundation; either version 2 of the License, or
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
89 open TOUCH, ">$file" and close TOUCH or die "$file: $!";
111 open INPUT, "$fname" or die "$fname: $!";
112 open OUTPUT, ">$out_file" or die "$out_file: $!";
150 close OUTPUT or die "close failed on $out_file: $!";
165 open OUTPUT, "> $cmd_file" or die "$cmd_file: $!";
237 close OUTPUT or die "close failed on $cmd_file: $!";
253 open INPUT, "$fname" or di
[all...]
/freebsd-current/tools/tools/commitsdb/
H A Dmake_commit_db11 open DB, "> $dbname" or die "$!\n";
19 opendir DIR, $dir or die $!;
59 open LOG, "cvs -R log $file 2>/dev/null |" or die $!;

Completed in 244 milliseconds

1234567891011>>