Home
last modified time | relevance | path

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

/third_party/musl/include/
Dnl_types.h15 char *catgets (nl_catd, int, int, const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnl_types.h15 char *catgets (nl_catd, int, int, const char *);
/third_party/musl/porting/liteos_m/kernel/include/
Dnl_types.h15 char *catgets (nl_catd, int, int, const char *);
/third_party/musl/porting/liteos_a/kernel/include/
Dnl_types.h15 char *catgets (nl_catd, int, int, const char *);
/third_party/musl/ndk_musl_include/
Dnl_types.h15 char *catgets (nl_catd, int, int, const char *);
/third_party/musl/porting/uniproton/kernel/include/
Dnl_types.h15 char *catgets (nl_catd, int, int, const char *);
/third_party/musl/libc-test/src/api/
Dnl_types.c11 {char*(*p)(nl_catd,int,int,const char*) = catgets;} in f()
/third_party/musl/src/locale/
Dcatgets.c16 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/
D7-1.c61 msg = catgets(cat, i, j, notfound); in read_catalog()
/third_party/glib/po/
Dpo2tbl.sed.in1 # po2tbl.sed - Convert Uniforum style .po file to lookup table for catgets
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
Dpresubmit.bat58 c:\tools\msys64\usr\bin\bash --login -c "pacman -R --noconfirm catgets libcatgets"
/third_party/icu/docs/userguide/locale/
Dlocalizing.md236 *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/
Dgettext.texi290 * 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 …]
DChangeLog.0705 * 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/
DChangeLog.069 catgets.
/third_party/gettext/
DNEWS1156 * 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.
DChangeLog.01131 * 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/
DChangeLog.0782 Remove catgets fallback code.
792 * gettext.m4 (AM_WITH_NLS): Don't look for catgets any more. Don't
/third_party/musl/
Dlibc.map.txt398 catgets;
Dmusl_src.gni492 "src/locale/catgets.c",
DWHATSNEW2125 - non-stub catgets localization API, using netbsd binary catalog format
/third_party/gettext/gettext-tools/doc/Admin/
Ddocumentation753 /* 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/
DChangeLog.0730 Remove catgets fallback code.
962 * Makefile.in.in (install-data): Some systems using catgets()
/third_party/gettext/gettext-runtime/intl/
DChangeLog.04217 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/
DChangeLog.03611 included libintl when GNU gettext or an X/Open gettext or a catgets
4174 long for some dumb catgets programs. Reported by Marcus Daniels.