Searched refs:msgcat (Results 1 - 25 of 54) sorted by relevance

123

/netbsd-current/external/gpl2/gettext/bin/msgcat/
H A DMakefile3 PROG= msgcat
/netbsd-current/external/bsd/ntp/dist/libntp/lib/isc/nls/
H A Dmsgcat.c1 /* $NetBSD: msgcat.c,v 1.2 2024/08/18 20:47:15 christos Exp $ */
20 /* Id: msgcat.c,v 1.18 2007/06/19 23:47:18 tbox Exp */
22 /*! \file msgcat.c
33 #include <isc/msgcat.h>
60 isc_msgcat_t *msgcat; local
69 msgcat = malloc(sizeof(*msgcat));
70 if (msgcat == NULL) {
81 msgcat->catalog = catopen(name, 0);
83 msgcat
90 isc_msgcat_t *msgcat; local
113 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message, const char *default_text) argument
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/man/
H A Dmsgcat.x2 msgcat \- combines several message catalogs
H A DMakefile.am30 msgattrib.x msgcat.x msgcomm.x msgconv.x msgen.x msgexec.x msgfilter.x msggrep.x msginit.x msguniq.x \
37 msgattrib.1 msgcat.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 msgfilter.1 msggrep.1 msginit.1 msguniq.1 \
44 msgattrib.1.html msgcat.1.html msgcomm.1.html msgconv.1.html msgen.1.html msgexec.1.html msgfilter.1.html msggrep.1.html msginit.1.html msguniq.1.html \
89 msgcat.1: msgcat.x
90 $(SHELL) x-to-1 $(UPDATEMODE) "$(PERL)" "$(HELP2MAN)" ../src/msgcat$(EXEEXT) $(srcdir)/msgcat.x msgcat.1
148 msgcat.1.html: msgcat
[all...]
/netbsd-current/external/gpl2/gettext/bin/
H A DMakefile5 SUBDIR= msgattrib msgcat msgcmp msgcomm msgconv msgen msgfilter \
/netbsd-current/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
H A Dmsgcat.h1 /* $NetBSD: msgcat.h,v 1.2 2024/08/18 20:47:14 christos Exp $ */
20 /* Id: msgcat.h,v 1.13 2007/06/19 23:47:18 tbox Exp */
29 /*! \file isc/msgcat.h
80 * will be set to NULL. If a NULL msgcat is given to isc_msgcat_get(),
114 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message,
117 * Get message 'message' from message set 'set' in 'msgcat'. If it
122 *\li 'msgcat' is a valid message catalog or is NULL.
H A Dlog.h656 isc_msgcat_t *msgcat, int msgset, int message,
663 isc_msgcat_t *msgcat, int msgset, int message,
670 isc_msgcat_t *msgcat, int msgset, int message,
677 isc_msgcat_t *msgcat, int msgset, int message,
/netbsd-current/external/bsd/ntp/dist/libntp/lib/isc/
H A Dresult.c40 isc_msgcat_t * msgcat; member in struct:resulttable
119 isc_msgcat_t *msgcat, int set)
137 table->msgcat = msgcat;
195 txt = isc_msgcat_get(table->msgcat, table->set,
211 const char **txt, isc_msgcat_t *msgcat, int set)
215 return (register_table(base, nresults, txt, msgcat, set));
118 register_table(unsigned int base, unsigned int nresults, const char **txt, isc_msgcat_t *msgcat, int set) argument
210 isc_result_register(unsigned int base, unsigned int nresults, const char **txt, isc_msgcat_t *msgcat, int set) argument
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A DMakefile.am30 msgcat-1 msgcat-2 msgcat-3 msgcat-4 msgcat-5 msgcat-6 msgcat-7 \
31 msgcat-8 msgcat-9 msgcat
[all...]
H A Dlang-tcl17 package require msgcat
18 ::msgcat::mcload [file join [file dirname [info script]] msgs]
19 proc _ {s} {return [::msgcat::mc $s]}
21 puts [format [::msgcat::mc "%s is replaced by %s."] "FF" "EUR"]
72 # Test for presence of tclsh with msgcat extension.
75 package require msgcat
79 || { echo "Skipping test: tclsh not found or msgcat extension not present"
H A Dmsgcat-153 # Test msgcat on a PO file with previous msgids.
49 : ${MSGCAT=msgcat}
59 : ${MSGCAT=msgcat}
H A Dmsgcat-113 # Verify that msgcat leaves #: lines in place even if they have a bizarre
37 : ${MSGCAT=msgcat}
H A Dmsgcat-123 # Verify that msgcat complains when it would need to change msgids.
49 : ${MSGCAT=msgcat}
H A Dmsgcat-73 # Verify 'msgcat --sort-output'
23 : ${MSGCAT=msgcat}
H A Dmsgcat-properties-216 : ${MSGCAT=msgcat}
H A Dmsguniq-414 : ${MSGCAT-msgcat}
H A Dmsgcat-13 # Verify that msgcat doesn't introduce alternative syntax if all translations
45 : ${MSGCAT=msgcat}
H A Dmsgcat-103 # Verify msgcat of two files, when the header entries have different comments
65 : ${MSGCAT=msgcat}
H A Dmsgcat-143 # Verify that msgcat complains when it would need to change msgctxts.
73 : ${MSGCAT=msgcat}
H A Dmsgcat-163 # Test msgcat on a PO files with previous msgids.
50 : ${MSGCAT=msgcat}
H A Dmsgcat-561 : ${MSGCAT=msgcat}
H A Dmsgcat-661 : ${MSGCAT=msgcat}
H A Dmsgcat-83 # Verify msgcat of two files, when the header entries have different comments
62 : ${MSGCAT=msgcat}
H A Dmsgcat-93 # Verify msgcat of two files, when the header entries have the same comments
61 : ${MSGCAT=msgcat}
/netbsd-current/usr.bin/gencat/
H A Dgencat.c557 void *msgcat; /* message catalog data */ local
591 msgcat = xmalloc(cat_hdr.__mem);
593 n = read(fd, msgcat, cat_hdr.__mem);
601 set_hdr = (struct _nls_set_hdr *)msgcat;
602 msg_hdr = (struct _nls_msg_hdr *)((char *)msgcat +
604 strings = (char *)msgcat + cat_hdr.__msg_txt_offset;
631 ((char *)msgcat + cat_hdr.__mem)))
638 free(msgcat);
657 void *msgcat; /* message catalog data */ local
695 msgcat
[all...]

Completed in 120 milliseconds

123