Searched refs:allopts (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/logadm/ |
H A D | main.c | 455 struct opts *allopts; in dologname() local 503 allopts = opts_merge(cfopts, clopts); in dologname() 506 if (opts_count(allopts, "e")) in dologname() 507 err_mailto(opts_optarg(allopts, "e")); in dologname() 512 if (opts_count(allopts, "sp") == 0) { in dologname() 516 (void) opts_set(allopts, "s", "1b"); in dologname() 517 (void) opts_set(allopts, "p", "1w"); in dologname() 521 if (opts_count(allopts, "ACS") == 0) { in dologname() 524 (void) opts_set(allopts, "C", "10"); in dologname() 528 if (opts_count(allopts, "t") == 0) { in dologname() [all …]
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | fs_include.sh | 256 allopts="$2" 261 checkopt $1 $allopts 267 checkopt rw $allopts
|