Searched refs:or (Results 126 - 150 of 649) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dvelintrin.h28 #error need C++ or C99 to use vector intrinsics for VE
/freebsd-current/contrib/bmake/unit-tests/
H A Ddep-colon-bug-cross-file.mk17 # Oops, even worse. Running this test in a make from 2020-09-25 or earlier
18 # on NetBSD 8.0 x86_64 with MALLOC_OPTIONS=JA produces this or a similar
H A Ddirective-misspellings.exp3 make: "directive-misspellings.mk" line 18: .include filename must be delimited by '"' or '<'
16 make: "directive-misspellings.mk" line 56: .include filename must be delimited by '"' or '<'
20 make: "directive-misspellings.mk" line 65: .include filename must be delimited by '"' or '<'
27 make: "directive-misspellings.mk" line 82: .include filename must be delimited by '"' or '<'
H A Dcond-late.mk12 # should not contain double-quotes, or the parser will probably fail.
14 # They should also not contain operators like == or <, since these are
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h103 #error Unknown or unsupported OS.
140 // Inside memory allocation wrapper, or
146 /* Depending on build mode (debug or release), malloc_src_loc is declared with
147 1 or 3 parameters, but calls to malloc_src_loc() are always the same:
149 ... malloc_src_loc( size KMP_SRC_LOC_PARM ); // or KMP_SRC_LOC_CURR
178 // Linux* OS, OS X*, or non-debug Windows* OS.
/freebsd-current/share/dtrace/
H A Dudptrack6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
H A Dtcpstate6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
H A Dtcpconn6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
H A Dhotopen6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
H A Ddisklatency6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
H A Dtcpdebug6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
/freebsd-current/stand/i386/btx/lib/
H A Dbtxsys.S10 # This software is provided "AS IS" and without any express or
H A Dbtxcsu.S10 # This software is provided "AS IS" and without any express or
/freebsd-current/stand/i386/libi386/
H A Dpxetramp.S10 # This software is provided "AS IS" and without any express or
/freebsd-current/sys/arm64/linux/
H A Dlinux_locore.asm8 * Redistribution and use in source and binary forms, with or without
15 * documentation and/or other materials provided with the distribution.
/freebsd-current/sys/netinet/
H A Dpim.h8 * Redistribution and use in source and binary forms, with or without
15 * documentation and/or other materials provided with the distribution.
17 * may be used to endorse or promote products derived from this software
52 # error BYTE_ORDER must be defined to either BIG_ENDIAN or LITTLE_ENDIAN
/freebsd-current/contrib/unifdef/tests/
H A Dif7.c11 #error FOOB bitwise-or FOO is not 43
/freebsd-current/usr.bin/chat/
H A Dchat.c8 * 2 - error on an I/O operation or fatal error condition.
396 * Send a message to syslog and/or stderr.
907 fatal(1, "Illegal or too-long ABORT string ('%v')", s);
928 fatal(1, "Illegal or too-long CLR_ABORT string ('%v')", s);
957 fatal(1, "Illegal or too-long REPORT string ('%v')", s);
977 fatal(1, "Illegal or too-long REPORT string ('%v')", s);
/freebsd-current/crypto/openssl/test/recipes/
H A D01-test_symbol_presence.t7 # in the file LICENSE in the source distribution or at
26 plan skip_all => "This is unsupported on MSYS, MinGW or MSWin32"
27 if $^O eq 'msys' or $^O eq 'MSWin32' or config('target') =~ m|^mingw|;
120 # or that are extra.
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t10 use_ok 'Text::Template' or exit 1;
/freebsd-current/contrib/bmake/mk/
H A Dyacc.mk10 # Permission to copy, redistribute or otherwise
19 # this file contains rules to DTRT when SRCS contains foo.y or foo.c
H A Drst2htm.mk9 # Permission to copy, redistribute or otherwise
30 # can be empty, 4 or 5
/freebsd-current/sys/conf/
H A Dkern.opts.mk3 # modules. These select which parts to compile in or out (eg INET) or which
4 # parts to omit (eg CDDL or SOURCELESS_HOST). Some of these will cause
8 # Define MK_* variables (which are either "yes" or "no") for users
11 # These should be tested with `== "no"' or `!= "no"' in makefiles.
82 # EFI doesn't exist on powerpc or riscv and is broken on i386
156 .error __${opt}_OPTIONS not defined or empty
159 .error __${opt}_DEFAULT undefined or empty
/freebsd-current/libexec/rc/rc.d/
H A Dcleanvar33 find -x /var/run \( -type f -or -type s ! -name log -and ! -name logpriv \) -delete
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dparse.c8 This program is free software; you can redistribute it and/or modify
10 the Free Software Foundation; either version 2, or (at your option)
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 part or all of the Bison parser skeleton and distribute that work
26 parser generator using the skeleton or a modified version thereof
27 as a parser skeleton. Alternatively, if you modify or redistribute
39 /* All symbols defined below should begin with yy or YY, to avoid
100 * Redistribution and use in source and binary forms, with or without
109 * documentation and/or other materials provided with the distribution.
112 * may be used to endorse or promot
[all...]

Completed in 187 milliseconds

1234567891011>>