Searched refs:gettext (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-10.0-release/contrib/groff/src/include/
H A Dgettext.h1 /* This is a dummy header file to make getopt compile without gettext
4 #define gettext(s) s macro
/freebsd-10.0-release/cddl/compat/opensolaris/include/
H A Dlibintl.h10 #define gettext(...) (__VA_ARGS__) macro
/freebsd-10.0-release/contrib/gcc/
H A Dintl.h40 # undef gettext macro
41 # define gettext(msgid) (msgid) macro
47 # define _(msgid) gettext (msgid)
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c205 return (gettext("\tadd [-fn] <pool> <vdev> ...\n"));
207 return (gettext("\tattach [-f] <pool> <device> "
210 return (gettext("\tclear [-nF] <pool> [device]\n"));
212 return (gettext("\tcreate [-fnd] [-o property=value] ... \n"
216 return (gettext("\tdestroy [-f] <pool>\n"));
218 return (gettext("\tdetach <pool> <device>\n"));
220 return (gettext("\texport [-f] <pool> ...\n"));
222 return (gettext("\thistory [-il] [<pool>] ...\n"));
224 return (gettext("\timport [-d dir] [-D]\n"
234 return (gettext("\tiosta
[all...]
H A Dzpool_vdev.c99 (void) fprintf(stderr, gettext("invalid vdev specification\n"));
101 (void) fprintf(stderr, gettext("use '-f' to override "
104 (void) fprintf(stderr, gettext("the following errors "
125 (void) fprintf(stderr, gettext("warning: device in use checking "
166 vdev_error(gettext("%s overlaps with %s\n"), path, msg);
219 vdev_error(gettext("'%s' has no media in drive\n"), name);
297 vdev_error(gettext("%s is currently used by swap. "
311 desc = gettext("active");
315 desc = gettext("exported");
319 desc = gettext("potentiall
[all...]
H A Dzpool_util.c59 gettext("internal error: out of memory\n"));
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py34 import gettext
44 _ = gettext.translation("SUNW_OST_OSCMD", "/usr/lib/locale",
45 fallback=True).gettext
/freebsd-10.0-release/contrib/binutils/gas/
H A Dasintl.h1 /* asintl.h - gas-specific header for gettext code.
38 # define _(String) gettext (String)
45 # define gettext(Msgid) (Msgid) macro
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdb_locale.h30 # define _(String) gettext (String)
37 # define gettext(Msgid) (Msgid) macro
/freebsd-10.0-release/contrib/libstdc++/config/locale/gnu/
H A Dmessages_members.cc48 const char* __msg = const_cast<const char*>(gettext(__dfault.c_str()));
54 const char* __msg = gettext(__dfault.c_str());
68 char* __msg = gettext(_M_convert_to_char(__dfault));
74 char* __msg = gettext(_M_convert_to_char(__dfault));
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c224 return (gettext("\tclone [-p] [-o property=value] ... "
227 return (gettext("\tcreate [-pu] [-o property=value] ... "
232 return (gettext("\tdestroy [-fnpRrv] <filesystem|volume>\n"
236 return (gettext("\tget [-rHp] [-d max] "
242 return (gettext("\tinherit [-rS] <property> "
245 return (gettext("\tupgrade [-v]\n"
248 return (gettext("\tjail <jailid|jailname> <filesystem>\n"));
250 return (gettext("\tunjail <jailid|jailname> <filesystem>\n"));
252 return (gettext("\tlist [-rH][-d max] "
257 return (gettext("\tmoun
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/head/
H A Dlibintl.h70 extern char *gettext(const char *);
97 extern char *gettext();
/freebsd-10.0-release/contrib/diff/lib/
H A Dfile-type.c29 #include <gettext.h>
30 #define _(text) gettext (text)
H A Dgettext.h32 as well because people using "gettext.h" will not include <libintl.h>,
44 # define gettext(Msgid) ((const char *) (Msgid)) macro
60 extraction of messages, but does not call gettext(). The run-time
H A Dversion-etc.c32 #include "gettext.h"
33 #define _(msgid) gettext (msgid)
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dopintl.h1 /* opintl.h - opcodes specific header for gettext code.
15 /* Note the use of dgetext() and PACKAGE here, rather than gettext().
35 # define gettext(Msgid) (Msgid) macro
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py28 import gettext
41 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
42 fallback=True).gettext
44 _ = solaris.misc.gettext
/freebsd-10.0-release/contrib/xz/src/common/
H A Dtuklib_gettext.h4 /// \brief Wrapper for gettext and friends
35 # define _(msgid) gettext(msgid)
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dsysdep.h156 # define _(String) gettext (String)
163 # define gettext(Msgid) (Msgid)
162 # define gettext macro
/freebsd-10.0-release/crypto/heimdal/kuser/
H A Dkuser_locl.h95 #define N_(x,y) gettext(x)
97 #define getarg_i18n gettext
/freebsd-10.0-release/contrib/texinfo/lib/
H A Dgettext.h32 as well because people using "gettext.h" will not include <libintl.h>,
44 # define gettext(Msgid) ((const char *) (Msgid)) macro
60 extraction of messages, but does not call gettext(). The run-time
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dcloseout.c24 # define _(Text) gettext (Text)
H A Dxmalloc.c35 # define _(Text) gettext (Text)
65 before exiting when memory is exhausted. Goes through gettext. */
/freebsd-10.0-release/crypto/openssh/
H A Daudit-bsm.c115 # define gettext(a) (a) macro
339 gettext("invalid %s for user %s"),
344 gettext("invalid user name \"%s\""),
411 gettext("successful login %s"), user);
422 gettext("sshd logout %s"), the_authctxt->user);
432 gettext("logins disabled by /etc/nologin"), AUE_openssh);
437 gettext("too many tries for user %s"), the_authctxt->user);
442 bsm_audit_record(2, gettext("not_console"), AUE_openssh);
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dfunctexcept.cc38 # define _(msgid) gettext (msgid)

Completed in 285 milliseconds

123