Searched refs:nochr (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 682 static char nochr[YESNO_STR_MAX + 2]; local 696 (void) strncpy(nochr, nl_langinfo(NOSTR), YESNO_STR_MAX + 1); 701 (void) fprintf(stderr, "%s (%s/%s)? ", message, yeschr, nochr); 702 isyes = yesno(yeschr, nochr);
|
/illumos-gate/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 1648 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);
|
Completed in 54 milliseconds