Searched defs:mapentopts (Results 1 - 1 of 1) sorted by relevance

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

Completed in 683 milliseconds