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

/freebsd-10.1-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-10.1-release/contrib/bmake/
H A Dmain.c386 char found_path[MAXPATHLEN + 1]; /* for searching for sys.mk */ local
566 found_path, sizeof(found_path)))
568 (void)Dir_AddDir(sysIncPath, found_path);
851 char found_path[MAXPATHLEN + 1]; /* for searching for sys.mk */ local
1187 found_path, sizeof(found_path))) {
1188 (void)Dir_AddDir(defIncPath, found_path);

Completed in 53 milliseconds