Searched refs:my_opts (Results 1 – 1 of 1) sorted by relevance
878 char *saveptr, *my_opts; in ignore() local892 if ((saveptr = my_opts = strdup(opts)) == NULL) in ignore()895 while (*my_opts != '\0') { in ignore()896 if (getsubopt(&my_opts, mntopts, &value) == IGNORE) in ignore()