Searched refs:msgid (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-9.3-release/crypto/heimdal/packages/debian/po/
H A Dtemplates.pot15 msgid ""
30 msgid "Local realm name:"
36 msgid ""
45 msgid "Password for KDC:"
51 msgid ""
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dxalloc-die.c32 #define _(msgid) gettext (msgid)
33 #define N_(msgid) msgid
H A Dcloseout.c30 #define _(msgid) gettext (msgid)
H A Dxmemcoll.c28 #define _(msgid) gettext (msgid)
H A Dversion-etc.c35 #define _(msgid) gettext (msgid)
H A Dquotearg.c38 #define _(msgid) gettext (msgid)
39 #define N_(msgid) msgid
165 gettext_quote (char const *msgid, enum quoting_style s) argument
167 char const *translation = _(msgid);
168 if (translation == msgid && s == clocale_quoting_style)
H A Dargmatch.c36 #define _(msgid) gettext (msgid)
/freebsd-9.3-release/contrib/gcc/
H A Dintl.h41 # define gettext(msgid) (msgid)
47 # define _(msgid) gettext (msgid)
51 # define N_(msgid) msgid
H A Drtl-error.c110 _fatal_insn (const char *msgid, rtx insn, const char *file, int line, argument
113 error ("%s", _(msgid));
H A Dtoplev.h39 #define fatal_insn(msgid, insn) \
40 _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__)
H A Dparams.h81 #define DEFPARAM(enumerator, option, msgid, default, min, max) \
/freebsd-9.3-release/contrib/xz/src/common/
H A Dtuklib_gettext.h35 # define _(msgid) gettext(msgid)
39 # define _(msgid) (msgid)
42 #define N_(msgid) msgid
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Derrors.c129 #define v_message(msgid, ap) \
130 do { vfprintf (stderr, _(msgid), ap); putc ('\n', stderr); } while (0)
136 cpp_error (cpp_reader * pfile, int level, const char *msgid, ...) argument
141 va_start (ap, msgid);
144 pfile->cb.error (pfile, level, _(msgid), &ap);
173 v_message (msgid, ap);
183 const char *msgid, ...)
187 va_start (ap, msgid);
190 v_message (msgid, ap);
196 cpp_errno (cpp_reader *pfile, int level, const char *msgid) argument
181 cpp_error_with_line(cpp_reader *pfile, int level, source_location src_loc, unsigned int column, const char *msgid, ...) argument
[all...]
H A Dsystem.h259 # define dgettext(package, msgid) (msgid)
263 # define _(msgid) dgettext (PACKAGE, msgid)
267 # define N_(msgid) msgid
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dfunctexcept.cc38 # define _(msgid) gettext (msgid)
40 # define _(msgid) (msgid)
/freebsd-9.3-release/contrib/diff/lib/
H A Dxmalloc.c30 #define _(msgid) gettext (msgid)
31 #define N_(msgid) msgid
H A Dversion-etc.c33 #define _(msgid) gettext (msgid)
H A Dc-stack.c48 #define _(msgid) gettext (msgid)
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dprivate.h234 #define _(msgid) gettext(msgid)
236 #define _(msgid) msgid
/freebsd-9.3-release/sys/sys/
H A Dipmi.h87 long msgid; member in struct:ipmi_req
95 long msgid; member in struct:ipmi_recv
141 int32_t msgid; member in struct:ipmi_req32
149 int32_t msgid; member in struct:ipmi_recv32
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dgettext.h110 /* The separator between msgctxt and msgid in a .mo file. */
149 const char *msg_ctxt_id, const char *msgid,
154 return msgid;
168 const char *msg_ctxt_id, const char *msgid,
175 return (n == 1 ? msgid : msgid_plural);
211 const char *msgctxt, const char *msgid,
215 size_t msgid_len = strlen (msgid) + 1;
230 memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len);
239 return msgid;
256 const char *msgctxt, const char *msgid,
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
210 dcpgettext_expr(const char *domain, const char *msgctxt, const char *msgid, int category) argument
255 dcnpgettext_expr(const char *domain, const char *msgctxt, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
[all...]
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dprivate.h285 #define _(msgid) gettext(msgid)
287 #define _(msgid) msgid
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_status.c379 zpool_get_status(zpool_handle_t *zhp, char **msgid) argument
384 *msgid = NULL;
386 *msgid = zfs_msgid_table[ret];
392 zpool_import_status(nvlist_t *config, char **msgid) argument
397 *msgid = NULL;
399 *msgid = zfs_msgid_table[ret];
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dsgsmsg.c123 static int cflag = 0, lflag = 0, prtmsgs = 0, line, ptr = 1, msgid = 0; variable
665 * If a msgid has been output a msgstr must follow
666 * before we digest the new token. A msgid is only set
669 if (msgid) {
670 msgid = 0;
707 * If a msgid has been output a msgstr must follow
710 if (msgid) {
711 msgid = 0;
802 if (fprintf(fdmsgs, "msgid\t\"") < 0) {
808 msgid
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Dsystem.h200 #define _(msgid) gettext (msgid)
201 #define N_(msgid) msgid

Completed in 222 milliseconds

123