Searched refs:YESSTR (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/test/libc-tests/tests/nl_langinfo/ |
H A D | nl_langinfo_test.c | 69 { YESSTR, "yes" }, 99 { YESSTR, "yes" }, 129 { YESSTR, "yes" }, 159 { YESSTR, "да" },
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | langinfo.h | 76 #define YESSTR 41 /* Affirmative response for yes/no queries */ macro
|
/titanic_50/usr/src/test/libc-tests/tests/newlocale/ |
H A D | newlocale_test.c | 184 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 D | langinfo.h | 109 #define YESSTR 41 /* affirmative response for yes/no queries */ macro
|
/titanic_50/usr/src/common/util/ |
H A D | getresponse.c | 83 yesstr = strdup(nl_langinfo(YESSTR)); in init_yes()
|
/titanic_50/usr/src/cmd/vntsd/ |
H A D | common.c | 112 *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 D | sshconnect.c | 559 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 D | readpass.c | 144 char *yeschar = nl_langinfo(YESSTR); in ask_permission()
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | nl_langinfo.c | 151 case YESSTR: /* LEGACY */ in nl_langinfo_l()
|
/titanic_50/usr/src/cmd/ssh/ssh-keygen/ |
H A D | ssh-keygen.c | 1116 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 D | locale.c | 157 yn.yes_str = strdup(nl_langinfo(YESSTR)); in getyesno()
|
/titanic_50/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 695 (void) strncpy(yeschr, nl_langinfo(YESSTR), YESNO_STR_MAX + 1); in confirm_interactive()
|
/titanic_50/usr/src/cmd/raidctl/ |
H A D | raidctl.c | 256 yesstr = strdup(nl_langinfo(YESSTR)); in main()
|
/titanic_50/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 1712 (void) strncpy(yeschr, nl_langinfo(YESSTR), MAX_LINE_SIZE + 1);
|