HomeSort by: relevance | last modified time | path
    Searched refs:dcngettext (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libintl/
Makefile 17 gettext.3 dcngettext.3 gettext.3 textdomain.3 \
libintl.h 61 char *dcngettext(const char *, const char *, const char *, unsigned long int,
gettext.c 80 * shortcut functions. the main implementation resides in dcngettext().
86 return dcngettext(NULL, msgid, NULL, 1UL, LC_MESSAGES);
93 return dcngettext(domainname, msgid, NULL, 1UL, LC_MESSAGES);
100 return dcngettext(domainname, msgid, NULL, 1UL, category);
107 return dcngettext(NULL, msgid1, msgid2, n, LC_MESSAGES);
115 return dcngettext(domainname, msgid1, msgid2, n, LC_MESSAGES);
175 translation = dcngettext(domainname, msgctxt_id,
191 * dcngettext() -
949 dcngettext(const char *domainname, const char *msgid1, const char *msgid2, function in typeref:typename:char *

Completed in 28 milliseconds