Searched refs:opt_found (Results 1 – 1 of 1) sorted by relevance
285 char *opt_found; in fs_get_mounts_by_mntopt() local288 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() local873 opt_found = strstr(opt_string, opt); in is_option()875 if (opt_found == NULL) { in is_option()