Searched refs:searchpath (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libfru/include/
H A Dlibfrup.h67 extern int fru_pathmatch(const char *path, const char *searchpath);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/
H A DKid.pm49 my(@searchpath); # from "-L/path" entries in $potential_libs
79 push(@searchpath, $thislib);
92 foreach $thispth (@searchpath, @libpath){
254 my @searchpath; # from "-L/path" in $potential_libs
303 push(@searchpath, $_);
325 foreach $thispth (@searchpath, @libpath){
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc721 * Return true if "searchpath" equals "path" or is a tail of "path" and
725 fru_pathmatch(const char *path, const char *searchpath) argument
729 if (((match = strstr(path, searchpath)) != NULL) &&
730 ((match + strlen(searchpath)) == (path + strlen(path))) &&
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1751 char **searchpath, int npaths)
1763 iarg.path = searchpath;
1749 zpool_find_import_cluster(libzfs_handle_t *hdl, char *poolname, uint64_t guid, const char *cachefile, boolean_t cachefile_trusted, char **searchpath, int npaths) argument
/osnet-11/usr/src/grub/grub2/
H A Dconfigure7725 searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
7726 if test -n "$searchpath"; then
7728 for searchdir in $searchpath; do
[all...]

Completed in 155 milliseconds