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

1234567891011>>

/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/contrib/nvi/docs/tutorial/
H A Dvi.tut.csh10 echo Usage: $0 beginner or $0 advanced
/freebsd-10.0-release/contrib/top/
H A Dtop.X74 and \*(lqweighted cpu\*(rq mode, showing the \*(lqCPU\*(rq or
90 This is the default on a dumb terminal, or when the output is not a terminal.
120 Display either 'cpu' or 'io' statistics. Default is 'cpu'.
189 or
199 a user to set his or her own defaults. The number of processes to display
245 .IP "\fBh\fP\ or\ \fB?\fP"
264 .B n or #
301 or
309 (or
363 \*(lqZOMB\*(rq, \*(lqWAIT\*(rq, \*(lqLOCK\*(rq or th
[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.0-release/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.
50 \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
51 \( -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.
48 \( \( ! -perm +010 -and -perm +001 \) -or \
49 \( ! -perm +020 -and -perm +002 \) -or \
/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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
94 open TOUCH, ">$file" and close TOUCH or die "$file: $!";
116 open INPUT, "$fname" or die "$fname: $!";
117 open OUTPUT, ">$out_file" or die "$out_file: $!";
155 close OUTPUT or die "close failed on $out_file: $!";
170 open OUTPUT, "> $cmd_file" or die "$cmd_file: $!";
242 close OUTPUT or die "close failed on $cmd_file: $!";
258 open INPUT, "$fname" or di
[all...]
/freebsd-10.0-release/tools/regression/sbin/growfs/
H A Dregress.t19 open my $fd, "|-", "disklabel -R md$unit /dev/stdin" or die;
30 sysopen my $fd, "/dev/md$unit", O_RDWR or die "/dev/md$unit: $!";
33 syswrite($fd, $content512) == 512 or die "write: $!";
42 like($md, qr/^md\d+$/, "Created $md with size 40m") or die;
61 is($?, 0, "Extended the filesystem on ${md}a") or print $out;
77 is($?, 0, "Extended the filesystem on ${md}a") or print $out;
/freebsd-10.0-release/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.0-release/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)
198 * defined in the calling function to track whether or not it should
298 int or
[all...]
/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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 138 milliseconds

1234567891011>>