Home
last modified time | relevance | path

Searched refs:opt_found (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c285 char *opt_found; in fs_get_mounts_by_mntopt() local
288 opt_found = hasmntopt(&mnttab_entry, mntopt); in fs_get_mounts_by_mntopt()
289 if (opt_found != NULL) { in fs_get_mounts_by_mntopt()
870 char *opt_found; in is_option() local
873 opt_found = strstr(opt_string, opt); in is_option()
875 if (opt_found == NULL) { in is_option()