Home
last modified time | relevance | path

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

/f-stack/tools/libxo/tests/gettext/
H A Dstrerror.pot32 msgid ""
49 msgid "No error: 0"
105 msgid "Bad address"
113 msgid "Device busy"
117 msgid "File exists"
133 msgid "Is a directory"
153 msgid "Text file busy"
165 msgid "Illegal seek"
177 msgid "Broken pipe"
327 msgid "Host is down"
[all …]
H A Dgt_01.pot6 msgid ""
55 msgid "byte"
60 msgid "marzlevane"
68 msgid "cardinal"
71 msgid "automatic"
83 msgid "Windings"
92 msgid "flaming"
95 msgid "sword"
98 msgid "burning"
101 msgid "my"
[all …]
H A Dldns.pot6 msgid ""
21 msgid "Received {:received} {N:byte,bytes} from {:from}#{:port} in {:time} ms\n"
24 msgid "byte"
/f-stack/tools/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po32 msgid ""
49 msgid "No error: 0"
61 msgid "No such process"
105 msgid "Bad address"
113 msgid "Device busy"
117 msgid "File exists"
133 msgid "Is a directory"
165 msgid "Illegal seek"
177 msgid "Broken pipe"
321 msgid "Host is down"
[all …]
H A Dgt_01.po5 msgid ""
57 msgid "byte"
63 msgid "marzlevane"
72 msgid "cardinal"
75 msgid "automatic"
87 msgid "Windings"
96 msgid "flaming"
99 msgid "sword"
102 msgid "burning"
105 msgid "my"
[all …]
H A Dldns.po5 msgid ""
23 msgid "Received {:received} {N:byte,bytes} from {:from}#{:port} in {:time} ms\n"
26 msgid "byte"
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c656 int msgid = header->msgid; in process_free_queue() local
967 header->msgid = msgid; in queue_message()
1082 header->msgid = msgid; in queue_message_sync()
1127 int msgid = header->msgid; in release_slot() local
1136 header->msgid = msgid & ~VCHIQ_MSGID_CLAIMED; in release_slot()
1513 msgid = header->msgid; in parse_open()
1665 msgid = header->msgid; in parse_rx_slots()
2172 msgid = header->msgid; in sync_func()
2773 int msgid = header->msgid; in release_service_messages() local
2790 msgid, header->msgid, in release_service_messages()
[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)
H A Dvchiq_if.h83 int msgid; member
/f-stack/freebsd/sys/
H A Dipmi.h113 long msgid; member
121 long msgid; member
166 int32_t msgid; member
174 int32_t msgid; member
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c485 zpool_get_status(zpool_handle_t *zhp, char **msgid, zpool_errata_t *errata) in zpool_get_status() argument
488 if (msgid != NULL) { in zpool_get_status()
490 *msgid = NULL; in zpool_get_status()
492 *msgid = zfs_msgid_table[ret]; in zpool_get_status()
498 zpool_import_status(nvlist_t *config, char **msgid, zpool_errata_t *errata) in zpool_import_status() argument
503 *msgid = NULL; in zpool_import_status()
505 *msgid = zfs_msgid_table[ret]; in zpool_import_status()
H A Dlibzfs.abi3104 …<parameter type-id='type-id-153' name='msgid' filepath='/home/fedora/zfs/lib/libzfs/libzfs_status.…
3110 …<parameter type-id='type-id-153' name='msgid' filepath='/home/fedora/zfs/lib/libzfs/libzfs_status.…
/f-stack/tools/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()
/f-stack/tools/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
/f-stack/freebsd/contrib/openzfs/config/
H A Dpo.m460 …[$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_…
61 …(if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/…
H A Dgettext.m446 dnl 3) No internationalization, always use English msgid.
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2597 char *msgid; in show_import() local
2620 reason = zpool_import_status(config, &msgid, &errata); in show_import()
2912 if (msgid != NULL) { in show_import()
2915 msgid); in show_import()
7925 char *msgid; in status_callback() local
7933 reason = zpool_get_status(zhp, &msgid, &errata); in status_callback()
8297 if (msgid != NULL) { in status_callback()
8302 msgid); in status_callback()