Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c606 inherit_options(char *opts, char **mapentopts) in inherit_options() argument
613 size_t len = strlen(*mapentopts); in inherit_options()
625 (void) strcpy(new, *mapentopts); in inherit_options()
627 mtmap.mnt_mntopts = *mapentopts; in inherit_options()
638 free(*mapentopts); in inherit_options()
639 *mapentopts = new; in inherit_options()