Searched defs:nostr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlmessages.h35 const char *nostr; member in struct:lc_messages
/illumos-gate/usr/src/common/util/
H A Dgetresponse.c36 /* defaults - C locale values for yesstr, nostr, yesexpr (LC_MESSAGES) */
45 if (nostr) \
46 free(nostr); \
54 nostr = DEFAULT_NOSTR; \
60 char *nostr = NULL; variable
84 nostr = strdup(nl_langinfo(NOSTR));
88 if (yesstr == NULL || nostr == NULL ||
96 if (*yesstr == '\0' || *nostr == '\0' ||
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlocale.h146 char *nostr; /* nostr */ member in struct:langinfo
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c234 char yesstr[32], nostr[32]; /* DEBUG */ local
239 (void) strncpy(nostr, pm_map(no), sizeof (nostr));
241 blacklist, yesstr, nostr, keyword, behavior);
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c120 static char *nostr = NULL; variable
133 free(nostr); \
136 nostr = default_nostr;
143 if (nostr != default_nostr) \
144 free(nostr);
257 nostr = strdup(nl_langinfo(NOSTR));
258 if (yesexpr == NULL || yesstr == NULL || nostr == NULL) {
269 (*nostr == (char)NULL) ||
675 "proceed (%s/%s)? "), yesstr, nostr);
833 "proceed (%s/%s)? "), yesstr, nostr);
[all...]

Completed in 76 milliseconds