Home
last modified time | relevance | path

Searched refs:FIND (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/regress/lib/libc/hsearch/
H A Dhsearchtest.c90 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 Dhcreate.c163 _DIAGASSERT(action == ENTER || action == FIND); in hsearch()
178 else if (action == FIND) in hsearch()
/openbsd-src/usr.bin/dig/lib/isc/
H A Dsymtab.c132 #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 DTensorFlowCompile.cmake10 string(FIND ${model} "http:" pos_http)
11 string(FIND ${model} "https:" pos_https)
14 string(FIND ${model} "/" fname_start REVERSE)
H A DLLVM-Config.cmake265 list(FIND capitalized_libs LLVM${capitalized} lib_idx)
H A DHandleLLVMOptions.cmake281 string(FIND "${flags}" "/INCREMENTAL" idx REVERSE)
530 string(FIND "${all_linker_flags_uppercase}" "/DEBUG" linker_flag_idx)
H A DAddLLVM.cmake2004 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 Dsearch.h26 FIND, ENTER enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A DCMakeLists.txt25 list(FIND LLVM_DYLIB_COMPONENTS ${c} C_IDX)
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTUtils.cmake56 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 DCheckSectionExists.cmake82 string(FIND "${CHECK_OUTPUT}" "${section}" SECTION_FOUND)
H A DCompilerRTDarwinUtils.cmake392 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 DCMakeLists.txt98 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 DFindPythonAndSwig.cmake24 string(FIND "${Python3_LIBRARIES}" "Python3.framework" python_framework_pos)
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstr-1t.fin80 Find FIND
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DCMakeLists.txt18 string(FIND ${CMAKE_CURRENT_BINARY_DIR} "/lib/" PATH_LIB_START REVERSE)
/openbsd-src/gnu/llvm/llvm/docs/
H A DCMakeLists.txt122 list(FIND LLVM_BINDINGS_LIST ocaml uses_ocaml)
/openbsd-src/usr.bin/fstat/
H A Dfstat.c619 found = hsearch(entry, FIND); in splice_find()
/openbsd-src/gnu/llvm/compiler-rt/cmake/
H A Dconfig-ix.cmake246 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 Dbc.y868 found = hsearch(entry, FIND); in lookup()
/openbsd-src/gnu/llvm/llvm/
H A DCMakeLists.txt804 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 Dflist.c1334 if (hsearch(hent, FIND) != NULL) in flist_gen_dels()
/openbsd-src/gnu/llvm/llvm/cmake/
H A Dconfig-ix.cmake505 list(FIND LLVM_TARGETS_TO_BUILD ${NATIVE_KEYWORD} idx)
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp1547 case FIND: { in Fold()
1611 case FIND: Result = "!find"; break; in getAsString()
/openbsd-src/gnu/llvm/clang/
H A DCMakeLists.txt498 string(FIND "${CLANG_ORDER_FILE}" "${CMAKE_CURRENT_BINARY_DIR}" PATH_START)

12