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

/freebsd-10.1-release/contrib/ntp/sntp/libopts/
H A Dgettext.h149 const char *msg_ctxt_id, const char *msgid,
152 const char *translation = dcgettext (domain, msg_ctxt_id, category);
153 if (translation == msg_ctxt_id)
168 const char *msg_ctxt_id, const char *msgid,
173 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
174 if (translation == msg_ctxt_id || translation == msgid_plural)
218 char msg_ctxt_id[msgctxt_len + msgid_len]; local
221 char *msg_ctxt_id = local
225 if (msg_ctxt_id != NULL)
228 memcpy (msg_ctxt_id, msgctx
148 pgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, int category) argument
167 npgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
264 char msg_ctxt_id[msgctxt_len + msgid_len]; local
267 char *msg_ctxt_id = local
[all...]

Completed in 109 milliseconds