Home
last modified time | relevance | path

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

123

/freebsd/contrib/libxo/tests/gettext/
H A Dstrerror.pot32 msgid ""
45 msgid "Received {:received} {N:byte,bytes} from {:from}#{:port} in {:time} ms\n"
49 msgid "No error: 0"
53 msgid "Operation not permitted"
57 msgid "No such file or directory"
61 msgid "No such process"
65 msgid "Interrupted system call"
69 msgid "Input/output error"
73 msgid "Device not configured"
77 msgid "Argument list too long"
[all …]
H A Dgt_01.pot6 msgid ""
21 msgid "{:bytes}{N:byte,bytes}\n"
26 msgid "{L:total} {:total}\n"
31 msgid "Only {:marzlevanes} {N:marzlevane,marzlevanes} are functioning correctly\n"
35 msgid "Version {:version} {:date}\n"
39 msgid "Unable to {:verb} forward velociping"
43 msgid "{:style} synchronization of {:type} {:target} failed"
48 msgid "{L:hydrocoptic marzlevanes}{:marzlevanes}\n"
52 msgid "{L:Windings}{:windings}\n"
55 msgid "byte"
[all …]
H A Dldns.pot6 msgid ""
21 msgid "Received {:received} {N:byte,bytes} from {:from}#{:port} in {:time} ms\n"
24 msgid "byte"
/freebsd/crypto/krb5/src/po/
H A Dmit-krb5.pot7 msgid ""
23 msgid "Usage: %s [-A] [-q] [-c cache_name] [-p princ_name]\n"
28 msgid "\t-A destroy all credential caches in collection\n"
33 msgid "\t-q quiet mode\n"
39 msgid "\t-c specify name of credentials cache\n"
44 msgid "\t-p specify principal name within collection\n"
49 msgid "while listing credential caches"
54 msgid "Other credential caches present, use -A to destroy all\n"
60 msgid "Only one -c option allowed\n"
65 msgid "Only one -p option allowed\n"
[all …]
H A Dka.po6 msgid ""
23 msgid "Usage: %s [-A] [-q] [-c cache_name] [-p princ_name]\n"
28 msgid "\t-A destroy all credential caches in collection\n"
33 msgid "\t-q quiet mode\n"
39 msgid "\t-c specify name of credentials cache\n"
44 msgid "\t-p specify principal name within collection\n"
49 msgid "while listing credential caches"
54 msgid "Other credential caches present, use -A to destroy all\n"
61 msgid "Only one -c option allowed\n"
66 msgid "Only one -p option allowed\n"
[all …]
H A Dde.po6 msgid ""
22 msgid "Usage: %s [-A] [-q] [-c cache_name]\n"
27 msgid "\t-A destroy all credential caches in collection\n"
32 msgid "\t-q quiet mode\n"
38 msgid "\t-c specify name of credentials cache\n"
44 msgid "Only one -c option allowed\n"
50 msgid "Kerberos 4 is no longer supported\n"
58 msgid "while initializing krb5"
62 msgid "while listing credential caches"
66 msgid "composing ccache name"
[all …]
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po32 msgid ""
49 msgid "No error: 0"
53 msgid "Operation not permitted"
57 msgid "No such file or directory"
61 msgid "No such process"
65 msgid "Interrupted system call"
69 msgid "Input/output error"
73 msgid "Device not configured"
77 msgid "Argument list too long"
81 msgid "Exec format error"
[all …]
H A Dgt_01.po5 msgid ""
23 msgid "{:bytes}{N:byte,bytes}\n"
28 msgid "{L:total} {:total}\n"
33 msgid "Only {:marzlevanes} {N:marzlevane,marzlevanes} are functioning correctly\n"
37 msgid "Version {:version} {:date}\n"
41 msgid "Unable to {:verb} forward velociping"
45 msgid "{:style} synchronization of {:type} {:target} failed"
50 msgid "{L:hydrocoptic marzlevanes}{:marzlevanes}\n"
54 msgid "{L:Windings}{:windings}\n"
57 msgid "byte"
[all …]
H A Dldns.po5 msgid ""
23 msgid "Received {:received} {N:byte,bytes} from {:from}#{:port} in {:time} ms\n"
26 msgid "byte"
/freebsd/contrib/xz/src/common/
H A Dtuklib_gettext.h34 # define _(msgid) gettext(msgid) argument
38 # define _(msgid) (msgid) argument
41 #define N_(msgid) msgid argument
52 #define W_(msgid) _(msgid) argument
/freebsd/contrib/ntp/sntp/libopts/
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()
213 const char *msgctxt, const char *msgid, in dcpgettext_expr() argument
217 size_t msgid_len = strlen (msgid) + 1; in dcpgettext_expr()
233 memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); in dcpgettext_expr()
243 return msgid; in dcpgettext_expr()
260 const char *msgctxt, const char *msgid, in dcnpgettext_expr() argument
265 size_t msgid_len = strlen (msgid) + 1; in dcnpgettext_expr()
[all …]
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c587 header->msgid = VCHIQ_MSGID_PADDING; in reserve_space()
669 int msgid = header->msgid; in process_free_queue() local
670 if (VCHIQ_MSG_TYPE(msgid) == VCHIQ_MSG_DATA) { in process_free_queue()
671 int port = VCHIQ_MSG_SRCPORT(msgid); in process_free_queue()
697 header, msgid, in process_free_queue()
698 header->msgid, in process_free_queue()
738 msgid, in process_free_queue()
739 header->msgid, in process_free_queue()
753 pos, header, msgid, in process_free_queue()
754 header->msgid, header->size); in process_free_queue()
[all …]
H A Dvchiq_core.h117 #define VCHIQ_MSG_TYPE(msgid) ((unsigned int)msgid >> 24) argument
118 #define VCHIQ_MSG_SRCPORT(msgid) \ argument
119 (unsigned short)(((unsigned int)msgid >> 12) & 0xfff)
120 #define VCHIQ_MSG_DSTPORT(msgid) \ argument
121 ((unsigned short)msgid & 0xfff)
/freebsd/sys/sys/
H A Dipmi.h113 long msgid; member
121 long msgid; member
166 int32_t msgid; member
174 int32_t msgid; member
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c534 zpool_get_status(zpool_handle_t *zhp, const char **msgid, in zpool_get_status() argument
551 if (msgid != NULL) { in zpool_get_status()
553 *msgid = NULL; in zpool_get_status()
555 *msgid = zfs_msgid_table[ret]; in zpool_get_status()
561 zpool_import_status(nvlist_t *config, const char **msgid, in zpool_import_status() argument
567 *msgid = NULL; in zpool_import_status()
569 *msgid = zfs_msgid_table[ret]; in zpool_import_status()
/freebsd/contrib/libxo/xopo/
H A Dxopo.c200 static char msgid[] = "msgid "; in main() local
234 if (strncmp(buf, msgid, sizeof(msgid) - 1) != 0) { in main()
239 for (cp = buf + sizeof(msgid); *cp; cp++) in main()
/freebsd/sys/dev/ipmi/
H A Dipmi.c291 req->msgid = req32->msgid; in ipmi_ioctl()
321 kreq = ipmi_alloc_request(dev, req->msgid, in ipmi_ioctl()
367 kreq = ipmi_alloc_request(dev, req->msgid, in ipmi_ioctl()
407 recv->msgid = kreq->ir_msgid; in ipmi_ioctl()
489 recv32->msgid = recv->msgid; in ipmi_ioctl()
504 ipmi_init_request(struct ipmi_request *req, struct ipmi_device *dev, long msgid, in ipmi_init_request() argument
509 req->ir_msgid = msgid; in ipmi_init_request()
524 ipmi_alloc_request(struct ipmi_device *dev, long msgid, uint8_t addr, in ipmi_alloc_request() argument
531 ipmi_init_request(req, dev, msgid, addr, command, requestlen, replylen); in ipmi_alloc_request()
/freebsd/usr.sbin/ypldap/
H A Daldap.c96 elm = ber_printf_elements(root, "d{tdsst", ++ldap->msgid, BER_CLASS_APP, in aldap_bind()
110 return (ldap->msgid); in aldap_bind()
127 elm = ber_printf_elements(root, "d{t", ++ldap->msgid, BER_CLASS_APP, in aldap_unbind()
140 return (ldap->msgid); in aldap_unbind()
161 ber = ber_printf_elements(root, "d{t", ++ldap->msgid, BER_CLASS_APP, in aldap_search()
202 return (ldap->msgid); in aldap_search()
255 long long msgid = 0; in aldap_parse() local
267 if (ber_scanf_elements(m->msg, "{ite", &msgid, &class, &type, &a) != 0) in aldap_parse()
269 m->msgid = msgid; in aldap_parse()
686 return (ldap->msgid);
H A Daldap.h34 int msgid; member
45 int msgid; member
/freebsd/contrib/sendmail/libsm/
H A Dldap.c336 int msgid, err, r; local
462 msgid = ldap_bind(ld, lmap->ldap_binddn, lmap->ldap_secret,
469 lmap->ldap_uri, msgid, save_errno,
477 if (-1 == msgid)
487 r = ldap_result(ld, msgid, LDAP_MSG_ALL,
584 int msgid; local
675 msgid = ldap_search(lmap->ldap_ld, lmap->ldap_base,
680 return msgid;
794 (void) ldap_abandon(lmap->ldap_ld, msgid); \
911 sm_ldap_results(lmap, msgid, flags, delim, rpool, result, in sm_ldap_results() argument
[all …]
H A Dmbdb.c481 int msgid; local
516 msgid = sm_ldap_search(&LDAPLMAP, name);
517 if (msgid == -1)
532 ret = ldap_result(LDAPLMAP.ldap_ld, msgid, 1,
/freebsd/usr.bin/gencat/
H A Dgencat.c392 int setid, msgid = 0; local
405 msgid = 0;
442 msgid = atoi(cptr);
456 MCDelMsg(msgid);
459 MCAddMsg(msgid, str);
/freebsd/contrib/tzcode/
H A Dprivate.h1084 # define _(msgid) gettext(msgid) argument
1086 # define _(msgid) (msgid) argument
1090 # define N_(msgid) (msgid) argument
/freebsd/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c255 if (reqp->vss_req.opt_msg.msgid == id) { \
355 (uintmax_t)userdata->msgid); in hv_vss_cp_vssreq_to_user()
412 vss_opt_name[opt], (uintmax_t)reqp->vss_req.opt_msg.msgid, in hv_vss_notify()
430 req_id = userdata->msgid; in hv_vss_daemon_acked()
484 req_id = userdata->msgid; in hv_vss_app_acked()
692 uint64_t req_id = reqp->vss_req.opt_msg.msgid; in hv_vss_timeout()
731 reqp->vss_req.opt_msg.msgid = (vm_ts.tv_sec * NANOSEC) + vm_ts.tv_nsec; in hv_vss_init_req()
842 (uintmax_t)reqp->vss_req.opt_msg.msgid); in hv_vss_process_request()
/freebsd/contrib/libxo/doc/
H A Dxopo.rst14 a filter for processing a .po or .pot file, rewriting the "*msgid*"
44 ensure that incoming msgid strings are not wrapped across multiple

123