Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c73 static const char DC_STR_YES[] = "yes"; /* Enable on string */ variable
643 if (strcasecmp(buf, DC_STR_YES) == 0) { in dconf_str2enable()
700 DC_STR_NO : DC_STR_YES)); in print_enable()