Searched refs:allopts (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/logadm/ |
H A D | main.c | 451 struct opts *allopts; in dologname() local 499 allopts = opts_merge(cfopts, clopts); in dologname() 502 if (opts_count(allopts, "e")) in dologname() 503 err_mailto(opts_optarg(allopts, "e")); in dologname() 508 if (opts_count(allopts, "sp") == 0) { in dologname() 512 (void) opts_set(allopts, "s", "1b"); in dologname() 513 (void) opts_set(allopts, "p", "1w"); in dologname() 517 if (opts_count(allopts, "ACS") == 0) { in dologname() 520 (void) opts_set(allopts, "C", "10"); in dologname() 524 if (opts_count(allopts, "t") == 0) { in dologname() [all …]
|
/titanic_50/usr/src/cmd/svc/shell/ |
H A D | fs_include.sh | 257 allopts="$2" 262 checkopt $1 $allopts 268 checkopt rw $allopts
|