Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Dmount.c878 char *saveptr, *my_opts; in ignore() local
892 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()