Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c880 char *saveptr, *my_opts; in ignore() local
894 if ((saveptr = my_opts = strdup(opts)) == NULL) in ignore()
897 while (*my_opts != '\0') { in ignore()
898 if (getsubopt(&my_opts, mntopts, &value) == IGNORE) in ignore()