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

123456789

/macosx-10.9.5/vim-53/src/po/
H A Duk.cp1251.po13 msgid ""
25 msgid "E831: bf_key_init() called with empty password"
28 msgid "E820: sizeof(uint32_t) != 4"
31 msgid "E817: Blowfish big/little endian use wrong"
34 msgid "E818: sha256 test failed"
37 msgid "E819: Blowfish test failed"
40 msgid "[Location List]"
43 msgid "[Quickfix List]"
46 msgid "E82: Cannot allocate any buffer, exiting..."
49 msgid "E8
[all...]
H A Duk.po13 msgid ""
25 msgid "E831: bf_key_init() called with empty password"
28 msgid "E820: sizeof(uint32_t) != 4"
31 msgid "E817: Blowfish big/little endian use wrong"
34 msgid "E818: sha256 test failed"
37 msgid "E819: Blowfish test failed"
40 msgid "[Location List]"
43 msgid "[Quickfix List]"
46 msgid "E82: Cannot allocate any buffer, exiting..."
49 msgid "E8
[all...]
/macosx-10.9.5/cups-372.4/cups/locale/
H A Dcups.pot29 msgid ""
43 msgid "\t\t(all)"
48 msgid "\t\t(none)"
53 msgid "\t%d entries"
58 msgid "\t%s"
62 msgid "\tAfter fault: continue"
67 msgid "\tAlerts: %s"
71 msgid "\tBanner required"
75 msgid "\tCharset sets:"
79 msgid "\tConnectio
[all...]
H A Dcups_ca.po31 msgid ""
45 msgid "\t\t(all)"
48 msgid "\t\t(none)"
52 msgid "\t%d entries"
56 msgid "\t%s"
59 msgid "\tAfter fault: continue"
63 msgid "\tAlerts: %s"
66 msgid "\tBanner required"
69 msgid "\tCharset sets:"
72 msgid "\tConnectio
[all...]
H A Dcups_es.po15 msgid ""
28 msgid "\t\t(all)"
31 msgid "\t\t(none)"
35 msgid "\t%d entries"
39 msgid "\t%s"
42 msgid "\tAfter fault: continue"
46 msgid "\tAlerts: %s"
49 msgid "\tBanner required"
52 msgid "\tCharset sets:"
55 msgid "\tConnectio
[all...]
H A Dcups_fr.po28 msgid ""
41 msgid "\t\t(all)"
44 msgid "\t\t(none)"
48 msgid "\t%d entries"
52 msgid "\t%s"
55 msgid "\tAfter fault: continue"
59 msgid "\tAlerts: %s"
62 msgid "\tBanner required"
65 msgid "\tCharset sets:"
68 msgid "\tConnectio
[all...]
H A Dcups_it.po28 msgid ""
41 msgid "\t\t(all)"
44 msgid "\t\t(none)"
48 msgid "\t%d entries"
52 msgid "\t%s"
55 msgid "\tAfter fault: continue"
59 msgid "\tAlerts: %s"
62 msgid "\tBanner required"
65 msgid "\tCharset sets:"
68 msgid "\tConnectio
[all...]
H A Dcups_ja.po27 msgid ""
40 msgid "\t\t(all)"
43 msgid "\t\t(none)"
47 msgid "\t%d entries"
51 msgid "\t%s"
54 msgid "\tAfter fault: continue"
58 msgid "\tAlerts: %s"
61 msgid "\tBanner required"
64 msgid "\tCharset sets:"
67 msgid "\tConnectio
[all...]
H A Dcups_cs.po29 msgid ""
43 msgid "\t\t(all)"
48 msgid "\t\t(none)"
53 msgid "\t%d entries"
58 msgid "\t%s"
62 msgid "\tAfter fault: continue"
67 msgid "\tAlerts: %s"
71 msgid "\tBanner required"
75 msgid "\tCharset sets:"
79 msgid "\tConnectio
[all...]
H A Dpo2strings.c34 * "msgid" = "msgstr";
39 * msgid "some text"
42 * The comment, msgid, and msgstr text can span multiple lines using the form:
46 * msgid ""
52 * Both the msgid and msgstr strings use standard C quoting for special
72 *msgid, /* msgid string */ local
75 int use_msgid; /* Use msgid strings for msgstr? */
129 msgid = msgstr = NULL;
139 if (msgid
[all...]
/macosx-10.9.5/text_cmds-87/sort/
H A Dxalloc-die.c32 #define _(msgid) gettext (msgid)
33 #define N_(msgid) msgid
/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashintl.h36 #define _(msgid) gettext(msgid)
37 #define N_(msgid) msgid
38 #define D_(d, msgid) dgettext(d, msgid)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dldap_rb_stats.d30 probe count(int nodecount, int msgid, void* msgptr);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dxalloc-die.c30 #define _(msgid) gettext (msgid)
H A Dopenat-die.c27 #define _(msgid) gettext (msgid)
28 #define N_(msgid) msgid
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dmessage.h97 long msgid, va_list arglist
103 long msgid, ...
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Ddgettext.c49 DGETTEXT (domainname, msgid)
51 const char *msgid;
53 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
H A Ddcgettext.c47 DCGETTEXT (domainname, msgid, category)
49 const char *msgid;
52 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
H A Dgettext.c55 GETTEXT (msgid)
56 const char *msgid;
58 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
H A Dintl-compat.c61 gettext (msgid)
62 const char *msgid;
64 return libintl_gettext (msgid);
70 dgettext (domainname, msgid)
72 const char *msgid;
74 return libintl_dgettext (domainname, msgid);
80 dcgettext (domainname, msgid, category)
82 const char *msgid;
85 return libintl_dcgettext (domainname, msgid, category);
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Ddgettext.c50 DGETTEXT (domainname, msgid)
52 const char *msgid;
54 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
H A Ddcgettext.c47 DCGETTEXT (domainname, msgid, category)
49 const char *msgid;
52 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
H A Dgettext.c55 GETTEXT (msgid)
56 const char *msgid;
58 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
H A Dintl-compat.c61 gettext (msgid)
62 const char *msgid;
64 return libintl_gettext (msgid);
70 dgettext (domainname, msgid)
72 const char *msgid;
74 return libintl_dgettext (domainname, msgid);
80 dcgettext (domainname, msgid, category)
82 const char *msgid;
85 return libintl_dcgettext (domainname, msgid, category);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dipc_mig.h52 #define __BeforeRcvCallTrace(msgid,arg1,arg2,arg3,arg4) \
54 KDBG_MIGCODE(msgid) | DBG_FUNC_START, \
61 #define __AfterRcvCallTrace(msgid,arg1,arg2,arg3,arg4) \
63 KDBG_MIGCODE(msgid) | DBG_FUNC_END, \
70 #define __BeforeSimpleCallTrace(msgid,arg1,arg2,arg3,arg4) \
72 KDBG_MIGCODE(msgid) | DBG_FUNC_START, \
79 #define __AfterSimpleCallTrace(msgid,arg1,arg2,arg3,arg4) \
81 KDBG_MIGCODE(msgid) | DBG_FUNC_END, \
90 #define __BeforeRcvRpc(msgid, _NAME_) \
92 KDBG_MIGCODE(msgid) | DBG_FUNC_STAR
[all...]

Completed in 199 milliseconds

123456789