Searched refs:found_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc411 if (const char *found_path = FindPathToBinary("llvm-symbolizer")) {
412 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path);
413 return new(*allocator) LLVMSymbolizer(found_path, allocator);
416 if (const char *found_path = FindPathToBinary("atos")) {
417 VReport(2, "Using atos found at: %s\n", found_path);
418 return new(*allocator) AtosSymbolizer(found_path, allocator);
422 if (const char *found_path = FindPathToBinary("addr2line")) {
423 VReport(2, "Using addr2line found at: %s\n", found_path);
424 return new(*allocator) Addr2LinePool(found_path, allocator);
/freebsd-11.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_pkt_randomizer.c70 boolean_t res = FALSE, found_path; local
77 found_path = TRUE;
90 found_path = FALSE;
92 /* If found_path is TRUE then there is a full match of the path */
93 if (found_path == TRUE) {
/freebsd-11.0-release/contrib/bmake/
H A Dmain.c393 char found_path[MAXPATHLEN + 1]; /* for searching for sys.mk */ local
573 found_path, sizeof(found_path)))
575 (void)Dir_AddDir(sysIncPath, found_path);
859 char found_path[MAXPATHLEN + 1]; /* for searching for sys.mk */ local
1207 found_path, sizeof(found_path))) {
1208 (void)Dir_AddDir(defIncPath, found_path);

Completed in 94 milliseconds