| /src/external/gpl2/gettext/bin/msgcat/ |
| Makefile | 3 PROG= msgcat
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/nls/ |
| msgcat.c | 1 /* $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->magic = MSGCAT_MAGIC 90 isc_msgcat_t *msgcat; local [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/man/ |
| msgcat.x | 2 msgcat \- combines several message catalogs
|
| Makefile.am | 30 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...] |
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| msgcat.h | 1 /* $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.
|
| log.h | 656 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,
|
| /src/external/gpl2/gettext/bin/ |
| Makefile | 5 SUBDIR= msgattrib msgcat msgcmp msgcomm msgconv msgen msgfilter \
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| result.c | 40 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));
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| Makefile.am | 30 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 [all...] |
| lang-tcl | 17 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"
|
| msgcat-15 | 3 # Test msgcat on a PO file with previous msgids. 49 : ${MSGCAT=msgcat} 50 ${MSGCAT} -o mcat-test15.out1 mcat-test15.in 59 : ${MSGCAT=msgcat} 60 ${MSGCAT} --indent -o mcat-test15.out2 mcat-test15.in
|
| msgcat-11 | 3 # Verify that msgcat leaves #: lines in place even if they have a bizarre 37 : ${MSGCAT=msgcat} 38 ${MSGCAT} -o mcat-test11.out mcat-test11.in
|
| msgcat-12 | 3 # Verify that msgcat complains when it would need to change msgids. 49 : ${MSGCAT=msgcat} 50 ${MSGCAT} -o mcat-test12.out mcat-test12.in1 mcat-test12.in2 2>/dev/null
|
| msgcat-7 | 3 # Verify 'msgcat --sort-output' 23 : ${MSGCAT=msgcat} 24 ${MSGCAT} --sort-output -o mcat-test7.out mcat-test7.in1
|
| msgcat-properties-2 | 16 : ${MSGCAT=msgcat} 17 ${MSGCAT} --properties-input --properties-output -t Big5 -o mcat-p-2.out mcat-p-2.properties
|
| msguniq-4 | 14 : ${MSGCAT-msgcat} 15 ${MSGCAT} --properties-output -w 1000 -o msguniq-4.ok ${top_srcdir}/tests/msguniq-a.out
|
| msgcat-1 | 3 # Verify that msgcat doesn't introduce alternative syntax if all translations 45 : ${MSGCAT=msgcat} 46 ${MSGCAT} -o mcat-test1.out mcat-test1.in1 mcat-test1.in2
|
| msgcat-10 | 3 # Verify msgcat of two files, when the header entries have different comments 65 : ${MSGCAT=msgcat} 66 ${MSGCAT} --more-than=0 -o mcat-test10.out \
|
| msgcat-14 | 3 # Verify that msgcat complains when it would need to change msgctxts. 73 : ${MSGCAT=msgcat} 74 ${MSGCAT} -o mcat-test14.out mcat-test14.in1 mcat-test14.in2 2>/dev/null
|
| msgcat-16 | 3 # Test msgcat on a PO files with previous msgids. 50 : ${MSGCAT=msgcat} 51 ${MSGCAT} -o mcat-test16.out mcat-test16.in1 mcat-test16.in2
|
| msgcat-5 | 61 : ${MSGCAT=msgcat} 62 ${MSGCAT} --use-first --more-than=0 -o mcat-test5.out \
|
| msgcat-6 | 61 : ${MSGCAT=msgcat} 62 ${MSGCAT} --more-than=0 -o mcat-test6.out \
|
| msgcat-8 | 3 # Verify msgcat of two files, when the header entries have different comments 62 : ${MSGCAT=msgcat} 63 ${MSGCAT} --more-than=0 -o mcat-test8.out \
|
| msgcat-9 | 3 # Verify msgcat of two files, when the header entries have the same comments 61 : ${MSGCAT=msgcat} 62 ${MSGCAT} --more-than=0 -o mcat-test9.out \
|
| /src/usr.bin/gencat/ |
| gencat.c | 558 void *msgcat; /* message catalog data */ local 592 msgcat = xmalloc(cat_hdr.__mem); 594 n = read(fd, msgcat, cat_hdr.__mem); 602 set_hdr = (struct _nls_set_hdr *)msgcat; 603 msg_hdr = (struct _nls_msg_hdr *)((char *)msgcat + 605 strings = (char *)msgcat + cat_hdr.__msg_txt_offset; 632 ((char *)msgcat + cat_hdr.__mem))) 639 free(msgcat); 658 void *msgcat; /* message catalog data */ local 696 msgcat = xmalloc(msgcat_size) [all...] |