Searched refs:addopt (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_parse.c | 1179 char *addopt = "direct"; in automount_opts() local 1181 len = strlen(mapopts)+ strlen(addopt)+2; /* +2 for ",", '\0' */ in automount_opts() 1222 strcat(*map_mntopts, addopt); in automount_opts()
|
/titanic_50/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 2899 addopt(char *buf, int opt, char *optarg, size_t bufsize) in addopt() function 3014 if (addopt(cmdbuf, optopt, optarg, sizeof (cmdbuf)) != Z_OK) { in install_func() 3018 if (addopt(postcmdbuf, optopt, optarg, sizeof (postcmdbuf)) in install_func() 3026 if (addopt(cmdbuf, 0, argv[optind], sizeof (cmdbuf)) != Z_OK) { in install_func() 3031 if (addopt(postcmdbuf, 0, argv[optind], sizeof (postcmdbuf)) in install_func()
|