| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/ |
| D | zpool_main.c | 207 return (gettext("\tadd [-fn] <pool> <vdev> ...\n")); in get_usage() 209 return (gettext("\tattach [-f] <pool> <device> " in get_usage() 212 return (gettext("\tclear [-nF] <pool> [device]\n")); in get_usage() 214 return (gettext("\tcreate [-fnd] [-o property=value] ... \n" in get_usage() 219 return (gettext("\tdestroy [-f] <pool>\n")); in get_usage() 221 return (gettext("\tdetach <pool> <device>\n")); in get_usage() 223 return (gettext("\texport [-f] <pool> ...\n")); in get_usage() 225 return (gettext("\thistory [-il] [<pool>] ...\n")); in get_usage() 227 return (gettext("\timport [-d dir] [-D]\n" in get_usage() 237 return (gettext("\tiostat [-v] [-T d|u] [pool] ... [interval " in get_usage() [all …]
|
| D | zpool_vdev.c | 99 (void) fprintf(stderr, gettext("invalid vdev specification\n")); in vdev_error() 101 (void) fprintf(stderr, gettext("use '-f' to override " in vdev_error() 104 (void) fprintf(stderr, gettext("the following errors " in vdev_error() 125 (void) fprintf(stderr, gettext("warning: device in use checking " in libdiskmgt_error() 166 vdev_error(gettext("%s overlaps with %s\n"), path, msg); in check_slice() 219 vdev_error(gettext("'%s' has no media in drive\n"), name); in check_disk() 297 vdev_error(gettext("%s is currently used by swap. " in check_file() 311 desc = gettext("active"); in check_file() 315 desc = gettext("exported"); in check_file() 319 desc = gettext("potentially active"); in check_file() [all …]
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/ |
| D | zfs_main.c | 229 return (gettext("\tclone [-p] [-o property=value] ... " in get_usage() 232 return (gettext("\tcreate [-pu] [-o property=value] ... " in get_usage() 237 return (gettext("\tdestroy [-fnpRrv] <filesystem|volume>\n" in get_usage() 242 return (gettext("\tget [-rHp] [-d max] " in get_usage() 248 return (gettext("\tinherit [-rS] <property> " in get_usage() 251 return (gettext("\tupgrade [-v]\n" in get_usage() 254 return (gettext("\tjail <jailid|jailname> <filesystem>\n")); in get_usage() 256 return (gettext("\tunjail <jailid|jailname> <filesystem>\n")); in get_usage() 258 return (gettext("\tlist [-Hp] [-r|-d max] [-o property[,...]] " in get_usage() 262 return (gettext("\tmount\n" in get_usage() [all …]
|
| /freebsd-10-stable/contrib/diff/ |
| D | ABOUT-NLS | 10 assume that the distributed package does use GNU `gettext' internally, 12 need to install GNU `gettext' prior to configuring, installing or using 22 `gettext' which is used. The information can be found in the 31 ./configure --with-included-gettext 36 the `gettext' implementation in the GNU C library version 2 provides as 40 of a `catgets' implementation. Future versions of GNU `gettext' will 42 to change to GNU `gettext' as soon as possible. 45 you have installed a recent copy of the GNU gettext package with the 53 packages use GNU `gettext'. Other packages have their own ways to 54 internationalization, predating GNU `gettext'. [all …]
|
| D | README | 43 * gettext 0.14.1 <ftp://ftp.gnu.org/gnu/gettext/gettext-0.14.1.tar.gz>
|
| /freebsd-10-stable/contrib/gdb/ |
| D | gettext.m4 | 1 # This file is derived from `gettext.m4'. The difference is that the 4 # Macro to add for using GNU gettext. 9 # but which still want to provide support for the GNU gettext functionality. 28 AC_MSG_CHECKING([whether included gettext is requested]) 29 AC_ARG_WITH(included-gettext, 30 [ --with-included-gettext use the GNU gettext library included here], 38 dnl to use. If gettext or catgets are available (in this order) we 46 [AC_CACHE_CHECK([for gettext in libc], gt_cv_func_gettext_libc, 47 [AC_TRY_LINK([#include <libintl.h>], [return (int) gettext ("")], 52 [AC_CACHE_CHECK([for gettext in libintl], [all …]
|
| /freebsd-10-stable/contrib/libstdc++/config/locale/gnu/ |
| 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-10-stable/crypto/openssh/ |
| D | audit-bsm.c | 115 # define gettext(a) (a) macro 339 gettext("invalid %s for user %s"), in bsm_audit_bad_login() 344 gettext("invalid user name \"%s\""), in bsm_audit_bad_login() 411 gettext("successful login %s"), user); in audit_event() 422 gettext("sshd logout %s"), the_authctxt->user); in audit_event() 432 gettext("logins disabled by /etc/nologin"), AUE_openssh); in audit_event() 437 gettext("too many tries for user %s"), the_authctxt->user); in audit_event() 442 bsm_audit_record(2, gettext("not_console"), AUE_openssh); in audit_event()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | intl.h | 40 # undef gettext 41 # define gettext(msgid) (msgid) macro 47 # define _(msgid) gettext (msgid)
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/pyzfs/ |
| D | pyzfs.py | 34 import gettext 44 _ = gettext.translation("SUNW_OST_OSCMD", "/usr/lib/locale", 45 fallback=True).gettext
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| D | util.py | 28 import gettext 41 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale", 42 fallback=True).gettext 44 _ = solaris.misc.gettext
|
| /freebsd-10-stable/contrib/ntp/sntp/libopts/ |
| 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))
|
| D | genshell.h | 165 extern char * gettext(char const *); 177 return (char*)gettext(pz); in aoGetsText()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | gdb_locale.h | 30 # define _(String) gettext (String) 37 # define gettext(Msgid) (Msgid) macro
|
| /freebsd-10-stable/contrib/binutils/gas/ |
| D | asintl.h | 38 # define _(String) gettext (String) 45 # define gettext(Msgid) (Msgid) macro
|
| /freebsd-10-stable/crypto/heimdal/kuser/ |
| D | kuser_locl.h | 95 #define N_(x,y) gettext(x) 97 #define getarg_i18n gettext
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | sysdep.h | 155 # define _(String) gettext (String) 162 # define gettext(Msgid) (Msgid) macro
|
| /freebsd-10-stable/contrib/libreadline/ |
| D | aclocal.m4 | 1974 dnl tests added for gettext 1976 # codeset.m4 serial AM1 (gettext-0.10.40) 1999 # gettext.m4 serial 20 (gettext-0.12) 2009 dnl License but which still want to provide support for the GNU gettext 2011 dnl Please note that the actual code of the GNU gettext library is covered 2013 dnl gettext package package is covered by the GNU General Public License. 2020 dnl Macro to add for using GNU gettext. 2032 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext 2035 dnl 'need-formatstring-macros', then GNU gettext implementations that don't 2041 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled [all …]
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | gnu | 80 # Files produced by GNU gettext 84 # gettext message catalogue 86 >&0 search/1024 \nmsgstr GNU gettext message catalogue text
|
| /freebsd-10-stable/contrib/binutils/ld/ |
| D | ld.h | 68 # define _(String) gettext (String) 75 # define gettext(Msgid) (Msgid) macro
|
| /freebsd-10-stable/contrib/ntp/ntpsnmpd/ |
| D | ntpsnmpd-opts.h | 199 extern char * gettext(char const *); 211 return (char*)gettext(pz); in aoGetsText()
|
| /freebsd-10-stable/contrib/groff/src/include/ |
| D | gettext.h | 4 #define gettext(s) s macro
|
| /freebsd-10-stable/contrib/xz/po/ |
| D | Makevars | 1 # Makefile variables for PO directory in any package using GNU gettext. 26 # in the GNU gettext documentation, section 'Preparing Strings'.
|
| /freebsd-10-stable/cddl/compat/opensolaris/include/ |
| D | libintl.h | 10 #define gettext(...) (__VA_ARGS__) macro
|
| /freebsd-10-stable/contrib/binutils/opcodes/ |
| D | opintl.h | 35 # define gettext(Msgid) (Msgid) macro
|