Searched refs:catgets (Results 1 – 25 of 25) sorted by relevance
/third_party/musl/include/ |
D | nl_types.h | 15 char *catgets (nl_catd, int, int, const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | nl_types.h | 15 char *catgets (nl_catd, int, int, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | nl_types.h | 15 char *catgets (nl_catd, int, int, const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | nl_types.h | 15 char *catgets (nl_catd, int, int, const char *);
|
/third_party/musl/ndk_musl_include/ |
D | nl_types.h | 15 char *catgets (nl_catd, int, int, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | nl_types.h | 15 char *catgets (nl_catd, int, int, const char *);
|
/third_party/musl/libc-test/src/api/ |
D | nl_types.c | 11 {char*(*p)(nl_catd,int,int,const char*) = catgets;} in f()
|
/third_party/musl/src/locale/ |
D | catgets.c | 16 char *catgets (nl_catd catd, int set_id, int msg_id, const char *s) in catgets() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 7-1.c | 61 msg = catgets(cat, i, j, notfound); in read_catalog()
|
/third_party/glib/po/ |
D | po2tbl.sed.in | 1 # po2tbl.sed - Convert Uniforum style .po file to lookup table for catgets
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/ |
D | presubmit.bat | 58 c:\tools\msys64\usr\bin\bash --login -c "pacman -R --noconfirm catgets libcatgets"
|
/third_party/icu/docs/userguide/locale/ |
D | localizing.md | 236 *Note: The OpenI18N specification also requires POSIX `gencat`/`catgets` support. See the [POSIX](#… 250 ## POSIX/catgets 252 POSIX (The Open Group specification) defines message catalogs with the `catgets()` 260 https://pubs.opengroup.org/onlinepubs/009695399/functions/catgets.html
|
/third_party/gettext/gettext-tools/doc/ |
D | gettext.texi | 290 * catgets:: About @code{catgets} 297 About @code{catgets} 299 * Interface to catgets:: The interface 300 * Problems with catgets:: Problems with the @code{catgets} interface?! 315 * Temp catgets:: Temporary - About @code{catgets} 5995 catgets vs. Uniforum's gettext interface. We'll describe them both and 5999 * catgets:: About @code{catgets} 6007 @node catgets 6008 @section About @code{catgets} 6009 @cindex @code{catgets}, X/Open specification [all …]
|
D | ChangeLog.0 | 705 * gettext.texi (Magic for Installers): Remove references to catgets 709 * nls.texi: Remove references to catgets. Describe new working of 893 Document change in aclocal.m4. Describe --with-catgets option. 1126 Some points on comparing catgets vs. gettext are written.
|
/third_party/gettext/gettext-runtime/doc/ |
D | ChangeLog.0 | 69 catgets.
|
/third_party/gettext/ |
D | NEWS | 1156 * Support for the catgets wrapper has been dropped. This means that gettext 1187 * by default the emulation of gettext using the catgets() functions of 1189 extensions that this became unreasonable. Using --with-catgets the 1331 on top of X/Open(*) style catgets functions.
|
D | ChangeLog.0 | 1131 * aclocal.m4: Major change!!! By default the catgets emulation is 1133 --with-catgets. Looking at all the nice features GNU gettext and 1134 which cannot be emulated portably using the catgets interface, it
|
/third_party/gettext/gnulib-local/m4/ |
D | ChangeLog.0 | 782 Remove catgets fallback code. 792 * gettext.m4 (AM_WITH_NLS): Don't look for catgets any more. Don't
|
/third_party/musl/ |
D | libc.map.txt | 398 catgets;
|
D | musl_src.gni | 492 "src/locale/catgets.c",
|
D | WHATSNEW | 2125 - non-stub catgets localization API, using netbsd binary catalog format
|
/third_party/gettext/gettext-tools/doc/Admin/ |
D | documentation | 753 /* catgets returns message MSG_HELLO from set SET from the 759 printf (catgets (catfd, SET, MSG_HELLO, "hello, world\n")); 777 strings with calls to catgets. 824 gettext routines vs. catgets (XPG). In the end the committee couldn't
|
/third_party/gettext/gettext-tools/po/ |
D | ChangeLog.0 | 730 Remove catgets fallback code. 962 * Makefile.in.in (install-data): Some systems using catgets()
|
/third_party/gettext/gettext-runtime/intl/ |
D | ChangeLog.0 | 4217 Remove catgets fallback code. 4943 system's gettext or catgets functions. 5651 which allow to use the X/Open catgets function with an interface
|
/third_party/gettext/gettext-tools/src/ |
D | ChangeLog.0 | 3611 included libintl when GNU gettext or an X/Open gettext or a catgets 4174 long for some dumb catgets programs. Reported by Marcus Daniels.
|