Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c608 inherit_options(char *opts, char **mapentopts) in inherit_options() argument
615 size_t len = strlen(*mapentopts); in inherit_options()
627 (void) strcpy(new, *mapentopts); in inherit_options()
629 mtmap.mnt_mntopts = *mapentopts; in inherit_options()
640 free(*mapentopts); in inherit_options()
641 *mapentopts = new; in inherit_options()