Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cfgadm/
H A Dcfgadm.c682 static char nochr[YESNO_STR_MAX + 2]; in confirm_interactive() local
696 (void) strncpy(nochr, nl_langinfo(NOSTR), 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.c1648 static char nochr[MAX_LINE_SIZE + 2]; variable
1671 if (strncmp(nochr, ans, i) == 0)
1678 yeschr, nochr);
1713 (void) strncpy(nochr, nl_langinfo(NOSTR), MAX_LINE_SIZE + 1);
1717 (void) printf("%s %s/%s ", will_happen, yeschr, nochr);