Searched defs:yesstr (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | lmessages.h | 34 const char *yesstr; member in struct:lc_messages
|
/illumos-gate/usr/src/common/util/ |
H A D | getresponse.c | 36 /* defaults - C locale values for yesstr, nostr, yesexpr (LC_MESSAGES) */ 43 if (yesstr) \ 44 free(yesstr); \ 53 yesstr = DEFAULT_YESSTR; \ 59 char *yesstr = NULL; variable 83 yesstr = strdup(nl_langinfo(YESSTR)); 88 if (yesstr == NULL || nostr == NULL || 96 if (*yesstr == '\0' || *nostr == '\0' ||
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | locale.h | 145 char *yesstr; /* yes string */ member in struct:langinfo
|
/illumos-gate/usr/src/cmd/power/ |
H A D | handlers.c | 234 char yesstr[32], nostr[32]; /* DEBUG */ local 238 (void) strncpy(yesstr, pm_map(yes), sizeof (yesstr)); 241 blacklist, yesstr, nostr, keyword, behavior);
|
/illumos-gate/usr/src/cmd/raidctl/ |
H A D | raidctl.c | 119 static char *yesstr = NULL; variable 132 free(yesstr); \ 135 yesstr = default_yesstr; \ 141 if (yesstr != default_yesstr) \ 142 free(yesstr); \ 256 yesstr = strdup(nl_langinfo(YESSTR)); 258 if (yesexpr == NULL || yesstr == NULL || nostr == NULL) { 268 (*yesstr == (char)NULL) || 675 "proceed (%s/%s)? "), yesstr, nostr); 833 "proceed (%s/%s)? "), yesstr, nost [all...] |
Completed in 70 milliseconds