Home
last modified time | relevance | path

Searched refs:msgid (Results 1 – 25 of 85) sorted by relevance

1234

/dflybsd-src/contrib/cryptsetup/po/
H A Dcryptsetup.pot6 msgid ""
20 msgid "Cannot initialize device-mapper. Is dm_mod kernel module loaded?\n"
25 msgid "DM-UUID for device %s was truncated.\n"
30 msgid "Cannot not read %d bytes from key file %s.\n"
35 msgid "Key processing error (using hash algorithm %s).\n"
39 msgid "All key slots full.\n"
44 msgid "Key slot %d is invalid, please select between 0 and %d.\n"
49 msgid "Key slot %d is full, please select another one.\n"
53 msgid "Enter any remaining LUKS passphrase: "
58 msgid "Key slot %d verified.\n"
[all …]
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Derrors.c36 const char *msgid, va_list *ap) in cpp_diagnostic_at() argument
42 ret = pfile->cb.error (pfile, level, reason, richloc, _(msgid), ap); in cpp_diagnostic_at()
52 const char *msgid, va_list *ap) in cpp_diagnostic() argument
74 return cpp_diagnostic_at (pfile, level, reason, &richloc, msgid, ap); in cpp_diagnostic()
80 cpp_error (cpp_reader * pfile, int level, const char *msgid, ...) in cpp_error() argument
85 va_start (ap, msgid); in cpp_error()
87 ret = cpp_diagnostic (pfile, level, CPP_W_NONE, msgid, &ap); in cpp_error()
96 cpp_warning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning() argument
101 va_start (ap, msgid); in cpp_warning()
103 ret = cpp_diagnostic (pfile, CPP_DL_WARNING, reason, msgid, &ap); in cpp_warning()
[all …]
H A Dsystem.h279 # define dgettext(package, msgid) (msgid) argument
283 # define _(msgid) dgettext (PACKAGE, msgid) argument
287 # define N_(msgid) msgid argument
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Derrors.c36 const char *msgid, va_list *ap) in cpp_diagnostic() argument
64 ret = pfile->cb.error (pfile, level, reason, src_loc, 0, _(msgid), ap); in cpp_diagnostic()
72 cpp_error (cpp_reader * pfile, int level, const char *msgid, ...) in cpp_error() argument
77 va_start (ap, msgid); in cpp_error()
79 ret = cpp_diagnostic (pfile, level, CPP_W_NONE, msgid, &ap); in cpp_error()
88 cpp_warning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning() argument
93 va_start (ap, msgid); in cpp_warning()
95 ret = cpp_diagnostic (pfile, CPP_DL_WARNING, reason, msgid, &ap); in cpp_warning()
104 cpp_pedwarning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_pedwarning() argument
109 va_start (ap, msgid); in cpp_pedwarning()
[all …]
H A Dsystem.h280 # define dgettext(package, msgid) (msgid) argument
284 # define _(msgid) dgettext (PACKAGE, msgid) argument
288 # define N_(msgid) msgid argument
/dflybsd-src/contrib/pam_passwdqc/
H A Dpasswdqc_i18n.h15 #define _(msgid) dgettext(PACKAGE, msgid) argument
16 #define P2_(msgid, count) (dngettext(PACKAGE, (msgid), (msgid), (count))) argument
17 #define P3_(msgid, msgid_plural, count) (dngettext(PACKAGE, (msgid), (msgid_plural), (count))) argument
18 #define N_(msgid) msgid argument
20 #define _(msgid) (msgid) argument
21 #define P2_(msgid, count) (msgid) argument
22 #define P3_(msgid, msgid_plural, count) ((count) == 1 ? (msgid) : (msgid_plural)) argument
23 #define N_(msgid) msgid argument
/dflybsd-src/contrib/xz/src/common/
H A Dtuklib_gettext.h35 # define _(msgid) gettext(msgid) argument
39 # define _(msgid) (msgid) argument
42 #define N_(msgid) msgid argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dintl.h40 # define gettext(msgid) (msgid) argument
51 # define _(msgid) gettext (msgid) argument
55 # define N_(msgid) msgid argument
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dintl.h41 # define gettext(msgid) (msgid) argument
52 # define _(msgid) gettext (msgid) argument
56 # define N_(msgid) msgid argument
/dflybsd-src/contrib/grep/lib/
H A Dgettext.h150 const char *msg_ctxt_id, const char *msgid, in pgettext_aux() argument
155 return msgid; in pgettext_aux()
169 const char *msg_ctxt_id, const char *msgid, in npgettext_aux() argument
176 return (n == 1 ? msgid : msgid_plural); in npgettext_aux()
220 const char *msgctxt, const char *msgid, in dcpgettext_expr() argument
224 size_t msgid_len = strlen (msgid) + 1; in dcpgettext_expr()
240 memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); in dcpgettext_expr()
250 return msgid; in dcpgettext_expr()
267 const char *msgctxt, const char *msgid, in dcnpgettext_expr() argument
272 size_t msgid_len = strlen (msgid) + 1; in dcnpgettext_expr()
[all …]
H A Dquotearg.c48 #define _(msgid) gettext (msgid) argument
49 #define N_(msgid) msgid argument
207 gettext_quote (char const *msgid, enum quoting_style s) in gettext_quote() argument
209 char const *translation = _(msgid); in gettext_quote()
212 if (translation != msgid) in gettext_quote()
235 return msgid[0] == '`' ? "\xe2\x80\x98": "\xe2\x80\x99"; in gettext_quote()
237 return msgid[0] == '`' ? "\xa1\ae": "\xa1\xaf"; in gettext_quote()
H A Dxalloc-die.c29 #define _(msgid) gettext (msgid) argument
H A Dxbinary-io.c29 #define _(msgid) gettext (msgid) argument
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dxalloc-die.c32 #define _(msgid) gettext (msgid) argument
33 #define N_(msgid) msgid argument
H A Dquotearg.c38 #define _(msgid) gettext (msgid) argument
39 #define N_(msgid) msgid argument
166 gettext_quote (char const *msgid, enum quoting_style s) in gettext_quote() argument
168 char const *translation = _(msgid); in gettext_quote()
169 if (translation == msgid && s == clocale_quoting_style) in gettext_quote()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dios_failure.cc39 # define _(msgid) gettext (msgid) argument
41 # define _(msgid) (msgid) argument
/dflybsd-src/lib/libc/stdtime/
H A Dprivate.h156 #define _(msgid) gettext(msgid) argument
158 #define _(msgid) msgid argument
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc33 # define _(msgid) gettext (msgid) argument
35 # define _(msgid) (msgid) argument
H A Dcxx11-ios_failure.cc36 # define _(msgid) gettext (msgid) argument
38 # define _(msgid) (msgid) argument
/dflybsd-src/sys/sys/
H A Dipmi.h89 long msgid; member
97 long msgid; member
143 int32_t msgid; member
151 int32_t msgid; member
/dflybsd-src/lib/libdmsg/
H A Dmsg_lnk.c263 if (link1->state->msgid < link2->state->msgid) in h2span_link_cmp()
265 if (link1->state->msgid > link2->state->msgid) in h2span_link_cmp()
301 if (link1->state->msgid < link2->state->msgid) in h2span_relay_cmp()
303 if (link1->state->msgid > link2->state->msgid) in h2span_relay_cmp()
414 (uint32_t)msg->any.head.msgid, in dmsg_lnk_conn()
424 state->iocom->conn_msgid = state->msgid; in dmsg_lnk_conn()
1008 uint64_t msgid = strtoull(label, NULL, 16); in dmsg_findspan() local
1016 if (slink->state->msgid == msgid) { in dmsg_findspan()
1236 (intmax_t)slink->state->msgid, in dmsg_shell_tree()
1243 (intmax_t)relay->target_rt->msgid, in dmsg_shell_tree()
[all …]
H A Dmsg.c64 if (state1->msgid < state2->msgid) in dmsg_state_cmp()
66 if (state1->msgid > state2->msgid) in dmsg_state_cmp()
305 state->msgid = (uint64_t)(uintptr_t)state; in dmsg_msg_alloc_locked()
376 msg->any.head.msgid = state->msgid; in dmsg_msg_alloc_locked()
377 msg->any.head.circuit = pstate->msgid; in dmsg_msg_alloc_locked()
994 (intmax_t)msg->any.head.msgid, in dmsg_ioq_read()
1463 biocount, msg->any.head.msgid, in dmsg_iocom_flush2()
1471 biocount, msg->any.head.msgid, in dmsg_iocom_flush2()
1565 msg->any.head.cmd, msg->any.head.msgid,
1608 msg->any.head.msgid = state->msgid;
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc38 # define _(msgid) gettext (msgid) argument
40 # define _(msgid) (msgid) argument
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h1070 extern bool cpp_error (cpp_reader *, int, const char *msgid, ...)
1072 extern bool cpp_warning (cpp_reader *, int, const char *msgid, ...)
1074 extern bool cpp_pedwarning (cpp_reader *, int, const char *msgid, ...)
1076 extern bool cpp_warning_syshdr (cpp_reader *, int, const char *msgid, ...)
1081 extern bool cpp_errno (cpp_reader *, int, const char *msgid);
1091 unsigned, const char *msgid, ...)
1094 unsigned, const char *msgid, ...)
1097 unsigned, const char *msgid, ...)
1100 unsigned, const char *msgid, ...)
1104 source_location src_loc, const char *msgid, ...)
[all …]
/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h913 extern bool cpp_error (cpp_reader *, int, const char *msgid, ...)
915 extern bool cpp_warning (cpp_reader *, int, const char *msgid, ...)
917 extern bool cpp_pedwarning (cpp_reader *, int, const char *msgid, ...)
919 extern bool cpp_warning_syshdr (cpp_reader *, int, const char *msgid, ...)
924 extern bool cpp_errno (cpp_reader *, int, const char *msgid);
930 unsigned, const char *msgid, ...)
933 unsigned, const char *msgid, ...)
936 unsigned, const char *msgid, ...)
939 unsigned, const char *msgid, ...)

1234