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

/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c237 int longestmatch; local
242 longestmatch = strlen(mountmatch->mnt_mountp);
259 longestmatch = 0;
288 if (len > longestmatch) {
290 longestmatch = len;
295 if (longestmatch == 0) {
359 int longestmatch; local
377 longestmatch = 0;
385 if (len > longestmatch) {
387 longestmatch
[all...]

Completed in 65 milliseconds