| /openbsd-src/regress/lib/libc/hsearch/ |
| H A D | hsearchtest.c | 90 ep = hsearch(e, FIND); in main() 99 ep = hsearch(e, FIND); in main() 106 ep = hsearch(e, FIND); in main() 111 ep = hsearch(e, FIND); in main() 113 ep2 = hsearch(e, FIND); in main()
|
| /openbsd-src/lib/libc/stdlib/ |
| H A D | hcreate.c | 163 _DIAGASSERT(action == ENTER || action == FIND); in hsearch() 178 else if (action == FIND) in hsearch()
|
| /openbsd-src/usr.bin/dig/lib/isc/ |
| H A D | symtab.c | 132 #define FIND(s, k, t, b, e) \ macro 157 FIND(symtab, key, type, bucket, elt); in isc_symtab_lookup() 217 FIND(symtab, key, type, bucket, elt); in isc_symtab_define()
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | TensorFlowCompile.cmake | 10 string(FIND ${model} "http:" pos_http) 11 string(FIND ${model} "https:" pos_https) 14 string(FIND ${model} "/" fname_start REVERSE)
|
| H A D | LLVM-Config.cmake | 265 list(FIND capitalized_libs LLVM${capitalized} lib_idx)
|
| H A D | HandleLLVMOptions.cmake | 281 string(FIND "${flags}" "/INCREMENTAL" idx REVERSE) 530 string(FIND "${all_linker_flags_uppercase}" "/DEBUG" linker_flag_idx)
|
| H A D | AddLLVM.cmake | 2004 string(FIND ${lit_suite} Inputs is_inputs) 2005 string(FIND ${lit_suite} Output is_output) 2140 string(FIND "${ARG_OUTPUT_DIR}" "/${first_type}/" type_start REVERSE)
|
| /openbsd-src/include/ |
| H A D | search.h | 26 FIND, ENTER enumerator
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/ |
| H A D | CMakeLists.txt | 25 list(FIND LLVM_DYLIB_COMPONENTS ${c} C_IDX)
|
| /openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/ |
| H A D | CompilerRTUtils.cmake | 56 list(FIND ${input2} ${it} index) 79 list(FIND COMPILER_RT_SUPPORTED_ARCH ${arch} ARCH_INDEX) 316 list(FIND LLVM_AVAILABLE_LIBS LLVMXRay XRAY_INDEX) 323 list(FIND LLVM_AVAILABLE_LIBS LLVMTestingSupport TESTINGSUPPORT_INDEX) 413 string(FIND ${COMPILER_RT_DEFAULT_TARGET_TRIPLE} "-" dash_index)
|
| H A D | CheckSectionExists.cmake | 82 string(FIND "${CHECK_OUTPUT}" "${section}" SECTION_FOUND)
|
| H A D | CompilerRTDarwinUtils.cmake | 392 list(FIND ${excluded_list} ${_name_we} _found) 516 list(FIND COMPILER_RT_SUPPORTED_ARCH i386 i386_idx) 521 list(FIND COMPILER_RT_SUPPORTED_ARCH x86_64 x86_64_idx)
|
| /openbsd-src/gnu/llvm/llvm/runtimes/ |
| H A D | CMakeLists.txt | 98 string(FIND "${variableName}" "BUILTINS_${target}" out) 186 string(FIND ${projName} "lib" LIB_IDX) 324 string(FIND "${variableName}" "RUNTIMES_${target}_" out) 333 string(FIND "${variableName}" "RUNTIMES_${name}_" out)
|
| /openbsd-src/gnu/llvm/lldb/cmake/modules/ |
| H A D | FindPythonAndSwig.cmake | 24 string(FIND "${Python3_LIBRARIES}" "Python3.framework" python_framework_pos)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | str-1t.fin | 80 Find FIND
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | CMakeLists.txt | 18 string(FIND ${CMAKE_CURRENT_BINARY_DIR} "/lib/" PATH_LIB_START REVERSE)
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CMakeLists.txt | 122 list(FIND LLVM_BINDINGS_LIST ocaml uses_ocaml)
|
| /openbsd-src/usr.bin/fstat/ |
| H A D | fstat.c | 619 found = hsearch(entry, FIND); in splice_find()
|
| /openbsd-src/gnu/llvm/compiler-rt/cmake/ |
| H A D | config-ix.cmake | 246 list(FIND COMPILER_RT_SUPPORTED_ARCH ${arch} ARCH_INDEX) 263 list(FIND COMPILER_RT_SUPPORTED_ARCH ${arch} ARCH_INDEX)
|
| /openbsd-src/usr.bin/bc/ |
| H A D | bc.y | 868 found = hsearch(entry, FIND); in lookup()
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | CMakeLists.txt | 804 list(FIND CMAKE_FIND_LIBRARY_SUFFIXES ${shared_lib_suffix} shared_lib_suffix_idx) 898 list(FIND LLVM_ALL_TARGETS ${t} idx) 899 list(FIND LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ${t} idy)
|
| /openbsd-src/usr.bin/rsync/ |
| H A D | flist.c | 1334 if (hsearch(hent, FIND) != NULL) in flist_gen_dels()
|
| /openbsd-src/gnu/llvm/llvm/cmake/ |
| H A D | config-ix.cmake | 505 list(FIND LLVM_TARGETS_TO_BUILD ${NATIVE_KEYWORD} idx)
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1547 case FIND: { in Fold() 1611 case FIND: Result = "!find"; break; in getAsString()
|
| /openbsd-src/gnu/llvm/clang/ |
| H A D | CMakeLists.txt | 498 string(FIND "${CLANG_ORDER_FILE}" "${CMAKE_CURRENT_BINARY_DIR}" PATH_START)
|