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

123

/freebsd-11-stable/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-11-stable/contrib/xz/src/common/
H A Dtuklib_gettext.h35 # define _(msgid) gettext(msgid)
39 # define _(msgid) (msgid)
42 #define N_(msgid) msgid
/freebsd-11-stable/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-11-stable/contrib/libstdc++/src/
H A Dfunctexcept.cc38 # define _(msgid) gettext (msgid)
40 # define _(msgid) (msgid)
/freebsd-11-stable/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-11-stable/contrib/tzcode/zic/
H A Dprivate.h234 #define _(msgid) gettext(msgid)
236 #define _(msgid) msgid
/freebsd-11-stable/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-11-stable/sys/dev/hyperv/utilities/
H A Dhv_snapshot.h51 uint64_t msgid; /* an ID used to identify the transaction */ member in struct:hv_vss_opt_msg
/freebsd-11-stable/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-11-stable/contrib/tzcode/stdtime/
H A Dprivate.h286 #define _(msgid) gettext(msgid)
288 #define _(msgid) msgid
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Doma_dm_client.c109 const char *url, int msgid)
127 xml_node_create_text(ctx->xml, synchdr, NULL, "MsgID", int2str(msgid));
299 const char *url, int msgid, const char *oper)
305 syncml = oma_dm_build_hdr(ctx, url, msgid);
337 const char *url, int msgid)
341 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_SUBSCRIPTION_CREATION);
350 const char *url, int msgid)
354 syncml = build_oma_dm_1(ctx, url, msgid,
364 const char *url, int msgid)
368 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_POLICY_UPDAT
108 oma_dm_build_hdr(struct hs20_osu_client *ctx, const char *url, int msgid) argument
298 build_oma_dm_1(struct hs20_osu_client *ctx, const char *url, int msgid, const char *oper) argument
336 build_oma_dm_1_sub_reg(struct hs20_osu_client *ctx, const char *url, int msgid) argument
349 build_oma_dm_1_sub_prov(struct hs20_osu_client *ctx, const char *url, int msgid) argument
363 build_oma_dm_1_pol_upd(struct hs20_osu_client *ctx, const char *url, int msgid) argument
376 build_oma_dm_1_sub_rem(struct hs20_osu_client *ctx, const char *url, int msgid) argument
992 oma_dm_process(struct hs20_osu_client *ctx, const char *url, xml_node_t *resp, int msgid, char **ret_resp_uri, xml_node_t *pps, const char *pps_fname) argument
1158 int msgid = 0; local
1195 int msgid = 0; local
1257 int msgid = 0; local
1304 int msgid = 0; local
[all...]
/freebsd-11-stable/contrib/libxo/xopo/
H A Dxopo.c91 " --po <file> or -f <file> Generate new msgid's for a po file\n"
200 static char msgid[] = "msgid "; local
234 if (strncmp(buf, msgid, sizeof(msgid) - 1) != 0) {
239 for (cp = buf + sizeof(msgid); *cp; cp++)
260 fprintf(outfile, "msgid \"%s\"\n", cp);
271 fprintf(outfile, "msgid \"%s\"\n"
277 fprintf(outfile, "msgid \"%s\"\nmsgstr \"\"\n\n", xmp->xm_data);
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c574 header->msgid = VCHIQ_MSGID_PADDING;
656 int msgid = header->msgid; local
657 if (VCHIQ_MSG_TYPE(msgid) == VCHIQ_MSG_DATA) {
658 int port = VCHIQ_MSG_SRCPORT(msgid);
678 "(header %x, msgid %x, "
679 "header->msgid %x, "
684 (unsigned int)header, msgid,
685 header->msgid,
719 ", msgid
767 queue_message(VCHIQ_STATE_T *state, VCHIQ_SERVICE_T *service, int msgid, const VCHIQ_ELEMENT_T *elements, int count, int size, int flags) argument
1007 queue_message_sync(VCHIQ_STATE_T *state, VCHIQ_SERVICE_T *service, int msgid, const VCHIQ_ELEMENT_T *elements, int count, int size, int is_blocking) argument
1127 int msgid = header->msgid; local
1188 int msgid = VCHIQ_MAKE_MSG(msgtype, service->localport, local
1510 int msgid, size; local
1640 int msgid, size; local
2164 int msgid, size; local
2773 int msgid = header->msgid; local
3512 int msgid = header->msgid; local
[all...]
H A Dvchiq_core.h117 #define VCHIQ_MSG_TYPE(msgid) ((unsigned int)msgid >> 24)
118 #define VCHIQ_MSG_SRCPORT(msgid) \
119 (unsigned short)(((unsigned int)msgid >> 12) & 0xfff)
120 #define VCHIQ_MSG_DSTPORT(msgid) \
121 ((unsigned short)msgid & 0xfff)
/freebsd-11-stable/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-11-stable/usr.sbin/ypldap/
H A Daldap.h35 int msgid; member in struct:aldap
46 int msgid; member in struct:aldap_message
/freebsd-11-stable/contrib/diff/src/
H A Dsystem.h200 #define _(msgid) gettext (msgid)
201 #define N_(msgid) msgid
/freebsd-11-stable/contrib/apr-util/ldap/
H A Dapr_ldap_rebind.c293 * msgid Unused in this routine
301 * msgid Unused in this routine
305 ber_int_t msgid, void *params)
308 ber_int_t msgid)
342 * msgid Unused in this routine
344 static int LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, int request, ber_int_t msgid) argument
304 LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, ber_tag_t request, ber_int_t msgid, void *params) argument
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dldap.c315 int msgid, err, r; local
440 msgid = ldap_bind(ld, lmap->ldap_binddn, lmap->ldap_secret,
445 lmap->ldap_uri, msgid, save_errno,
447 if (-1 == msgid)
454 r = ldap_result(ld, msgid, LDAP_MSG_ALL,
504 ** Initiate an LDAP search, return the msgid.
514 ** <0 on failure (SM_LDAP_ERR*), msgid on success
523 int msgid; local
614 msgid = ldap_search(lmap->ldap_ld, lmap->ldap_base,
619 return msgid;
[all...]

Completed in 197 milliseconds

123