Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c184 char *subopts, *optval; in main() local
216 subopts = optarg; in main()
217 while (*subopts != '\0') { in main()
218 switch (getsubopt(&subopts, subopt_v, in main()
/titanic_41/usr/src/cmd/fs.d/dev/
H A Dmount.c205 parse_subopts(char *subopts) in parse_subopts() argument
210 while (*subopts != '\0') { in parse_subopts()
211 switch (getsubopt(&subopts, myopts, &value)) { in parse_subopts()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c72 static char *subopts [] = { variable
119 subopts, &value); in main()
/titanic_41/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1287 char *subopts, *value; in cfga_private_func() local
1298 subopts = (char *)options; in cfga_private_func()
1299 if (subopts == (char *)NULL) { in cfga_private_func()
1307 while (*subopts != '\0') { in cfga_private_func()
1308 switch (getsubopt(&subopts, cfg_opts, &value)) { in cfga_private_func()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c151 static char *subopts[] = { variable
219 switch (getsubopt(&suboptions, subopts, in main()
/titanic_41/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1315 char *subopts, *val; in cfga_private_func() local
1332 subopts = (char *)options; in cfga_private_func()
1333 if (subopts == (char *)NULL) { in cfga_private_func()
1341 while (*subopts != '\0') { in cfga_private_func()
1342 switch (getsubopt(&subopts, ib_service_subopts, &val)) { in cfga_private_func()
/titanic_41/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c76 static char *subopts[] = { variable
158 switch ((getsubopt(&suboptions, subopts, &value))) { in main()
/titanic_41/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c144 char *subopts [] = { variable
175 subopts, &value); in main()
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c116 char *subopts, *optval; in main() local
128 subopts = optarg; in main()
129 while (*subopts != '\0') { in main()
130 switch (getsubopt(&subopts, in main()
/titanic_41/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c142 char *subopts [] = { variable
197 subopts, &value)) { in main()
/titanic_41/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c163 char *subopts [] = { variable
234 subopts, &value))) { in main()
/titanic_41/usr/src/cmd/cfgadm/
H A Dcfgadm.c201 char *subopts; in main() local
251 subopts = optarg; in main()
257 if ((sc_opt = getsubopt(&subopts, state_opts, in main()
258 &subvalue)) == -1 || *subopts != '\0' || in main()
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c393 char *subopts; in main() local
432 subopts = optarg; in main()
433 while (*subopts != '\0') { in main()
434 switch (getsubopt(&subopts, subopt_v, in main()