| /src/distrib/syspkg/sets/base/base-i18n-shlib/ |
| Makefile | 3 PKGBASE=base-i18n-shlib
|
| /src/distrib/syspkg/sets/comp/comp-i18n-lib/ |
| Makefile | 3 PKGBASE=comp-i18n-lib
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-c-11 | 11 // (KDE) The 1-argument i18n macro is a simple gettext without context. 12 print (i18n ("help")); 13 // (KDE) The 2-argument i18n macro has the context first. 14 print (i18n ("Help", "about")); 15 // (KDE) The 3-argument i18n macro is an ngettext without context. 16 print (i18n ("error", "errors", 7)); 22 --keyword=i18n:1 --keyword=i18n:1c,2,2t --keyword=i18n:1,2,3t \
|
| xgettext-c-10 | 10 // (KDE) The 1-argument i18n macro is a simple gettext without context. 11 print (i18n ("help")); 12 // (KDE) The 2-argument i18n macro has the context first. 13 print (i18n ("Help", "about")); 22 --keyword=i18n:1 --keyword=i18n:1c,2 --keyword=tr:1 --keyword=tr:1,2c \
|
| /src/share/i18n/iconv/ |
| Makefile | 3 BINDIR?= /usr/share/i18n/iconv
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/ |
| hellowindow.cc | 12 /* Declare i18n. */ 42 QLabel *label1 = new QLabel (i18n ("Hello, world!"), panel); 47 //label2text.sprintf (i18n ("This program is running as process number %d"), 49 label2text = i18n ("This program is running as process number %1.").arg(getpid ());
|
| /src/external/gpl2/gettext/dist/gettext-tools/projects/GNOME/ |
| trigger | 23 i18n)
|
| /src/share/ |
| Makefile | 18 SUBDIR+=i18n locale nls
|
| /src/external/gpl2/gettext/dist/gettext-tools/projects/KDE/ |
| trigger | 25 i18n)
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getarg.c | 52 char *(i18n)(const char *)) 73 s = (*i18n)(arg->arg_help); 94 char *(i18n)(const char *)) 130 print_arg(buf, sizeof(buf), 1, 0, args + i, i18n); 136 print_arg(buf, sizeof(buf), 1, 1, args + i, i18n); 143 print_arg(buf, sizeof(buf), 1, 0, args + i, i18n); 145 print_arg(buf, sizeof(buf), 1, 1, args + i, i18n); 162 print_arg(buf, sizeof(buf), 1, 0, args + i, i18n); 172 print_arg(buf, sizeof(buf), 1, 1, args + i, i18n); 227 char *(*i18n)(const char *) [all...] |
| getarg.h | 109 char *(*i18n)(const char *));
|
| /src/share/i18n/csmapper/ |
| Makefile | 9 BINDIR?= /usr/share/i18n/csmapper
|
| /src/share/i18n/esdb/ |
| Makefile | 7 BINDIR?= /usr/share/i18n/esdb
|
| /src/external/gpl2/grep/dist/ |
| grep.spec | 98 - Fix up the i18n patch - it used to break "grep '[]a]'" (#49003) 123 - i18n character ranges patch from Ulrich Drepper
|
| /src/distrib/syspkg/sets/comp/ |
| Makefile | 44 SUBDIR += comp-i18n-lib
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Makefile.am | 85 i18n.cc \
|
| count.cc | 31 #include <i18n.h>
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Makefile.am | 85 i18n.cc \
|
| count.cc | 31 #include <i18n.h>
|
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| quadmath-printf.h | 107 unsigned int i18n:1; /* I flag. */ member in struct:printf_info
|
| quadmath-printf.c | 130 info.i18n = 0; 169 info.i18n = 1;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| quadmath-printf.h | 107 unsigned int i18n:1; /* I flag. */ member in struct:printf_info
|
| quadmath-printf.c | 130 info.i18n = 0; 169 info.i18n = 1;
|
| /src/external/gpl2/xcvs/dist/doc/ |
| Makefile.am | 19 SUBDIRS = i18n
|
| /src/external/ibm-public/postfix/dist/ |
| makedefs | 884 *) icu_cppflags=`((pkg-config --cflags icu-uc icu-i18n) || 885 (pkgconf --cflags icu-uc icu-i18n) || 887 icu_ldflags=`((pkg-config --libs icu-uc icu-i18n) || 888 (pkgconf --libs icu-uc icu-i18n) ||
|