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

1234567891011>>

/freebsd-10-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-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Diso646.h8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * all copies or substantial portions of the Software.
37 #define or || macro
/freebsd-10-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-10-stable/contrib/nvi/docs/tutorial/
H A Dvi.tut.csh10 echo Usage: $0 beginner or $0 advanced
/freebsd-10-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'.
181 or
206 or
216 a user to set his or her own defaults. The number of processes to display
262 .IP "\fBh\fP\ or\ \fB?\fP"
281 .B n or #
318 or
326 (or
[all...]
H A DMakefile.X19 # OWNER - name (or uid) for the installed executable's owner
20 # GROUP - group name (or gid) for the installed executable's group
25 # MANSTY - "man" or "catman" depending on what's to be installed
26 # SIGNAL - <signal.h> or <sys/signal.h>; the one with signal definitions
/freebsd-10-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-10-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-10-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-10-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-10-stable/usr.bin/locate/locate/
H A Dupdatedb.sh6 # Redistribution and use in source and binary forms, with or without
13 # documentation and/or other materials provided with the distribution.
69 excludes="! (" or=""
72 excludes="$excludes $or -fstype $fstype"
73 or="-or"
79 excludes="$excludes -or -path $path -prune"
85 excludes="$excludes -or -name $dir -type d -prune"
93 if $find -s $SEARCHPATHS $excludes -or -print 2>/dev/null |
/freebsd-10-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-10-stable/usr.bin/kdump/
H A Dmksubr5 # Redistribution and use in source and binary forms, with or without
12 # documentation and/or other materials provided with the distribution.
34 # the user will see unusual kdump output or errors while building
38 # AUTO: Completely auto-generated with either the "or" or the "switch"
74 int or = 0;
83 printf "\tif (!((arg > 0) ^ ((%s) > 0)))\n\t\tif_print_or(arg, %s, or);\n", $i, $i }'
86 if (or == 0)
201 * defined in the calling function to track whether or not it should
301 int or
[all...]
/freebsd-10-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-10-stable/etc/periodic/weekly/
H A D340.noid17 echo "Check for files with an unknown user or group:"
20 \( ! -fstype local -prune -or -name \* \) -and \
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dcond2.exp3 TEST_NOT_SET is empty or not defined
/freebsd-10-stable/lib/libc/powerpc/gen/
H A Dsigsetjmp.S5 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
59 or. %r7,%r4,%r4
84 or. %r7,%r7,%r7
93 or. %r3,%r6,%r6
H A D_setjmp.S5 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
67 or. %r3,%r4,%r4
/freebsd-10-stable/sbin/atm/atmconfig/
H A Datmconfig.help11 # Redistribution and use in source and binary forms, with or without
18 # documentation and/or other materials provided with the distribution.
41 Use 'atmconfig help' for general help or 'atmconfig help <command>' for
42 help on 'command' or 'atmconfig help commands' for a list of commands.
198 of llc/snap (LLC/SNAP encapsulated frames in AAL5) or aal5 (AAL5 frames
200 and is one of UBR, CBR, VBR or ABR. If not given UBR is assumed. Depending
201 on the traffic type none or more parameters can follow:
210 or: atmconfig [common-options] natm delete [-printonly] <device> <vpi> <vci>
215 by the destination address or by the <device><vpi><vci> triple.
/freebsd-10-stable/sys/boot/powerpc/ps3/
H A Dlv1call.S6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
114 or %r5,%r5,%r6
167 or %r3,%r3,%r4
265 or %r3,%r3,%r4
268 or %r4,%r4,%r5
271 or %r5,%r5,%r6
274 or %r6,%r6,%r7
278 or %r7,%r7,%r8
300 or
[all...]
/freebsd-10-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";

Completed in 306 milliseconds

1234567891011>>