| /f-stack/tools/libxo/tests/gettext/ |
| H A D | strerror.pot | 32 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 D | gt_01.pot | 6 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 D | ldns.pot | 6 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 D | strerror.po | 32 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 D | gt_01.po | 5 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 D | ldns.po | 5 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 D | vchiq_core.c | 656 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 D | vchiq_core.h | 117 #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 D | vchiq_if.h | 83 int msgid; member
|
| /f-stack/freebsd/sys/ |
| H A D | ipmi.h | 113 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 D | libzfs_status.c | 485 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 D | libzfs.abi | 3104 …<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 D | xopo.c | 200 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 D | xopo.rst | 14 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 D | po.m4 | 60 …[$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 D | gettext.m4 | 46 dnl 3) No internationalization, always use English msgid.
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 2597 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()
|