Searched refs:yesstr (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlmessages.h34 const char *yesstr; member in struct:lc_messages
H A Dlmessages.c38 (offsetof(struct lc_messages, yesstr) / sizeof (char *))
45 "yes", /* yesstr */
75 if (lmsgs->yesstr == NULL)
76 lmsgs->yesstr = empty;
H A Dnl_langinfo.c152 ret = (char *)lmsgs->yesstr;
/illumos-gate/usr/src/common/util/
H A Dgetresponse.h41 extern char *yesstr;
H A Dgetresponse.c36 /* 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/cmd/localedef/
H A Dmessages.c53 msgs.yesstr = str;
77 if (msgs.yesstr == NULL) {
78 warn(_("missing field 'yesstr'"));
79 msgs.yesstr = "";
87 * CLDR likes to add : separated lists for yesstr and nostr.
90 if ((ptr = strchr(msgs.yesstr, ':')) != NULL)
101 (putl_category(msgs.yesstr, f) == EOF) ||
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlocale.h145 char *yesstr; /* yes string */ member in struct:langinfo
/illumos-gate/usr/src/cmd/rm/
H A Drm.c369 pathbuf, yesstr, nostr)) {
388 pathbuf, yesstr, nostr)) {
422 pathbuf, yesstr, nostr)) {
498 pathbuf, yesstr, nostr)) {
521 pathbuf, temp.st_mode & 0777, yesstr, nostr)) {
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c119 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...]
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c234 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/mv/
H A Dmv.c1146 FMODE(s2) & MODEBITS, yesstr, nostr);
1155 cmd, target, yesstr, nostr);
1168 yesstr, nostr);
/illumos-gate/usr/src/cmd/cron/
H A Dcrontab.c339 yesstr, nostr, nostr);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c829 _langinfo.yesstr = "yes";
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c766 ofname, yesstr, nostr);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c4021 extno, yesstr, nostr);

Completed in 528 milliseconds