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

/freebsd-10.2-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.2-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);
858 char found_path[MAXPATHLEN + 1]; /* for searching for sys.mk */ local
1214 found_path, sizeof(found_path))) {
1215 (void)Dir_AddDir(defIncPath, found_path);

Completed in 111 milliseconds