| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/ |
| H A D | zpool_main.c | 275 return (gettext("\tupgrade [-v]\n" in get_usage() 790 (void) fprintf(stderr, gettext( in zpool_do_labelclear() 825 (void) fprintf(stderr, gettext( in zpool_do_labelclear() 834 (void) fprintf(stderr, gettext( in zpool_do_labelclear() 844 (void) fprintf(stderr, gettext( in zpool_do_labelclear() 4553 (void) printf(gettext("\n")); in print_scan_status() 4651 (void) printf(gettext( in print_removal_status() 4682 (void) printf(gettext( in print_removal_status() 5452 (void) printf(gettext("\n")); in upgrade_cb() 5649 (void) printf(gettext("\n")); in upgrade_one() [all …]
|
| H A D | zpool_vdev.c | 311 desc = gettext("active"); in check_file() 315 desc = gettext("exported"); in check_file() 323 desc = gettext("unknown"); in check_file() 721 vdev_error(gettext( in get_replication() 774 vdev_error(gettext( in get_replication() 799 vdev_error(gettext( in get_replication() 811 vdev_error(gettext( in get_replication() 825 vdev_error(gettext( in get_replication() 905 vdev_error(gettext( in check_replication() 911 vdev_error(gettext( in check_replication() [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/ |
| H A D | zfs_main.c | 272 return (gettext("\tmount\n" in get_usage() 308 return (gettext("\tunshare " in get_usage() 4284 return (gettext("other")); in deleg_perm_type() 4755 str = gettext(""); in deleg_perm_comment() 4758 str = gettext(""); in deleg_perm_comment() 4765 str = gettext(""); in deleg_perm_comment() 4856 (void) fprintf(fp, fmt, gettext("NAME"), gettext("TYPE"), in allow_usage() 4857 gettext("NOTES")); in allow_usage() 5294 who = gettext("user"); in print_uge_deleg_perms() 5300 who = gettext("group"); in print_uge_deleg_perms() [all …]
|
| /freebsd-12.1/contrib/diff/ |
| H A D | ABOUT-NLS | 22 `gettext' which is used. The information can be found in the 31 ./configure --with-included-gettext 42 to change to GNU `gettext' as soon as possible. 54 internationalization, predating GNU `gettext'. 58 provides the GNU `gettext' functions. If not, the GNU `gettext' own 61 the GNU `gettext' package is _not_ required. Installers may use 65 ./configure --with-included-gettext 68 will respectively bypass any pre-existing `gettext' to use the 80 ./configure --with-included-gettext 87 extensions of the GNU `gettext' library. [all …]
|
| H A D | README | 43 * gettext 0.14.1 <ftp://ftp.gnu.org/gnu/gettext/gettext-0.14.1.tar.gz>
|
| /freebsd-12.1/contrib/gdb/ |
| H A D | gettext.m4 | 1 # This file is derived from `gettext.m4'. The difference is that the 4 # Macro to add for using GNU gettext. 29 AC_ARG_WITH(included-gettext, 30 [ --with-included-gettext use the GNU gettext library included here], 52 [AC_CACHE_CHECK([for gettext in libintl], 54 [AC_TRY_LINK([], [return (int) gettext ("")], 62 [Define as 1 if you have gettext and don't want to use GNU gettext.]) 86 dnl Fall back on GNU gettext library. 134 if test "$PACKAGE" = gettext; then 238 dnl only sense for gettext. We comment this out for non-gettext [all …]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | gnu | 12 # Reference: ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.tar.gz/ 13 # gettext-0.19.8.1/gettext-runtime/intl/gmo.h 14 # Note: maybe call it like "GNU translation gettext machine object" 18 #>0 use gettext-object 19 #0 name gettext-object 21 !:mime application/x-gettext-translation 98 !:mime application/x-gettext-translation 101 #>0 use \^gettext-object 172 # Files produced by GNU gettext 174 # gettext message catalogue [all …]
|
| /freebsd-12.1/contrib/libstdc++/config/locale/gnu/ |
| H A D | messages_members.cc | 48 const char* __msg = const_cast<const char*>(gettext(__dfault.c_str())); in _GLIBCXX_BEGIN_NAMESPACE() 54 const char* __msg = gettext(__dfault.c_str()); in _GLIBCXX_BEGIN_NAMESPACE() 68 char* __msg = gettext(_M_convert_to_char(__dfault)); in do_get() 74 char* __msg = gettext(_M_convert_to_char(__dfault)); in do_get()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | audit-bsm.c | 112 # define gettext(a) (a) macro 336 gettext("invalid %s for user %s"), in bsm_audit_bad_login() 341 gettext("invalid user name \"%s\""), in bsm_audit_bad_login() 408 gettext("successful login %s"), user); in audit_event() 419 gettext("sshd logout %s"), the_authctxt->user); in audit_event() 429 gettext("logins disabled by /etc/nologin"), AUE_openssh); in audit_event() 434 gettext("too many tries for user %s"), the_authctxt->user); in audit_event() 439 bsm_audit_record(2, gettext("not_console"), AUE_openssh); in audit_event()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | intl.h | 40 # undef gettext 41 # define gettext(msgid) (msgid) macro 47 # define _(msgid) gettext (msgid)
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/pyzfs/ |
| H A D | pyzfs.py | 34 import gettext 44 _ = gettext.translation("SUNW_OST_OSCMD", "/usr/lib/locale", 45 fallback=True).gettext
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| H A D | util.py | 28 import gettext 41 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale", 42 fallback=True).gettext 44 _ = solaris.misc.gettext
|
| /freebsd-12.1/contrib/libxo/ |
| H A D | configure.ac | 95 AC_ARG_ENABLE([gettext], optenable 96 [ --disable-gettext Turn off support for gettext], 100 dnl Looking for gettext(), assumably in libintl 101 AC_ARG_WITH(gettext, optwith 102 [ --with-gettext=[PFX] Specify location of gettext installation], 111 AC_MSG_CHECKING([gettext in ${GETTEXT_PREFIX}]) 125 AC_MSG_CHECKING([gettext in ${GETTEXT_PREFIX}]) 140 AC_MSG_CHECKING([gettext in ${GETTEXT_PREFIX}]) 155 AC_DEFINE([HAVE_GETTEXT], [1], [gettext(3)]) 464 tests/gettext/Makefile [all …]
|
| /freebsd-12.1/contrib/ntp/sntp/libopts/ |
| H A D | gettext.h | 31 # undef gettext 32 # define gettext(Msgid) \ macro 66 # undef gettext 67 # define gettext(Msgid) ((const char *) (Msgid)) macro 69 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))
|
| H A D | genshell.h | 165 extern char * gettext(char const *); 177 return (char*)gettext(pz); in aoGetsText()
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | field-modifiers.rst | 18 g gettext Call gettext on field's render content 135 .. index:: gettext 137 The gettext modifier is used to translate individual fields using the 138 gettext domain (typically set using the "`{G:}`" role) and current 140 to gettext(3), where it is used as a key to find the native language 144 to gettext() to find locale-based translated strings:: 148 See :ref:`gettext-role`, :ref:`plural-modifier`, and 272 .. index:: gettext 282 but can work independently. See :ref:`gettext-modifier`. 284 When used without the gettext modifier or when the message does not [all …]
|
| H A D | howto.rst | 49 --with-gettext=PFX Specify location of gettext installation 65 .. index:: --with-gettext 67 The gettext library does not provide a simple means of learning its 70 information using the "`--with-gettext=/dir/path`" option. 267 .. index:: gettext 279 invoking the standard :manpage:`gettext(3)` functions. 281 gettext setup is a bit complicated: text strings are extracted from 334 Once these steps are complete, you can use the `gettext` command to 337 gettext -d foo -e "some text" 352 printf(gettext("Received %zu %s from {g:server} server\n"), [all …]
|
| H A D | field-roles.rst | 17 G gettext Call gettext(3) on the format string 143 gettext(3). Use the "{G:}" role to request that the remaining part of 145 gettext(). 147 Since gettext() uses the string as the key into the message catalog, 160 The {G:} role allows a domain name to be set. gettext calls will
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdb_locale.h | 30 # define _(String) gettext (String) 37 # define gettext(Msgid) (Msgid) macro
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | asintl.h | 38 # define _(String) gettext (String) 45 # define gettext(Msgid) (Msgid) macro
|
| /freebsd-12.1/crypto/heimdal/kuser/ |
| H A D | kuser_locl.h | 95 #define N_(x,y) gettext(x) 97 #define getarg_i18n gettext
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | sysdep.h | 155 # define _(String) gettext (String) 162 # define gettext(Msgid) (Msgid) macro
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ld.h | 68 # define _(String) gettext (String) 75 # define gettext(Msgid) (Msgid) macro
|
| /freebsd-12.1/contrib/ntp/ntpsnmpd/ |
| H A D | ntpsnmpd-opts.h | 199 extern char * gettext(char const *); 211 return (char*)gettext(pz); in aoGetsText()
|
| /freebsd-12.1/cddl/compat/opensolaris/include/ |
| H A D | libintl.h | 10 #define gettext(...) (__VA_ARGS__) macro
|