Home
last modified time | relevance | path

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

/illumos-gate/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()