Home
last modified time | relevance | path

Searched refs:find_path (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DFindZ3.cmake37 find_path(Z3_INCLUDE_DIR NAMES z3.h
50 find_path(Z3_INCLUDE_DIR NAMES z3.h
/netbsd-src/external/bsd/tcpdump/dist/cmake/Modules/
H A DFindSMI.cmake6 find_path(SMI_INCLUDE_DIR smi.h)
H A DFindPCAP.cmake27 # they're not supposed to be cache entries, and find_path() and
30 find_path(PCAP_INCLUDE_DIR pcap.h)
421 # they're not supposed to be cache entries, and find_path() and
426 find_path(PCAP_INCLUDE_DIR pcap.h)
/netbsd-src/external/bsd/libpcap/dist/cmake/Modules/
H A DFindTC.cmake6 find_path(TC_INCLUDE_DIR TcApi.h)
H A DFindSNF.cmake6 find_path(SNF_INCLUDE_DIR snf.h /opt/snf)
H A DFindDAG.cmake6 find_path(DAG_INCLUDE_DIR dagapi.h)
H A DFindAirPcap.cmake49 find_path(AirPcap_INCLUDE_DIR airpcap.h
H A DFindPacket.cmake89 find_path(Packet_INCLUDE_DIR Packet32.h
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/
H A DHandleGTest.cmake90 find_path(HEADER_PATH_${HEADER} ${HFILE}
103 find_path(GMOCK_INCLUDE_DIRS gmock/gmock.h
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/
H A DHandleGTest.cmake90 find_path(HEADER_PATH_${HEADER} ${HFILE}
103 find_path(GMOCK_INCLUDE_DIRS gmock/gmock.h
/netbsd-src/sys/external/isc/libsodium/dist/contrib/
H A DFindsodium.cmake80 find_path(sodium_INCLUDE_DIR sodium.h
97 find_path(sodium_INCLUDE_DIR sodium.h
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dhaiku.c44 status = find_path(B_APP_IMAGE_SYMBOL, B_FIND_PATH_IMAGE_PATH, NULL, abspath, in uv_exepath()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c1579 WCHAR* find_path; in fs__opendir() local
1584 find_path = NULL; in fs__opendir()
1607 find_path = uv__malloc(sizeof(WCHAR) * (len + 4)); in fs__opendir()
1608 if (find_path == NULL) { in fs__opendir()
1613 _snwprintf(find_path, len + 3, fmt, pathw); in fs__opendir()
1614 dir->dir_handle = FindFirstFileW(find_path, &dir->find_data); in fs__opendir()
1615 uv__free(find_path); in fs__opendir()
1616 find_path = NULL; in fs__opendir()
1630 uv__free(find_path); in fs__opendir()
H A Dprocess.c833 static WCHAR* find_path(WCHAR *env) { in find_path() function
1019 path = find_path(env); in uv_spawn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.cc40 static int find_path (edge, basic_block **);
70 find_path (edge e, basic_block **bbs) in find_path() function
344 nrem = find_path (e, &rem_bbs); in remove_path()
H A DChangeLog-2003244 * cfgloopmanip.c (remove_bbs, find_path, create_preheader,
30842 (find_path, remove_path): Add ability to remove enclosing loops.
H A DChangeLog.tree-ssa3594 * cfgloopmanip.c (remove_bbs, find_path, create_preheader,
H A DChangeLog-201214684 * cfgloopmanip.c (find_path): Use XNEWVEC instead of XCNEWVEC for
/netbsd-src/external/bsd/libevent/dist/cmake/
H A DLibeventConfig.cmake.in117 find_path(_event_h
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.c40 static int find_path (edge, basic_block **);
70 find_path (edge e, basic_block **bbs) in find_path() function
345 nrem = find_path (e, &rem_bbs); in remove_path()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPathTree.h368 NodeIdx find_path (Experiment*, DataView*, long);
H A DPathTree.cc361 PathTree::find_path (Experiment *exp, DataView *dview, long recIdx) in find_path() function in PathTree
639 path_idx = find_path (exp, packets, i); in process_packets()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.h368 NodeIdx find_path (Experiment*, DataView*, long);
H A DPathTree.cc361 PathTree::find_path (Experiment *exp, DataView *dview, long recIdx) in find_path() function in PathTree
639 path_idx = find_path (exp, packets, i); in process_packets()
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/
H A Dconfig-ix.cmake329 find_path(FFI_INCLUDE_PATH ffi.h PATHS ${FFI_INCLUDE_DIR})
334 find_path(FFI_INCLUDE_PATH ffi/ffi.h PATHS ${FFI_INCLUDE_DIR})

12