Searched defs:opt_found (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c287 char *opt_found; local
290 opt_found = hasmntopt(&mnttab_entry, mntopt);
291 if (opt_found != NULL) {
872 char *opt_found; local
875 opt_found = strstr(opt_string, opt);
877 if (opt_found == NULL) {

Completed in 59 milliseconds