Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cfgadm/
H A Dcfgadm.c681 static char yeschr[YESNO_STR_MAX + 2]; in confirm_interactive() local
695 (void) strncpy(yeschr, nl_langinfo(YESSTR), YESNO_STR_MAX + 1); in confirm_interactive()
701 (void) fprintf(stderr, "%s (%s/%s)? ", message, yeschr, nochr); in confirm_interactive()
702 isyes = yesno(yeschr, nochr); in confirm_interactive()
/titanic_50/usr/src/cmd/avs/dsw/
H A Diiadm.c1647 static char yeschr[MAX_LINE_SIZE + 2]; variable
1670 if ((i == 0) || (strncmp(yeschr, ans, i))) {
1673 else if (strncmp(yeschr, ans, i) == 0)
1678 yeschr, nochr);
1712 (void) strncpy(yeschr, nl_langinfo(YESSTR), MAX_LINE_SIZE + 1);
1717 (void) printf("%s %s/%s ", will_happen, yeschr, nochr);