Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/scsi/smp/common/
H A Dsmp.c502 char *yesorno; in main() local
666 yesorno = yes; in main()
669 yesorno = no; in main()
672 (void) printf("Zoning enabled: %s\n", yesorno); in main()
675 yesorno = yes; in main()
677 yesorno = no; in main()
679 (void) printf("Configuring: %s\n", yesorno); in main()
/titanic_41/usr/src/cmd/backup/restore/
H A Dutilities.c458 char *yesorno = gettext("yn"); /* must be two characters, "yes" first */ in reply() local
462 (void) fprintf(stderr, "%s? [%s] ", question, yesorno); in reply()
477 } while (c != yesorno[0] && c != yesorno[1]); in reply()
478 if (c == yesorno[0]) in reply()