Searched refs:YESSTR (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlanginfo.h76 #define YESSTR 41 /* Affirmative response for yes/no queries */ macro
/illumos-gate/usr/src/head/
H A Dlanginfo.h107 /* YESSTR and NOSTR marked as legacy in XPG5 and removed in SUSv3 */
109 #define YESSTR 41 /* affirmative response for yes/no queries */ macro
/illumos-gate/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c69 { YESSTR, "yes" },
99 { YESSTR, "yes" },
129 { YESSTR, "yes" },
159 { YESSTR, "да" },
/illumos-gate/usr/src/common/util/
H A Dgetresponse.c69 * locale's values for YESEXPR, NOEXPR, YESSTR and NOSTR are used.
71 * If there are any problems using the locale's YESEXPR, NOEXPR, YESSTR or NOSTR
72 * values, default values of YESEXPR, YESSTR and NOSTR will be used
83 yesstr = strdup(nl_langinfo(YESSTR));
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c147 * YESSTR and NOSTR items were removed from Issue 7. But
151 case YESSTR: /* LEGACY */
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c184 yes = nl_langinfo_l(YESSTR, loc);
218 yes = nl_langinfo_l(YESSTR, loc);
/illumos-gate/usr/src/cmd/vntsd/
H A Dcommon.c112 *nl_langinfo(YESSTR), *nl_langinfo(NOSTR));
143 if (c == *nl_langinfo(YESSTR)) {
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c108 * Otherwise, use YESSTR, the old method with less functionality from XPG3.
157 yn.yes_str = strdup(nl_langinfo(YESSTR));
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c695 (void) strncpy(yeschr, nl_langinfo(YESSTR), YESNO_STR_MAX + 1);
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c256 yesstr = strdup(nl_langinfo(YESSTR));
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c1712 (void) strncpy(yeschr, nl_langinfo(YESSTR), MAX_LINE_SIZE + 1);

Completed in 124 milliseconds