/freebsd/contrib/bmake/unit-tests/ |
H A D | var-op-expand.mk | 138 # assignment. The undefined variables are kept as-is and are later expanded 154 # the time of assignment but only later, when ${VAR} appears in the condition. 193 # The following test case demonstrates that the variable 'LATER' is preserved 194 # in the ':=' assignment since the variable 'LATER' is not yet defined. 195 # After the assignment to 'LATER', evaluating the variable 'INDIRECT' 196 # evaluates 'LATER' as well. 198 .undef LATER 199 INDIRECT:= ${LATER:S,value,replaced,} 203 LATER= late-value 211 .undef LATER [all …]
|
H A D | var-op-expand.exp | 2 while evaluating variable "later" with value "" 3 while evaluating variable "indirect" with value "${later:s,value,replaced,} ok ${later:value=sysv}" 6 while evaluating variable "later" with value "lowercase-value" 7 while evaluating variable "indirect" with value "${later:s,value,replaced,} ok ${later:value=sysv}"
|
H A D | depsrc.mk | 14 DEFINED_LATER= later 19 : 'declaration. They are not preserved and maybe expanded later.' 21 source-later: .PHONY 25 : 'the expression is preserved and tried to be expanded later.'
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3ext.h | 237 /* Version 3.7.16 and later */ 251 /* Version 3.8.7 and later */ 268 /* Version 3.8.11 and later */ 273 /* Version 3.9.0 and later */ 276 /* Version 3.10.0 and later */ 280 /* Version 3.12.0 and later */ 282 /* Version 3.14.0 and later */ 285 /* Version 3.18.0 and later */ 287 /* Version 3.20.0 and later */ 298 /* Version 3.24.0 and later */ [all …]
|
H A D | README.txt | 52 Using Microsoft Visual C++ 2005 (or later) is recommended. Several Windows 61 Using Microsoft Visual C++ 2012 (or later) is required. When using the 72 Using Microsoft Visual C++ 2013 (or later) is required. When using the 83 Using Microsoft Visual C++ 2015 (or later) is required. When using the 96 Using Microsoft Visual C++ 2015 (or later) is required. When using the
|
/freebsd/contrib/libpcap/pcap/ |
H A D | funcattrs.h | 121 * GCC 3.4 and later, or some compiler asserting compatibility with 122 * GCC 3.4 and later, or XL C 13.0 and later, so we have 128 * Sun C 5.5 and later, so we have __global. 129 * (Sun C 5.9 and later also have __attribute__((visibility()), 270 * later, or some compiler asserting compatibility with GCC 2.5 and 271 * later, or Solaris Studio 12 (Sun C 5.9) and later, or IBM XL C 7.0 272 * and later (do any earlier versions of XL C support this?), or HP aCC 273 * A.06.10 and later, or current TinyCC. 299 * Compiler with support for it, or GCC 2.3 and later, or some compiler 300 * asserting compatibility with GCC 2.3 and later, or IBM XL C 7.0 [all …]
|
H A D | compiler-tests.h | 73 * or a later version of this compiler" macros as 0. 77 * Check whether this is GCC major.minor or a later release, or some 79 * later release. 93 * Check whether this is Clang major.minor or a later release. 108 * or a later release. 120 * for a partial mapping, which we assume continues for later 138 * Check whether this is IBM XL C major.minor or a later release. 154 * Later Linux version of XL C; use __ibmxl_version__ to test 170 * Check whether this is HP aC++/HP C major.minor or a later release.
|
/freebsd/sys/dev/hptrr/ |
H A D | hptintf.h | 1253 * Version compatibility: v1.0.0.2 or later 1266 * Version compatibility: v1.0.0.1 or later 1275 * Version compatibility: v1.0.0.1 or later 1286 * Version compatibility: v2.0.0.0 or later 1296 * Version compatibility: v2.0.0.0 or later 1307 * Version compatibility: v1.0.0.1 or later 1318 * Version compatibility: v1.0.0.1 or later 1329 * Version compatibility: v1.0.0.1 or later 1340 * Version compatibility: v1.0.0.1 or later 1350 * Version compatibility: v1.0.0.1 or later [all …]
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hptintf.h | 1515 * Version compatibility: v1.0.0.2 or later 1528 * Version compatibility: v1.0.0.1 or later 1537 * Version compatibility: v1.0.0.1 or later 1548 * Version compatibility: v2.0.0.0 or later 1558 * Version compatibility: v2.0.0.0 or later 1568 * Version compatibility: v2.0.0.0 or later 1579 * Version compatibility: v1.0.0.1 or later 1590 * Version compatibility: v1.0.0.1 or later 1601 * Version compatibility: v1.0.0.1 or later 1612 * Version compatibility: v2.1.0.0 or later [all …]
|
/freebsd/sys/dev/hptnr/ |
H A D | hptintf.h | 1511 * Version compatibility: v1.0.0.2 or later 1524 * Version compatibility: v1.0.0.1 or later 1533 * Version compatibility: v1.0.0.1 or later 1544 * Version compatibility: v2.0.0.0 or later 1554 * Version compatibility: v2.0.0.0 or later 1564 * Version compatibility: v2.0.0.0 or later 1575 * Version compatibility: v1.0.0.1 or later 1586 * Version compatibility: v1.0.0.1 or later 1597 * Version compatibility: v1.0.0.1 or later 1608 * Version compatibility: v2.1.0.0 or later [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | funcattrs.h | 59 * later, or some compiler asserting compatibility with GCC 2.5 and 60 * later, or Solaris Studio 12 (Sun C 5.9) and later, or IBM XL C 10.1 61 * and later (do any earlier versions of XL C support this?), or HP aCC 62 * A.06.10 and later, or current TinyCC. 115 * Compiler with support for it, or GCC 2.3 and later, or some compiler 116 * asserting compatibility with GCC 2.3 and later, or IBM XL C 10.1 117 * and later (do any earlier versions of XL C support this?), 118 * or HP aCC A.06.10 and later.
|
H A D | compiler-tests.h | 73 * or a later version of this compiler" macros as 0. 77 * Check whether this is GCC major.minor or a later release, or some 79 * later release. 93 * Check whether this is Clang major.minor or a later release. 108 * or a later release. 120 * for a partial mapping, which we assume continues for later 138 * Check whether this is IBM XL C major.minor or a later release. 155 * Later Linux version of XL C; use __ibmxl_version__ to test 177 * Check whether this is HP aC++/HP C major.minor or a later release.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangStandard.h | 116 /// isCPlusPlus11 - Language is a C++11 variant (or later). 119 /// isCPlusPlus14 - Language is a C++14 variant (or later). 122 /// isCPlusPlus17 - Language is a C++17 variant (or later). 125 /// isCPlusPlus20 - Language is a C++20 variant (or later). 128 /// isCPlusPlus23 - Language is a post-C++23 variant (or later). 131 /// isCPlusPlus26 - Language is a post-C++26 variant (or later). 139 // GCC supports raw string literals in C99 and later, but not in C++ in hasRawStringLiterals()
|
/freebsd/contrib/openpam/doc/man/ |
H A D | pam.conf.5 | 117 unless a later module fails. 119 will be failure regardless of the success of later modules. 122 unless a later module fails. 128 will be failure unless a later module succeeds. 133 will be failure regardless of the success of later modules. 136 unless a later module fails. 138 later module succeeds.
|
/freebsd/sys/dev/hptmv/ |
H A D | hptintf.h | 798 * Version compatibility: v1.0.0.2 or later 812 * Version compatibility: v1.0.0.1 or later 823 * Version compatibility: v1.0.0.1 or later 835 * Version compatibility: v1.0.0.1 or later 848 * Version compatibility: v1.0.0.1 or later 861 * Version compatibility: v1.0.0.1 or later 877 * Version compatibility: v1.0.0.1 or later 893 * Version compatibility: v1.0.0.1 or later 905 * Version compatibility: v1.0.0.1 or later 924 * Version compatibility: v1.0.0.1 or later [all …]
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.linux | 1 Currently, libpcap supports packet capturing on Linux 2.6.27 and later; 5 this protocol. 3.x and later kernels do not require that. 17 later version of the shared library does require those routines, the 18 later version of the shared library can be linked with that other shared
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/bus/ |
H A D | ti-sysc.h | 4 /* Generic sysc found on omap2 and later, also known as type1 */ 11 /* Generic sysc found on omap4 and later, also known as type2 */ 16 /* SmartReflex sysc found on 36xx and later */
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_get_error.pod | 63 The operation did not complete and can be retried later. 69 If at a later time the underlying B<BIO> has data available for reading the same 111 called again later. The underlying BIO was not connected yet to the peer 123 The TLS/SSL I/O function should be called again later. 135 function should be called again later. The function B<must> be called from the 152 The TLS/SSL I/O function should be called again later.
|
/freebsd/sys/netgraph/bluetooth/l2cap/ |
H A D | TODO | 15 Will fix later. I only have CSR based hardware and it does not 25 Will fix later 29 Will fix later. What to count?
|
/freebsd/contrib/lutok/ |
H A D | INSTALL | 84 procedure are given on a later section. 94 described later in their own section. 134 Enables usage of ATF to build (and later install) the tests. 142 test programs and will later install them into the tests tree. 161 HTML documentation for the Lutok API. This documentation will later
|
/freebsd/usr.sbin/bsdconfig/usermgmt/include/ |
H A D | usermgmt.hlp | 33 also set up more descriptive mail alias names later). 38 able to access files of those groups later without providing any 49 members of group "wheel" are the only people who are later allowed to 51 new user who should later perform administrative tasks, don't forget
|
/freebsd/contrib/ldns/ldns/ |
H A D | dnssec_sign.h | 136 * added to this rr list, so the caller can free them later 179 * later 204 * later 222 * \param[in] new_rrs newly created resource records are added to this list, to free them later 254 * \param[in] new_rrs newly created resource records are added to this list, to free them later 282 * \param[in] new_rrs newly created resource records are added to this list, to free them later 316 * \param[in] new_rrs newly created resource records are added to this list, to free them later 342 * \param[in] new_rrs newly created resource records are added to this list, to free them later
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | satproto.h | 161 * - \e tiBusy: No resources available, try again later. 195 * - \e tiBusy: No resources available, try again later. 231 * - \e tiBusy: No resources available, try again later. 267 * - \e tiBusy: No resources available, try again later. 312 * - \e tiBusy: No resources available, try again later. 347 * - \e tiBusy: No resources available, try again later. 372 * - \e tiBusy: No resources available, try again later. 398 * - \e tiBusy: No resources available, try again later. 422 * - \e tiBusy: No resources available, try again later. 447 * - \e tiBusy: No resources available, try again later. [all …]
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_init_thread_deregister.pod | 37 set of common stop handlers and is passed in a later call to 38 ossl_init_thread_deregister. If no later call to ossl_init_thread_deregister is 40 back as an argument to the stop handler when it is later invoked. Finally the
|
/freebsd/contrib/llvm-project/libcxx/include/__configuration/ |
H A D | compiler.h | 38 # warning "Libc++ only supports Clang 17 and later" 42 # warning "Libc++ only supports AppleClang 15 and later" 46 # warning "Libc++ only supports GCC 14 and later"
|