/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 158 std::unique_ptr<InterfaceFile> IF(new InterfaceFile()); in merge() local 159 IF->setFileType(std::max(getFileType(), O->getFileType())); in merge() 160 IF->setPath(getPath()); in merge() 161 IF->setInstallName(getInstallName()); in merge() 162 IF->setCurrentVersion(getCurrentVersion()); in merge() 163 IF->setCompatibilityVersion(getCompatibilityVersion()); in merge() 166 IF->setSwiftABIVersion(O->getSwiftABIVersion()); in merge() 168 IF->setSwiftABIVersion(getSwiftABIVersion()); in merge() 170 IF->setTwoLevelNamespace(isTwoLevelNamespace()); in merge() 171 IF->setApplicationExtensionSafe(isApplicationExtensionSafe()); in merge() [all …]
|
/freebsd/crypto/openssl/engines/ |
H A D | build.info | 1 IF[{- !$disabled{"engine"} -}] 3 IF[{- !$disabled{asm} -}] 9 IF[$PADLOCKASM_{- $target{asm_arch} -}] 15 IF[{- $disabled{"dynamic-engine"} -}] 17 IF[{- !$disabled{padlockeng} -}] 21 IF[{- !$disabled{capieng} -}] 24 IF[{- !$disabled{afalgeng} -}] 27 IF[{- !$disabled{"devcryptoeng"} -}] 31 IF[{- !$disabled{padlockeng} -}] 37 IF[{- defined $target{shared_defflag} -}] [all …]
|
/freebsd/contrib/libucl/ |
H A D | CMakeLists.txt | 30 IF(NOT LUA_VERSION_MAJOR OR NOT LUA_VERSION_MINOR) 34 IF(ENABLE_LUAJIT MATCHES "ON") 66 IF(NOT LUA_LIBRARY OR NOT LUA_INCLUDE_DIR) 119 IF(LUA_LIBRARY AND LUA_INCLUDE_DIR) 121 IF(NOT LUA_VERSION_MAJOR OR NOT LUA_VERSION_MINOR) 125 IF(ENABLE_LUAJIT MATCHES "ON") 133 IF(CMAKE_SYSTEM_NAME STREQUAL "Linux") 137 IF(ENABLE_URL_INCLUDE MATCHES "ON") 149 IF(LIBFETCH_LIBRARY) 157 IF(NOT CURL_FOUND) [all …]
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | build.info | 35 IF[{- !$disabled{des} -}] 56 IF[{- !$disabled{siv} -}] 61 IF[{- !$disabled{des} -}] 68 IF[{- !$disabled{module} -}] 74 IF[{- !$disabled{aria} -}] 81 IF[{- !$disabled{camellia} -}] 86 IF[{- !$disabled{bf} -}] 91 IF[{- !$disabled{idea} -}] 96 IF[{- !$disabled{cast} -}] 101 IF[{- !$disabled{seed} -}] [all …]
|
/freebsd/sys/contrib/libsodium/builds/msvc/build/ |
H A D | buildbase.bat | 8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat 10 IF NOT EXIST %environment% SET environment="%programfiles%\%tools%" 11 IF NOT EXIST %environment% GOTO no_tools 20 IF errorlevel 1 GOTO error 23 IF errorlevel 1 GOTO error 26 IF errorlevel 1 GOTO error 29 IF errorlevel 1 GOTO error 32 IF errorlevel 1 GOTO error 35 IF errorlevel 1 GOTO error 42 IF errorlevel 1 GOTO error [all …]
|
/freebsd/crypto/openssl/apps/ |
H A D | build.info | 5 IF[{- !$disabled{uplink} -}] 8 IF[{- $config{target} =~ /^vms-/ -}] 22 IF[{- !$disabled{'ec'} -}] 25 IF[{- !$disabled{'ocsp'} -}] 28 IF[{- !$disabled{'srp'} -}] 31 IF[{- !$disabled{'ts'} -}] 34 IF[{- !$disabled{'dh'} -}] 37 IF[{- !$disabled{'dsa'} -}] 40 IF[{- !$disabled{'engine'} -}] 43 IF[{- !$disabled{'rsa'} -}] [all …]
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | build.info | 25 IF[{- !$disabled{'deprecated-3.0'} -}] 28 IF[{- !$disabled{'deprecated-0.9.8'} -}] 31 IF[{- !$disabled{'rsa'} -}] 34 IF[{- !$disabled{md2} -}] 37 IF[{- !$disabled{md4} -}] 40 IF[{- !$disabled{md5} -}] 43 IF[{- !$disabled{mdc2} -}] 46 IF[{- !$disabled{blake2} -}] 49 IF[{- !$disabled{whirlpool} -}] 52 IF[{- !$disabled{rmd160} -}] [all …]
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | build.info | 18 IF[{- !$disabled{module} -}] 32 IF[{- !$disabled{blake2} -}] 36 IF[{- !$disabled{sm3} -}] 40 IF[{- !$disabled{md5} -}] 44 IF[{- !$disabled{md2} -}] 48 IF[{- !$disabled{md4} -}] 52 IF[{- !$disabled{mdc2} -}] 56 IF[{- !$disabled{whirlpool} -}] 60 IF[{- !$disabled{rmd160} -}]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 132 for (GlobalIFunc &IF : llvm::make_early_inc_range(M.ifuncs())) { in run() 133 bool Delete = deleteStuff == (bool)Named.count(&IF); in run() 134 makeVisible(IF, Delete); in run() 139 auto *FuncType = dyn_cast<FunctionType>(IF.getValueType()); in run() 140 IF.removeFromParent(); in run() 143 IF.getAddressSpace(), IF.getName(), &M); in run() 144 IF.replaceAllUsesWith(Declaration); in run() 145 delete &IF; in run()
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | netconfig | 46 for IF in `ifconfig -l`; do 47 test "$IF" = "lo0" && continue 48 (ifconfig -g wlan | egrep -wq $IF) && continue 49 INTERFACES="$INTERFACES $IF" 55 for IF in $(sysctl -in net.wlan.devices); do 56 if [ $IF = $1 ]; then 63 for IF in $INTERFACES; do 64 DESC=`sysctl -n dev.$(echo $IF | sed -E 's/([[:alpha:]]*)([[:digit:]]*)/\1.\2/g').%desc` 65 BSDDIALOG_ITEMS="$BSDDIALOG_ITEMS $IF \"$DESC\""
|
/freebsd/crypto/openssl/Configurations/ |
H A D | INTERNALS.Configure | 34 stack top is > 0. Condition lines (IF, ELSIF, ELSE and ENDIF 43 | IF[1] | 1 | | 45 | IF[1] | 1 1 | | 55 | IF[1] | -1 -1 | | 67 | IF[0] | 0 | | 69 | IF[1] | 0 -1 | | 79 | IF[1] | 1 1 | | 91 | IF[0] | 0 | | 93 | IF[0] | 0 -1 | | 103 | IF[0] | 1 0 | | [all …]
|
/freebsd/contrib/googletest/ci/ |
H A D | windows-presubmit.bat | 14 IF EXIST git\googletest ( 16 ) ELSE IF EXIST github\googletest ( 20 IF %errorlevel% neq 0 EXIT /B 1 35 IF %errorlevel% neq 0 EXIT /B 1 38 IF %errorlevel% neq 0 EXIT /B 1 41 IF %errorlevel% neq 0 EXIT /B 1 63 IF %errorlevel% neq 0 EXIT /B 1
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | build.info | 12 IF[{- !$disabled{dh} -}] 15 IF[{- !$disabled{dsa} -}] 18 IF[{- !$disabled{ec} -}] 22 IF[{- !$disabled{asm} -}] 27 IF[$ECASM_{- $target{asm_arch} -}] 32 IF[{- !$disabled{ec} -}]
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | btyacc_demo.output | 83 53 statement : IF '(' $$6 expr ')' THEN $$8 statement ELSE $$9 statement 84 54 | IF '(' $$6 expr ')' THEN $$8 statement 791 IF reduce 8 920 IF shift 83 1012 statement : IF . '(' $$6 expr ')' THEN $$8 statement ELSE $$9 statement (53) 1013 statement : IF . '(' $$6 expr ')' THEN $$8 statement (54) 1058 statement : IF '(' . $$6 expr ')' THEN $$8 statement ELSE $$9 statement (53) 1059 statement : IF '(' . $$6 expr ')' THEN $$8 statement (54) 1080 statement : IF '(' $$6 . expr ')' THEN $$8 statement ELSE $$9 statement (53) 1081 statement : IF '(' $$6 . expr ')' THEN $$8 statement (54) [all …]
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | cmd-doc.tlib | 177 IF (exist? "doc-sub") :+][+: 181 IF (define field-name (get "sub-type" target-form)) 218 IF 276 IF (. command-doc) :+][+: 280 IF (or home-rc-files environ-init) :+][+: 283 IF (. home-rc-files) :+][+: 287 IF (. environ-init) :+][+: 302 IF (exist? "copyright") :+][+: 325 IF 392 IF (= (get "main.main-type") "for-each"):+][+: [all …]
|
H A D | mdoc-synopsis.tlib | 7 IF (. use-flags) :+][+: 8 IF (exist? "long-opts") :+] 31 IF (exist? "argument") :+][+: 34 IF (exist? "reorder-args") :+] 48 IF (exist? "main") :+][+: 67 IF (define comment-char (get "comment-char" "#")) 74 IF (exist? "interleaved") :+]
|
/freebsd/crypto/openssl/fuzz/ |
H A D | build.info | 11 IF[{- !$disabled{"fuzz-afl"} || !$disabled{"fuzz-libfuzzer"} -}] 14 IF[{- !$disabled{"cmp"} -}] 18 IF[{- !$disabled{"cms"} -}] 22 IF[{- !$disabled{"ct"} -}] 26 IF[{- !$disabled{"ocsp"} -}] 79 IF[{- !$disabled{tests} -}] 82 IF[{- !$disabled{"cmp"} -}] 86 IF[{- !$disabled{"cms"} -}] 90 IF[{- !$disabled{"ct"} -}] 94 IF[{- !$disabled{"ocsp"} -}]
|
/freebsd/crypto/openssl/providers/implementations/exchange/ |
H A D | build.info | 9 IF[{- !$disabled{dh} -}] 13 IF[{- !$disabled{asm} -}] 18 IF[$ECASM_{- $target{asm_arch} -}] 23 IF[{- !$disabled{ec} -}]
|
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | build.info | 16 IF[{- !$disabled{cmac} -}] 20 IF[{- !$disabled{blake2} -}] 24 IF[{- !$disabled{siphash} -}] 28 IF[{- !$disabled{poly1305} -}]
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | build.info | 2 IF[{- $config{target} =~ /^(?:VC-|mingw|BC-)/ -}] 6 IF[{- $config{target} =~ /^vms-/ -}] 15 IF[{- !$disabled{apps} -}] 21 IF[{- !$disabled{srp} -}]
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | build.info | 30 IF[{- !$disabled{dsa} -}] 45 IF[{- !$disabled{ec} -}] 60 IF[{- !$disabled{ec} -}] 86 IF[{- !$disabled{sm2} -}] 104 IF[{- !$disabled{dsa} -}] 108 IF[{- !$disabled{ec} -}] 113 IF[{- !$disabled{sm2} -}]
|
/freebsd/crypto/openssl/crypto/whrlpool/ |
H A D | build.info | 4 IF[{- !$disabled{asm} -}] 5 IF[{- $config{processor} ne "386" -}] 14 IF[$WPASM_{- $target{asm_arch} -}] 25 IF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMerge.cpp | 208 std::ifstream IF(CFPath); in CrashResistantMergeInternalStep() local 209 M.ParseOrExit(IF, false); in CrashResistantMergeInternalStep() 210 IF.close(); in CrashResistantMergeInternalStep() 448 std::ifstream IF(CFPath); in CrashResistantMerge() local 449 if (M.Parse(IF, /*ParseCoverage=*/true)) { in CrashResistantMerge() 518 std::ifstream IF(CFPath); in CrashResistantMerge() local 519 IF.seekg(0, IF.end); in CrashResistantMerge() 521 (size_t)IF.tellg()); in CrashResistantMerge() 522 IF.seekg(0, IF.beg); in CrashResistantMerge() 523 M.ParseOrExit(IF, true); in CrashResistantMerge() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 302 InputFile IF; in open() local 317 IF.CoffObject = std::move(*BinaryOrErr); in open() 318 IF.PdbOrObj = llvm::cast<COFFObjectFile>(IF.CoffObject.getBinary()); in open() 319 return std::move(IF); in open() 327 IF.PdbSession.reset(static_cast<NativeSession *>(Session.release())); in open() 328 IF.PdbOrObj = &IF.PdbSession->getPDBFile(); in open() 330 return std::move(IF); in open() 344 IF in open() [all...] |
/freebsd/contrib/libucl/m4/ |
H A D | ax_lua.m4 | 7 # AX_PROG_LUA[([MINIMUM-VERSION], [TOO-BIG-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 8 # AX_LUA_HEADERS[([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 9 # AX_LUA_LIBS[([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 10 # AX_LUA_READLINE[([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 84 # If an acceptable Lua interpreter is found, then ACTION-IF-FOUND is 85 # performed, otherwise ACTION-IF-NOT-FOUND is preformed. If ACTION-IF-NOT- 120 # If headers are found, then ACTION-IF-FOUND is performed, otherwise 121 # ACTION-IF-NOT-FOUND is performed. If ACTION-IF-NOT-FOUND is blank, then 141 # If libraries are found, then ACTION-IF-FOUND is performed, otherwise 142 # ACTION-IF-NOT-FOUND is performed. If ACTION-IF-NOT-FOUND is blank, then [all …]
|