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

1234567891011>>

/freebsd-11-stable/contrib/gcc/ginclude/
H A Diso646.h5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 #define or || macro
/freebsd-11-stable/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.
41 #define or || macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Diso646.h21 #define or || macro
/freebsd-11-stable/contrib/top/
H A Dtop.xs76 and \*(lqweighted cpu\*(rq mode, showing the \*(lqCPU\*(rq or
92 This is the default on a dumb terminal, or when the output is not a terminal.
122 Display either 'cpu' or 'io' statistics. Default is 'cpu'.
178 \*(lqjid\*(lq, \*(rqswap\*(lq or \*(rqpid\*(lq.
185 or
210 or
220 a user to set his or her own defaults. The number of processes to display
267 .IP "\fBh\fP\ or\ \fB?\fP"
286 .B n or #
311 username). If the username specified is simply \*(lq+\*(rq or \*(l
[all...]
/freebsd-11-stable/lib/libc/mips/net/
H A Dhtonl.S10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
42 or v0, v0, v1
45 or v0, v0, v1
48 or v0, v0, v1
H A Dntohl.S10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
42 or v0, v0, v1
45 or v0, v0, v1
48 or v0, v0, v1
H A Dhtons.S10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
44 or v0, v0, v1
H A Dntohs.S10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
43 or v0, v0, v1
/freebsd-11-stable/etc/periodic/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.
48 IFS=$'\n' # Don't split mount points with spaces or tabs
56 \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
57 \( -perm -u+s -or -perm -g+s \) -exec ls -liTd \{\} \+ |
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.
46 IFS=$'\n' # Don't split mount points with spaces or tabs
54 \( \( ! -perm +010 -and -perm +001 \) -or \
55 \( ! -perm +020 -and -perm +002 \) -or \
/freebsd-11-stable/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-11-stable/contrib/libstdc++/include/backward/
H A Dbackward_warning.h4 // software; you can redistribute it and/or modify it under the
6 // Free Software Foundation; either version 2, or (at your option)
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 // templates or use macros or inline functions from this file, or you compile
32 #warning This file includes at least one deprecated or antiquated header. \
35 header for C++ includes, or <iostream> instead of the deprecated header \
/freebsd-11-stable/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.
71 excludes="! (" or=""
74 excludes="$excludes $or -fstype $fstype"
75 or="-or"
81 excludes="$excludes -or -path $path -prune"
87 excludes="$excludes -or -name $dir -type d -prune"
95 if $find -s $SEARCHPATHS $excludes -or -print 2>/dev/null |
/freebsd-11-stable/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-11-stable/tools/tools/commitsdb/
H A Dmake_commit_db13 open DB, "> $dbname" or die "$!\n";
21 opendir DIR, $dir or die $!;
61 open LOG, "cvs -R log $file 2>/dev/null |" or die $!;
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcond2.exp3 TEST_NOT_SET is empty or not defined
H A Dexport.mk8 # belive it or not, we expect this one to come out with $UT_FU unexpanded.
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparc_arch.h49 or reg, %lo(_GLOBAL_OFFSET_TABLE_+4), reg;
57 or reg,%lo(_GLOBAL_OFFSET_TABLE_+4), reg; \
90 or %o7, %lo(SYM), %o7; \
/freebsd-11-stable/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-11-stable/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-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh11 or aren't expected to pass.
96 gentestcases SKIPS "atf_skip \"test may hang or cause system instability\""
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man6 # This program is free software; you can redistribute it and/or modify
8 # the Free Software Foundation; either version 2, or (at your option)
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
74 ) or die $help_info;
90 # or
100 next unless -f $inc or $required;
166 or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
177 or die "$this_program: can't unlink $opt_output ($!)\n"
181 or di
[all...]
/freebsd-11-stable/lib/libc/mips/gen/
H A Dsigsetjmp.S10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
19 * may be used to endorse or promote products derived from this software
73 bne t0, t1, 1f # setjmp or _setjmp magic?
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h50 #error Source should be half, single, or double precision!
72 #error Destination should be single, double, or quad precision!
H A Dfp_trunc.h37 #error Source should be double precision or quad precision!
59 #error Destination should be single precision or double precision!

Completed in 269 milliseconds

1234567891011>>