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

/freebsd-current/contrib/ntp/sntp/libopts/
H A Dgettext.h150 const char *msg_ctxt_id, const char *msgid,
153 const char *translation = dcgettext (domain, msg_ctxt_id, category);
154 if (translation == msg_ctxt_id)
169 const char *msg_ctxt_id, const char *msgid,
174 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
175 if (translation == msg_ctxt_id || translation == msgid_plural)
220 char msg_ctxt_id[msgctxt_len + msgid_len]; local
223 char *msg_ctxt_id = local
227 if (msg_ctxt_id != NULL)
231 memcpy (msg_ctxt_id, msgctx
149 pgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, int category) argument
168 npgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
268 char msg_ctxt_id[msgctxt_len + msgid_len]; local
271 char *msg_ctxt_id = local
[all...]

Completed in 108 milliseconds