/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/ |
H A D | t_integration.sh | 61 test_case check_valid c99_struct_init "Checks C99 struct initialization" 62 test_case check_valid c99_union_init1 "Checks C99 union initialization" 63 test_case check_valid c99_union_init2 "Checks C99 union initialization" 64 test_case check_valid c99_union_init3 "Checks C99 union initialization" 65 test_case check_valid c99_recursive_init "Checks C99 recursive struct/union" \ 67 test_case check_valid c9x_recursive_init "Checks C9X struct/union member" \ 69 test_case check_valid nested_structs "Checks nested structs" 70 test_case check_valid packed_structs "Checks packed structs" 72 test_case check_valid cast_init "Checks cast initialization" 73 test_case check_valid cast_init2 "Checks cast initialization as the rhs of a" \ [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | t_regex.sh | 54 create_tc basic "Checks basic functionality" 55 create_tc paren "Checks parentheses" 56 create_tc anchor "Checks anchors and REG_NEWLINE" 57 create_tc error "Checks syntax errors and non-errors" 58 create_tc meta "Checks metacharacters and backslashes" 59 create_tc backref "Checks back references" 60 create_tc repet_ordinary "Checks ordinary repetitions" 61 create_tc repet_bounded "Checks bounded repetitions" 62 create_tc repet_multi "Checks multiple repetitions" 63 create_tc bracket "Checks brackets" [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/ssp/ |
H A D | t_ssp.sh | 52 atf_set "descr" "Checks sprintf(3)" 73 atf_set "descr" "Checks vsprintf(3)" 94 atf_set "descr" "Checks snprintf(3)" 115 atf_set "descr" "Checks vsnprintf(3)" 136 atf_set "descr" "Checks gets(3)" 157 atf_set "descr" "Checks fgets(3)" 178 atf_set "descr" "Checks memcpy(3)" 199 atf_set "descr" "Checks memmove(3)" 220 atf_set "descr" "Checks memset(3)" 241 atf_set "descr" "Checks strcpy(3)" [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | README.md | 11 sanity-checks-20.04 12 zloop-checks-20.04 21 sanity-checks-22.04 22 zloop-checks-22.04 32 Build-Ubuntu-20.04-->sanity-checks-20.04 33 Build-Ubuntu-20.04-->zloop-checks-20.04 35 Build-Ubuntu-22.04-->sanity-checks-22.04 36 Build-Ubuntu-22.04-->zloop-checks-22.04 39 sanity-checks-20.04-->CleanUp+Summary 48 sanity-checks-22.04-->CleanUp+Summary
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 239 /// Checks if the specified directive is a directive with an associated 246 /// Checks if the specified directive is a worksharing directive. 252 /// Checks if the specified directive is a taskloop directive. 258 /// Checks if the specified directive is a parallel-kind directive. 264 /// Checks if the specified directive is a target code offload directive. 271 /// Checks if the specified directive is a target data offload directive. 279 /// Checks if the specified composite/combined directive constitutes a teams 287 /// Checks if the specified directive is a teams-kind directive. For example, 293 /// Checks if the specified directive is a simd directive. 299 /// Checks if the specified directive is a distribute directive. [all …]
|
/freebsd/contrib/kyua/m4/ |
H A D | compiler-flags.m4 | 37 dnl selected. This fact would confuse the flag checks below because we would 43 dnl Checks for a compiler flag and sets a result variable. 56 dnl flag checks (unless we are checking for -Werror already). 65 # compatible with other flags, and such compatibility checks are 82 dnl Checks for a compiler flag and appends it to a result variable. 108 dnl Checks for a C compiler flag and appends it to a variable. 120 dnl Checks for a C++ compiler flag and appends it to a variable. 132 dnl Checks for a set of C compiler flags and appends them to CFLAGS. 134 dnl The checks are performed independently and only when all the checks are 151 dnl Checks for a set of C++ compiler flags and appends them to CXXFLAGS. [all …]
|
/freebsd/contrib/lutok/m4/ |
H A D | compiler-flags.m4 | 37 dnl selected. This fact would confuse the flag checks below because we would 43 dnl Checks for a compiler flag and sets a result variable. 56 dnl flag checks (unless we are checking for -Werror already). 72 dnl Checks for a compiler flag and appends it to a result variable. 98 dnl Checks for a C compiler flag and appends it to a variable. 110 dnl Checks for a C++ compiler flag and appends it to a variable. 122 dnl Checks for a set of C compiler flags and appends them to CFLAGS. 124 dnl The checks are performed independently and only when all the checks are 141 dnl Checks for a set of C++ compiler flags and appends them to CXXFLAGS. 143 dnl The checks are performed independently and only when all the checks are
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | t_hostent.sh | 67 atf_set "descr" "Checks gethostbyname2(3) for AF_INET (auto, as determined by nsswitch.conf(5)" 82 atf_set "descr" "Checks gethostbyname2(3) for AF_INET6 (auto, as determined by nsswitch.conf(5)" 97 atf_set "descr" "Checks gethostbyaddr(3) for AF_INET (auto, as determined by nsswitch.conf(5)" 112 atf_set "descr" "Checks gethostbyaddr(3) for AF_INET6 (auto, as determined by nsswitch.conf(5)" 127 atf_set "descr" "Checks /etc/hosts name lookup for AF_INET" 137 atf_set "descr" "Checks /etc/hosts name lookup for AF_INET6" 147 atf_set "descr" "Checks /etc/hosts address lookup for AF_INET" 157 atf_set "descr" "Checks /etc/hosts address lookup for AF_INET6" 167 atf_set "descr" "Checks DNS name lookup for AF_INET" 182 atf_set "descr" "Checks DNS name lookup for AF_INET6" [all …]
|
/freebsd/contrib/netbsd-tests/crypto/libcrypto/ |
H A D | t_ciphers.sh | 31 atf_set "descr" "Checks blowfish cipher" 41 atf_set "descr" "Checks CAST cipher" 52 atf_set "descr" "Checks DES cipher (libdes)" 62 atf_set "descr" "Checks EVP cipher" 72 atf_set "descr" "Checks RC2 cipher" 82 atf_set "descr" "Checks RC4 cipher" 92 atf_set "descr" "Checks IDEA cipher" 102 atf_set "descr" "Checks RC5 cipher"
|
H A D | t_hashes.sh | 31 atf_set "descr" "Checks HMAC message authentication code" 41 atf_set "descr" "Checks MD2 digest" 51 atf_set "descr" "Checks MD4 digest" 61 atf_set "descr" "Checks MD5 digest" 71 atf_set "descr" "Checks RMD-160 digest" 81 atf_set "descr" "Checks SHA-1 digest" 92 atf_set "descr" "Checks MDC2 digest"
|
H A D | t_pubkey.sh | 31 atf_set "descr" "Checks DSA cipher" 41 atf_set "descr" "Checks Diffie-Hellman key agreement protocol" 51 atf_set "descr" "Checks RSA" 62 atf_set "descr" "Checks EC cipher" 73 atf_set "descr" "Checks ECDH key agreement protocol" 83 atf_set "descr" "Checks ECDSA algorithm" 94 atf_set "descr" "Checks SRP key agreement protocol"
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 25 // instruction itself (e.g. checks for overflow on nsw). 100 SmallVectorImpl<Value*> &Checks) { in generateCreationChecksForBinOp() argument 113 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 118 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 126 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 131 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 139 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 144 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 153 Checks.push_back(Check); in generateCreationChecksForBinOp() 162 Checks.push_back(Check); in generateCreationChecksForBinOp() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 48 /// \When performing memory disambiguation checks at runtime do not 52 // When creating runtime checks for nested loops, where possible try to 53 // write the checks in a form that allows them to be easily hoisted out of 60 /// Checks memory dependences among accesses to the same underlying 66 /// sometimes deal these potential dependencies by emitting runtime checks. 77 /// The latter case is safe because later checks guarantuee that there can't 105 // Can vectorize safely without RT checks. All dependences are known to be 108 // Can possibly vectorize with RT checks to overcome unknown dependencies. 125 // those cases, and also are unable to generate any runtime checks. 201 /// Only checks sets with elements in \p CheckDeps. [all …]
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_rmdir.sh | 30 # checks multiple error conditions. 35 atf_set "descr" "Checks that the mount point cannot be removed" 48 atf_set "descr" "Checks that non-existent directories cannot" \ 62 atf_set "descr" "Checks that removing a single directory works" 82 atf_set "descr" "Checks that removing nested directories works" 98 atf_set "descr" "Checks that '.' and '..' cannot be removed" 114 atf_set "descr" "Checks that non-empty directories cannot be removed" 133 atf_set "descr" "Checks the root directory's links after removals" 155 atf_set "descr" "Checks that the current directory cannot be removed" 173 atf_set "descr" "Checks that removing a directory raises the" \
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __assert | 38 // Fast hardening mode checks. 42 // Enabled checks. 45 // Disabled checks. 60 // Extensive hardening mode checks. 64 // Enabled checks. 75 // Disabled checks. 79 // Debug hardening mode checks. 83 // All checks enabled. 97 // Disable all checks if hardening is not enabled. 101 // All checks disabled.
|
/freebsd/contrib/netbsd-tests/net/mcast/ |
H A D | t_mcast.sh | 91 "Checks connected multicast for ipv4" 93 "Checks connected multicast for mapped ipv4" 95 "Checks connected multicast for mapped ipv4 using the v4 ioctls" 97 "Checks connected multicast for ipv6" 99 "Checks unconnected multicast for ipv4" 101 "Checks unconnected multicast for mapped ipv4" 103 "Checks unconnected multicast for mapped ipv4 using the v4 ioctls" 105 "Checks unconnected multicast for ipv6"
|
/freebsd/usr.bin/sdiff/tests/ |
H A D | sdiff_test.sh | 31 atf_set "descr" "Checks -l, -s and -w flags" 48 atf_set "descr" "Checks flags -l, -s and -w combined with -I" 68 atf_set "descr" "Checks comparing files containing tabs" 79 atf_set "descr" "Checks correct handling of lines ended with tabs" 96 atf_set "descr" "Checks interactive merging" 130 atf_set "descr" "Checks comparing file with itself" 141 atf_set "descr" "Checks comparing one-line files" 155 atf_set "descr" "Checks comparing with file containing only one character" 169 atf_set "descr" "Checks reading data from stdin" 185 atf_set "descr" "Checks premature stop of merging" [all …]
|
/freebsd/contrib/atf/atf-sh/ |
H A D | atf-check.1 | 52 will execute the provided command and apply checks specified 61 Multiple checks for the same output channel are allowed and, if specified, 63 match all the provided checks). 76 checks that the program exited cleanly and that its exit status is equal to 83 checks that the program exited due to a signal and that the signal that 98 checks that stdout is empty 124 Repeats failed checks until the 166 # Combined checks
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | t_curses.sh | 19 atf_set "descr" "Checks curses initialisation sequence" 79 atf_set "descr" "Checks reading a character input" 89 atf_set "descr" "Checks timeout when reading a character" 99 atf_set "descr" "Checks window creation" 109 atf_set "descr" "Checks drawing a border around a window" 119 atf_set "descr" "Checks drawing a box around a window" 129 atf_set "descr" "Checks printing to a window"
|
/freebsd/contrib/netbsd-tests/usr.bin/sdiff/ |
H A D | t_sdiff.sh | 31 atf_set "descr" "Checks -l, -s and -w flags" 48 atf_set "descr" "Checks flags -l, -s and -w combined with -I" 68 atf_set "descr" "Checks comparing files containing tabs" 79 atf_set "descr" "Checks correct handling of lines ended with tabs" 96 atf_set "descr" "Checks interactive merging" 130 atf_set "descr" "Checks comparing file with itself" 141 atf_set "descr" "Checks comparing one-line files" 155 atf_set "descr" "Checks comparing with file containing only one character" 169 atf_set "descr" "Checks reading data from stdin" 185 atf_set "descr" "Checks premature stop of merging"
|
/freebsd/contrib/netbsd-tests/usr.bin/grep/ |
H A D | t_grep.sh | 31 atf_set "descr" "Checks basic functionality" 42 atf_set "descr" "Checks handling of binary files" 54 atf_set "descr" "Checks recursive searching" 68 atf_set "descr" "Checks symbolic link recursion" 90 atf_set "descr" "Checks word-regexps" 107 atf_set "descr" "Checks handling of line beginnings and ends" 121 atf_set "descr" "Checks ignore-case option" 132 atf_set "descr" "Checks selecting non-matching lines with -v option" 143 atf_set "descr" "Checks whole-line matching with -x flag" 154 atf_set "descr" "Checks handlin [all...] |
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h | 246 /// Checks if the pointer is null. 253 /// Checks if the pointer is live. 259 /// Checks if the item is a field in an object. 376 /// Checks if the innermost field is an array. 382 /// Checks if the structure is a primitive array. 388 /// Checks if the structure is an array of unknown size. 394 /// Checks if the pointer points to an array. 437 /// Checks if the object is a union. 440 /// Checks if the storage is extern. 446 /// Checks if the storage is static. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 1 //===-- CFGuard.cpp - Control Flow Guard checks -----------------*- C++ -*-===// 11 /// checks on Windows targets. 32 STATISTIC(CFGuardCounter, "Number of Control Flow Guard checks added"); 36 /// Adds Control Flow Guard (CFG) checks on indirect function calls/invokes. 37 /// These checks ensure that the target address corresponds to the start of an 59 /// symbol. This checks that the target address is a valid address-taken 104 /// __guard_dispatch_icall_fptr global symbol. This checks that the target 146 // Only add checks if the module has the cfguard=2 flag. 177 "Control Flow Guard checks can only be added to indirect calls"); in insertCFGuardCheck() 206 "Control Flow Guard checks can only be added to indirect calls"); in insertCFGuardDispatch() [all …]
|
/freebsd/usr.bin/dtc/ |
H A D | checking.hh | 46 * semantic checks defined in subclasses. Note that device trees are generally 111 * Abstract base class for simple property checks. This class defines a check 124 * Implementation of the generic property-checking method that checks 156 * Empty property checker. This checks that the property has no value. 170 * String property checker. This checks that the property has exactly one 184 * String list property checker. This checks that the property has at least 208 * Phandle property checker. This checks that the property has exactly one 249 * The check manager is the interface to running the checks. This allows 250 * default checks to be enabled, non-default checks to be enabled, and so on. 287 * default checks. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 12 // "widening" and can be used hoist and common runtime checks in situations like 200 bool canBeHoistedTo(const SmallVectorImpl<Value *> &Checks, in canBeHoistedTo() argument 202 return all_of(Checks, in canBeHoistedTo() 209 void makeAvailableAt(const SmallVectorImpl<Value *> &Checks, in makeAvailableAt() argument 211 for (Value *V : Checks) in makeAvailableAt() 275 /// Parse \p ToParse into a conjunction (logical-and) of range checks; and 276 /// append them to \p Checks. Returns true on success, may clobber \c Checks 279 SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks() argument 281 if (!parseRangeChecks(CheckCond, Checks)) in parseRangeChecks() 287 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks); [all …]
|