Searched refs:nostr (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libc/locale/
H A Dlmessages.h45 const char *nostr; member in struct:lc_messages_T
H A Dlmessages.c60 "no" /* nostr */
84 if (l->nostr == NULL)
85 l->nostr = empty;
121 "nostr = %s\n",
125 _messages_locale.nostr
H A Dnl_langinfo.c165 ret = (char*) __get_current_messages_locale(loc)->nostr;
/freebsd-12-stable/usr.bin/localedef/
H A Dmessages.c71 msgs.nostr = str;
96 if (msgs.nostr == NULL) {
97 warn("missing field 'nostr'");
98 msgs.nostr = "";
102 * CLDR likes to add : separated lists for yesstr and nostr.
107 if ((ptr = strchr(msgs.nostr, ':')) != NULL)
117 (putl_category(msgs.nostr, f) == EOF)) {

Completed in 67 milliseconds