Home
last modified time | relevance | path

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

/src/contrib/ntp/sntp/libopts/
H A Dgettext.h150 const char *msg_ctxt_id, const char *msgid, in pgettext_aux() argument
153 const char *translation = dcgettext (domain, msg_ctxt_id, category); in pgettext_aux()
154 if (translation == msg_ctxt_id) in pgettext_aux()
169 const char *msg_ctxt_id, const char *msgid, in npgettext_aux() argument
174 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); in npgettext_aux()
175 if (translation == msg_ctxt_id || translation == msgid_plural) in npgettext_aux()
220 char msg_ctxt_id[msgctxt_len + msgid_len]; in dcpgettext_expr() local
223 char *msg_ctxt_id = in dcpgettext_expr() local
227 if (msg_ctxt_id != NULL) in dcpgettext_expr()
231 memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1); in dcpgettext_expr()
[all …]