Home
last modified time | relevance | path

Searched refs:YESSTR (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c69 { YESSTR, "yes" },
99 { YESSTR, "yes" },
129 { YESSTR, "yes" },
159 { YESSTR, "да" },
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dlanginfo.h76 #define YESSTR 41 /* Affirmative response for yes/no queries */ macro
/titanic_50/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c184 yes = nl_langinfo_l(YESSTR, loc); in test_newlocale_categories()
218 yes = nl_langinfo_l(YESSTR, loc); in test_newlocale_composite()
/titanic_50/usr/src/head/
H A Dlanginfo.h109 #define YESSTR 41 /* affirmative response for yes/no queries */ macro
/titanic_50/usr/src/common/util/
H A Dgetresponse.c83 yesstr = strdup(nl_langinfo(YESSTR)); in init_yes()
/titanic_50/usr/src/cmd/vntsd/
H A Dcommon.c112 *nl_langinfo(YESSTR), *nl_langinfo(NOSTR)); in vntsd_get_yes_no()
143 if (c == *nl_langinfo(YESSTR)) { in vntsd_get_yes_no()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c559 nl_langinfo(YESSTR), nl_langinfo(NOSTR)); in confirm()
562 nl_langinfo(YESSTR), nl_langinfo(NOSTR)); in confirm()
779 type, fp, nl_langinfo(YESSTR), nl_langinfo(NOSTR)); in check_host_key()
938 nl_langinfo(YESSTR), nl_langinfo(NOSTR)); in check_host_key()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadpass.c144 char *yeschar = nl_langinfo(YESSTR); in ask_permission()
/titanic_50/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c151 case YESSTR: /* LEGACY */ in nl_langinfo_l()
/titanic_50/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c1116 nl_langinfo(YESSTR), nl_langinfo(NOSTR)); in main()
1120 if (strcasecmp(chop(yesno), nl_langinfo(YESSTR)) != 0) in main()
/titanic_50/usr/src/cmd/locale/
H A Dlocale.c157 yn.yes_str = strdup(nl_langinfo(YESSTR)); in getyesno()
/titanic_50/usr/src/cmd/cfgadm/
H A Dcfgadm.c695 (void) strncpy(yeschr, nl_langinfo(YESSTR), YESNO_STR_MAX + 1); in confirm_interactive()
/titanic_50/usr/src/cmd/raidctl/
H A Draidctl.c256 yesstr = strdup(nl_langinfo(YESSTR)); in main()
/titanic_50/usr/src/cmd/avs/dsw/
H A Diiadm.c1712 (void) strncpy(yeschr, nl_langinfo(YESSTR), MAX_LINE_SIZE + 1);