/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | FindZ3.cmake | 37 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 D | FindSMI.cmake | 6 find_path(SMI_INCLUDE_DIR smi.h)
|
H A D | FindPCAP.cmake | 27 # 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 D | FindTC.cmake | 6 find_path(TC_INCLUDE_DIR TcApi.h)
|
H A D | FindSNF.cmake | 6 find_path(SNF_INCLUDE_DIR snf.h /opt/snf)
|
H A D | FindDAG.cmake | 6 find_path(DAG_INCLUDE_DIR dagapi.h)
|
H A D | FindAirPcap.cmake | 49 find_path(AirPcap_INCLUDE_DIR airpcap.h
|
H A D | FindPacket.cmake | 89 find_path(Packet_INCLUDE_DIR Packet32.h
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/ |
H A D | HandleGTest.cmake | 90 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 D | HandleGTest.cmake | 90 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 D | Findsodium.cmake | 80 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 D | haiku.c | 44 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 D | fs.c | 1579 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 D | process.c | 833 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 D | cfgloopmanip.cc | 40 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 D | ChangeLog-2003 | 244 * cfgloopmanip.c (remove_bbs, find_path, create_preheader, 30842 (find_path, remove_path): Add ability to remove enclosing loops.
|
H A D | ChangeLog.tree-ssa | 3594 * cfgloopmanip.c (remove_bbs, find_path, create_preheader,
|
H A D | ChangeLog-2012 | 14684 * cfgloopmanip.c (find_path): Use XNEWVEC instead of XCNEWVEC for
|
/netbsd-src/external/bsd/libevent/dist/cmake/ |
H A D | LibeventConfig.cmake.in | 117 find_path(_event_h
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloopmanip.c | 40 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 D | PathTree.h | 368 NodeIdx find_path (Experiment*, DataView*, long);
|
H A D | PathTree.cc | 361 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 D | PathTree.h | 368 NodeIdx find_path (Experiment*, DataView*, long);
|
H A D | PathTree.cc | 361 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 D | config-ix.cmake | 329 find_path(FFI_INCLUDE_PATH ffi.h PATHS ${FFI_INCLUDE_DIR}) 334 find_path(FFI_INCLUDE_PATH ffi/ffi.h PATHS ${FFI_INCLUDE_DIR})
|