Searched refs:catgets (Results 1 – 25 of 37) sorted by relevance
12
| /openbsd/src/lib/libc/nls/ |
| D | Makefile.inc | 5 SRCS+= catclose.c catgets.c catopen.c 6 MAN+= catclose.3 catgets.3 catopen.3
|
| D | catgets.c | 39 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() function 97 DEF_WEAK(catgets);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/ |
| D | messages_members.cc | 47 return string(catgets(__nlc, __setid, __msgid, __dfault.c_str())); in do_get() 56 char* __msg = catgets(__nlc, __setid, __msgid, in do_get()
|
| D | messages_members.h | 67 char* __msg = catgets(__nlc, __setid, __msgid, in do_get()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/ |
| D | messages_members.cc | 47 return string(catgets(__nlc, __setid, __msgid, __dfault.c_str())); in do_get() 56 char* __msg = catgets(__nlc, __setid, __msgid, in do_get()
|
| D | messages_members.h | 60 char* __msg = catgets(__nlc, __setid, __msgid, in do_get()
|
| /openbsd/src/lib/libc/hidden/ |
| D | nl_types.h | 24 PROTO_NORMAL(catgets);
|
| /openbsd/src/gnu/usr.bin/binutils/ |
| D | gettext.m4 | 38 dnl to use. If gettext or catgets are available (in this order) we 40 dnl catgets is only used if permitted by option --with-catgets. 81 dnl In the standard gettext, we would now check for catgets. 82 dnl However, we never want to use catgets for our releases. 85 dnl Neither gettext nor catgets in included in the C library.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ |
| D | gettext.m4 | 37 dnl to use. If gettext or catgets are available (in this order) we 39 dnl catgets is only used if permitted by option --with-catgets. 80 dnl In the standard gettext, we would now check for catgets. 81 dnl However, we never want to use catgets for our releases. 84 # Neither gettext nor catgets in included in the C library.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/intl/ |
| D | aclocal.m4 | 82 dnl to use. If gettext or catgets are available (in this order) we 84 dnl catgets is only used if permitted by option --with-catgets. 124 dnl In the standard gettext, we would now check for catgets. 125 dnl However, we never want to use catgets for our releases. 128 dnl Neither gettext nor catgets in included in the C library.
|
| D | cat-compat.c | 226 return catgets (catalog, 1, msgid, (char *) msg);
|
| D | po2tbl.sed.in | 1 # po2tbl.sed - Convert Uniforum style .po file to lookup table for catgets
|
| D | config.in | 49 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
|
| D | ChangeLog | 405 system's gettext or catgets functions. 1113 which allow to use the X/Open catgets function with an interface
|
| /openbsd/src/gnu/usr.bin/binutils/intl/ |
| D | aclocal.m4 | 82 dnl to use. If gettext or catgets are available (in this order) we 84 dnl catgets is only used if permitted by option --with-catgets. 124 dnl In the standard gettext, we would now check for catgets. 125 dnl However, we never want to use catgets for our releases. 128 dnl Neither gettext nor catgets in included in the C library.
|
| D | cat-compat.c | 226 return catgets (catalog, 1, msgid, (char *) msg);
|
| D | po2tbl.sed.in | 1 # po2tbl.sed - Convert Uniforum style .po file to lookup table for catgets
|
| D | config.in | 49 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
|
| D | ChangeLog | 381 system's gettext or catgets functions. 1089 which allow to use the X/Open catgets function with an interface
|
| /openbsd/src/include/ |
| D | nl_types.h | 87 extern char *catgets(nl_catd, int, int, const char *);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| D | global_symbols.txt | 56 catgets U
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ABOUT-NLS | 40 of a `catgets' implementation. Future versions of GNU `gettext' will 84 The configuration process will not test for the `catgets' function 86 emulation of `gettext' on top of `catgets' could not provide all the
|
| /openbsd/src/gnu/usr.bin/texinfo/ |
| D | ABOUT-NLS | 40 of a `catgets' implementation. Future versions of GNU `gettext' will 84 The configuration process will not test for the `catgets' function 86 emulation of `gettext' on top of `catgets' could not provide all the
|
| /openbsd/src/regress/usr.bin/tsort/ |
| D | pairs1 | 418 catgets.o catgets.o 1014 __strerror.o catgets.o 1015 __strsignal.o catgets.o 1016 _catgets.o catgets.o 1017 _catgets.o catgets.o
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1206 catgets
|
12