Home
last modified time | relevance | path

Searched refs:msgcat (Results 1 – 25 of 130) sorted by relevance

123456

/netbsd/external/bsd/ntp/dist/lib/isc/nls/
H A Dmsgcat.c60 isc_msgcat_t *msgcat; in isc_msgcat_open() local
69 msgcat = malloc(sizeof(*msgcat)); in isc_msgcat_open()
70 if (msgcat == NULL) { in isc_msgcat_open()
85 *msgcatp = msgcat; in isc_msgcat_open()
90 isc_msgcat_t *msgcat; in isc_msgcat_close() local
97 msgcat = *msgcatp; in isc_msgcat_close()
98 REQUIRE(VALID_MSGCAT(msgcat) || msgcat == NULL); in isc_msgcat_close()
105 msgcat->magic = 0; in isc_msgcat_close()
106 free(msgcat); in isc_msgcat_close()
121 REQUIRE(VALID_MSGCAT(msgcat) || msgcat == NULL); in isc_msgcat_get()
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dmsgcat.texi1 @pindex msgcat
2 @cindex @code{msgcat} program, usage
4 msgcat [@var{option}] [@var{inputfile}]...
27 @opindex -f@r{, @code{msgcat} option}
34 @opindex -D@r{, @code{msgcat} option}
49 @opindex -o@r{, @code{msgcat} option}
64 @opindex -<@r{, @code{msgcat} option}
71 @opindex ->@r{, @code{msgcat} option}
78 @opindex -u@r{, @code{msgcat} option}
90 @opindex -P@r{, @code{msgcat} option}
[all …]
/netbsd/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-10 msgcat-11 msgcat-12 msgcat-13 msgcat-14 \
32 msgcat-15 msgcat-16 \
33 msgcat-properties-1 msgcat-properties-2 \
34 msgcat-stringtable-1 \
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"]
75 package require msgcat
H A DChangeLog13 * msgcat-15: New file.
14 * msgcat-16: New file.
327 * msgcat-1: Likewise.
328 * msgcat-11: Likewise.
458 * msgcat-13: New file.
459 * msgcat-14: New file.
474 * Makefile.am (TESTS): Add msgattrib-15, msgcat-13, msgcat-14,
905 * msgcat-properties-1: Renamed from msgcat-11.
906 * msgcat-properties-2: Renamed from msgcat-12.
907 * msgcat-stringtable-1: Renamed from msgcat-13.
[all …]
H A Dmsgcat-1549 : ${MSGCAT=msgcat}
59 : ${MSGCAT=msgcat}
H A DChangeLog.04 * msgcat-8: New file.
5 * msgcat-9: New file.
6 * msgcat-10: New file.
301 * msgcat-*: Likewise.
334 * msgcat-*: Likewise.
407 * msgcat-3: Likewise.
408 * msgcat-4: Likewise.
654 * msgcat-7: New file.
682 * msgcat-6: Update expected output to match new msgcat behaviour.
690 * Makefile.am (TESTS): Add msgcat-2, msgcat-3, msgcat-4, msgcat-5,
[all …]
H A Dxgettext-668 [format [::msgcat::mc "tcl-format positive1"]
69 [::msgcat::mc "tcl-format negative1"]]
70 [print [::msgcat::mc "tcl-format negative2"]]
/netbsd/external/bsd/ntp/dist/lib/isc/
H A Dresult.c40 isc_msgcat_t * msgcat; member
119 isc_msgcat_t *msgcat, int set) in register_table() argument
137 table->msgcat = msgcat; in register_table()
195 txt = isc_msgcat_get(table->msgcat, table->set, in isc_result_totext()
211 const char **txt, isc_msgcat_t *msgcat, int set) in isc_result_register() argument
215 return (register_table(base, nresults, txt, msgcat, set)); in isc_result_register()
H A Dlog.c245 isc_msgcat_t *msgcat, int msgset, int msg,
891 isc_msgcat_t *msgcat, int msgset, int msg, in isc_log_iwrite() argument
902 msgcat, msgset, msg, format, args); in isc_log_iwrite()
909 isc_msgcat_t *msgcat, int msgset, int msg, in isc_log_ivwrite() argument
916 msgcat, msgset, msg, format, args); in isc_log_ivwrite()
922 isc_msgcat_t *msgcat, int msgset, int msg, in isc_log_iwrite1() argument
933 msgcat, msgset, msg, format, args); in isc_log_iwrite1()
940 isc_msgcat_t *msgcat, int msgset, int msg, in isc_log_ivwrite1() argument
947 msgcat, msgset, msg, format, args); in isc_log_ivwrite1()
1409 isc_msgcat_t *msgcat, int msgset, int msg, in isc_log_doit() argument
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/man/
H A DMakefile.am30 msgattrib.x msgcat.x msgcomm.x msgconv.x msgen.x msgexec.x msgfilter.x msggrep.x msginit.x msguniq.…
37 msgattrib.1 msgcat.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 msgfilter.1 msggrep.1 msginit.1 msguniq.…
44 msgattrib.1.html msgcat.1.html msgcomm.1.html msgconv.1.html msgen.1.html msgexec.1.html msgfilter.…
89 msgcat.1: msgcat.x
90 …LL) x-to-1 $(UPDATEMODE) "$(PERL)" "$(HELP2MAN)" ../src/msgcat$(EXEEXT) $(srcdir)/msgcat.x msgcat.1
148 msgcat.1.html: msgcat.1
149 …$(MAN2HTML) `if test -f msgcat.1; then echo .; else echo $(srcdir); fi`/msgcat.1 | sed -e '/Creati…
H A DMakefile.in436 msgattrib.x msgcat.x msgcomm.x msgconv.x msgen.x msgexec.x msgfilter.x msggrep.x msginit.x msguniq.…
443 msgattrib.1 msgcat.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 msgfilter.1 msggrep.1 msginit.1 msguniq.…
450 msgattrib.1.html msgcat.1.html msgcomm.1.html msgconv.1.html msgen.1.html msgexec.1.html msgfilter.…
720 msgcat.1: msgcat.x
721 …LL) x-to-1 $(UPDATEMODE) "$(PERL)" "$(HELP2MAN)" ../src/msgcat$(EXEEXT) $(srcdir)/msgcat.x msgcat.1
774 msgcat.1.html: msgcat.1
775 …$(MAN2HTML) `if test -f msgcat.1; then echo .; else echo $(srcdir); fi`/msgcat.1 | sed -e '/Creati…
H A DChangeLog.077 msgfmt.1, msgmerge.1, msgunfmt.1, xgettext.1, msgcat.1, msgcomm.1,
106 * msgcat.x: New file.
128 msgmerge.1.html, msgunfmt.1.html, xgettext.1.html, msgcat.1.html,
/netbsd/usr.bin/gencat/
H A Dgencat.c557 void *msgcat; /* message catalog data */ in MCReadCat() local
591 msgcat = xmalloc(cat_hdr.__mem); in MCReadCat()
593 n = read(fd, msgcat, cat_hdr.__mem); in MCReadCat()
601 set_hdr = (struct _nls_set_hdr *)msgcat; in MCReadCat()
631 ((char *)msgcat + cat_hdr.__mem))) in MCReadCat()
638 free(msgcat); in MCReadCat()
695 msgcat = xmalloc(msgcat_size); in MCWriteCat()
696 memset(msgcat, '\0', msgcat_size); in MCWriteCat()
699 cat_hdr = (struct _nls_cat_hdr *) msgcat; in MCWriteCat()
715 strings = (char *) msgcat + in MCWriteCat()
[all …]
/netbsd/external/gpl2/gettext/dist/djgpp/
H A Dfnchange.lst40 gettext-0.11.5/man/msgcat.1.html gettext-0.11.5/man/msgcat.1-html
83 gettext-0.11.5/tests/msgcat-1 gettext-0.11.5/tests/msgcat.1
84 gettext-0.11.5/tests/msgcat-2 gettext-0.11.5/tests/msgcat.2
85 gettext-0.11.5/tests/msgcat-3 gettext-0.11.5/tests/msgcat.3
86 gettext-0.11.5/tests/msgcat-4 gettext-0.11.5/tests/msgcat.4
87 gettext-0.11.5/tests/msgcat-5 gettext-0.11.5/tests/msgcat.5
88 gettext-0.11.5/tests/msgcat-6 gettext-0.11.5/tests/msgcat.6
89 gettext-0.11.5/tests/msgcat-7 gettext-0.11.5/tests/msgcat.7
H A Dfnchange.in41 @V@/man/msgcat.1.html @V@/man/msgcat.1-html
84 @V@/tests/msgcat-1 @V@/tests/msgcat.1
85 @V@/tests/msgcat-2 @V@/tests/msgcat.2
86 @V@/tests/msgcat-3 @V@/tests/msgcat.3
87 @V@/tests/msgcat-4 @V@/tests/msgcat.4
88 @V@/tests/msgcat-5 @V@/tests/msgcat.5
89 @V@/tests/msgcat-6 @V@/tests/msgcat.6
90 @V@/tests/msgcat-7 @V@/tests/msgcat.7
H A Dconfig.sed99 s,msgcat.1.html,msgcat.1-html
185 s,msgcat-1,msgcat.1
187 s,msgcat-2,msgcat.2
189 s,msgcat-3,msgcat.3
191 s,msgcat-4,msgcat.4
193 s,msgcat-5,msgcat.5
195 s,msgcat-6,msgcat.6
197 s,msgcat-7,msgcat.7
/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/
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/external/gpl2/gettext/dist/gettext-tools/src/
H A DMakefile.in37 msgcat$(EXEEXT) msgcomm$(EXEEXT) msgconv$(EXEEXT) \
244 am__msgcat_SOURCES_DIST = msgcat.c ../woe32dll/c++msgcat.cc
245 @WOE32DLL_FALSE@am_msgcat_OBJECTS = msgcat-msgcat.$(OBJEXT)
246 @WOE32DLL_TRUE@am_msgcat_OBJECTS = msgcat-c++msgcat.$(OBJEXT)
1180 @rm -f msgcat$(EXEEXT)
1258 msgcat-msgcat.o: msgcat.c
1259 …GS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcat-msgcat.o `test -f 'msgcat.c' || echo '$(srcdir…
1261 msgcat-msgcat.obj: msgcat.c
1600 msgcat-c++msgcat.o: ../woe32dll/c++msgcat.cc
1601 …CXXFLAGS) $(CXXFLAGS) -c -o msgcat-c++msgcat.o `test -f '../woe32dll/c++msgcat.cc' || echo '$(srcd…
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/po/
H A Dbe.po813 #: src/msgattrib.c:353 src/msgattrib.c:357 src/msgcat.c:286 src/msgcat.c:290
1138 #: src/msgcat.c:296 src/msgcomm.c:315
1143 #: src/msgcat.c:337 src/msgcomm.c:347 src/xgettext.c:742
1148 #: src/msgcat.c:342
1172 #: src/msgcat.c:359 src/msgcomm.c:368 src/xgettext.c:758
1177 #: src/msgcat.c:361 src/msgcomm.c:370 src/xgettext.c:760
1188 #: src/msgcat.c:378 src/msgcomm.c:387
1195 #: src/msgcat.c:381
1202 #: src/msgcat.c:384 src/msgcomm.c:393
1224 #: src/msgcat.c:398 src/msgconv.c:321 src/msguniq.c:366
[all …]
H A Dgettext-tools.pot792 #: src/msgattrib.c:353 src/msgattrib.c:357 src/msgcat.c:286 src/msgcat.c:290
1093 #: src/msgcat.c:296 src/msgcomm.c:315
1098 #: src/msgcat.c:337 src/msgcomm.c:347 src/xgettext.c:742
1103 #: src/msgcat.c:342
1117 #: src/msgcat.c:359 src/msgcomm.c:368 src/xgettext.c:758
1122 #: src/msgcat.c:361 src/msgcomm.c:370 src/xgettext.c:760
1133 #: src/msgcat.c:378 src/msgcomm.c:387
1140 #: src/msgcat.c:381
1147 #: src/msgcat.c:384 src/msgcomm.c:393
1169 #: src/msgcat.c:398 src/msgconv.c:321 src/msguniq.c:366
[all …]
H A Dzh_CN.po796 #: src/msgattrib.c:353 src/msgattrib.c:357 src/msgcat.c:286 src/msgcat.c:290
1099 #: src/msgcat.c:296 src/msgcomm.c:315
1104 #: src/msgcat.c:337 src/msgcomm.c:347 src/xgettext.c:742
1109 #: src/msgcat.c:342
1130 #: src/msgcat.c:359 src/msgcomm.c:368 src/xgettext.c:758
1135 #: src/msgcat.c:361 src/msgcomm.c:370 src/xgettext.c:760
1146 #: src/msgcat.c:378 src/msgcomm.c:387
1155 #: src/msgcat.c:381
1164 #: src/msgcat.c:384 src/msgcomm.c:393
1189 #: src/msgcat.c:398 src/msgconv.c:321 src/msguniq.c:366
[all …]
H A Dko.po822 #: src/msgattrib.c:353 src/msgattrib.c:357 src/msgcat.c:286 src/msgcat.c:290
1154 #: src/msgcat.c:296 src/msgcomm.c:315
1159 #: src/msgcat.c:337 src/msgcomm.c:347 src/xgettext.c:742
1164 #: src/msgcat.c:342
1187 #: src/msgcat.c:359 src/msgcomm.c:368 src/xgettext.c:758
1192 #: src/msgcat.c:361 src/msgcomm.c:370 src/xgettext.c:760
1203 #: src/msgcat.c:378 src/msgcomm.c:387
1212 #: src/msgcat.c:381
1221 #: src/msgcat.c:384 src/msgcomm.c:393
1249 #: src/msgcat.c:398 src/msgconv.c:321 src/msguniq.c:366
[all …]
H A Dsr.po834 #: src/msgattrib.c:353 src/msgattrib.c:357 src/msgcat.c:286 src/msgcat.c:290
1167 #: src/msgcat.c:296 src/msgcomm.c:315
1172 #: src/msgcat.c:337 src/msgcomm.c:347 src/xgettext.c:742
1177 #: src/msgcat.c:342
1199 #: src/msgcat.c:359 src/msgcomm.c:368 src/xgettext.c:758
1204 #: src/msgcat.c:361 src/msgcomm.c:370 src/xgettext.c:760
1216 #: src/msgcat.c:378 src/msgcomm.c:387
1225 #: src/msgcat.c:381
1234 #: src/msgcat.c:384 src/msgcomm.c:393
1263 #: src/msgcat.c:398 src/msgconv.c:321 src/msguniq.c:366
[all …]
H A Del.po844 #: src/msgattrib.c:353 src/msgattrib.c:357 src/msgcat.c:286 src/msgcat.c:290
1159 #: src/msgcat.c:296 src/msgcomm.c:315
1164 #: src/msgcat.c:337 src/msgcomm.c:347 src/xgettext.c:742
1170 #: src/msgcat.c:342
1200 #: src/msgcat.c:359 src/msgcomm.c:368 src/xgettext.c:758
1205 #: src/msgcat.c:361 src/msgcomm.c:370 src/xgettext.c:760
1216 #: src/msgcat.c:378 src/msgcomm.c:387
1223 #: src/msgcat.c:381
1230 #: src/msgcat.c:384 src/msgcomm.c:393
1252 #: src/msgcat.c:398 src/msgconv.c:321 src/msguniq.c:366
[all …]

123456