Searched defs:gettext (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h314 #if defined(lint) && !defined(gettext)
315 #define gettext(x) x macro
316 #endif /* defined(lint) && !defined(gettext) */
H A Dinstall.h136 #if defined(lint) && !defined(gettext)
137 #define gettext(x) x macro
138 #endif /* defined(lint) && !defined(gettext) */
H A Dlibinst.h576 #if defined(lint) && !defined(gettext)
577 #define gettext(x) x macro
578 #endif /* defined(lint) && !defined(gettext) */
/illumos-gate/usr/src/cmd/pyzfs/
H A Dpyzfs.py33 import gettext namespace
45 _ = gettext.translation("SUNW_OST_OSCMD", "/usr/lib/locale",
46 fallback=True).gettext
48 _ = solaris.misc.gettext
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil_ct.c34 * I18n hack. We sill define gettext(s) to be s here. That way the info_strings
38 #define gettext(s) s macro
109 gettext("Clear the current keylist."),
113 gettext("Read a krb5 keytab into the current keylist."),
117 gettext("Read a krb4 srvtab into the current keylist."),
121 gettext("Write the current keylist to a krb5 keytab."),
125 gettext("Write the current keylist to a krb4 srvtab."),
129 gettext("Add an entry to the current keylist."),
133 gettext("Delete an entry from the current keylist."),
137 gettext("Lis
152 #undef gettext macro
[all...]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py28 import gettext namespace
41 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
42 fallback=True).gettext
44 _ = solaris.misc.gettext
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin_ct.c26 * I18n hack. We sill define gettext(s) to be s here. That way the info_strings
30 #define gettext(s) s macro
157 gettext("Add principal"),
161 gettext("Delete principal"),
165 gettext("Modify principal"),
169 gettext("Change password"),
173 gettext("Get principal"),
177 gettext("List principals"),
181 gettext("Add policy"),
185 gettext("Modif
232 #undef gettext macro
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapdelete.c42 #define gettext(s) s macro
57 fprintf( stderr, gettext("usage: %s [options] [dn...]\n"), ldaptool_progname );
58 fprintf( stderr, gettext("options:\n") );
60 fprintf( stderr, gettext(" -a\t\tBy-pass confirmation question when deleting a branch\n") );
61 fprintf( stderr, gettext( " -c\t\tcontinuous mode (do not stop on errors)\n") );
62 fprintf( stderr, gettext( " -f file\tread DNs to delete from file (default: standard input)\n") );
144 gettext("output error (output might be incomplete)") );
166 printf( gettext("%sdeleting entry %s\n"), ldaptool_not ? "!" : "", dn );
172 printf( gettext("entry removed\n") );
190 printf( gettext("
[all...]
H A Dldaptool-sasl.c22 #define gettext(s) s macro
150 fprintf(stderr, gettext("Challenge:%s\n"), interact->challenge);
H A Dfileurl.c41 #define gettext(s) s macro
242 fprintf( stderr, gettext("%s: ldaptool_berval_from_ldif_value: value: %s\n"),
266 if ( reporterrs ) fprintf( stderr, gettext("%s: unsupported URL \"%s\";"
272 gettext("%s: unable to process URL \"%s\" --"
278 gettext("%s: unable to process URL \"%s\" -- only"
292 gettext("%s: %s is a directory, not a file\n"),
303 gettext("%s: unable to process URL \"%s\""
H A Dldapmodify.c39 #define gettext(s) s macro
120 fprintf( stderr, gettext("usage: %s [options]\n"), ldaptool_progname );
121 fprintf( stderr, gettext("options:\n") );
123 fprintf( stderr, gettext(" -c\t\tcontinuous mode (do not stop on errors)\n") );
124 fprintf( stderr, gettext(" -A\t\tdisplay non-ASCII values in conjunction with -v\n") );
125 fprintf( stderr, gettext(" -f file\tread modifications from file (default: standard input)\n") );
127 fprintf( stderr, gettext(" -a\t\tadd entries\n") );
129 fprintf( stderr, gettext(" -b\t\tread values that start with / from files (for bin attrs)\n") );
130 fprintf( stderr, gettext(" -F\t\tforce application of all changes, regardless of\n") );
131 fprintf( stderr, gettext(" \
[all...]
H A Dldapsearch.c40 #define gettext(s) s macro
74 fprintf( stderr, gettext("usage: %s -b basedn [options] filter [attributes...]\n"), ldaptool_progname );
75 fprintf( stderr, gettext(" %s -b basedn [options] -f file [attributes...]\nwhere:\n"), ldaptool_progname );
76 fprintf( stderr, gettext(" basedn\tbase dn for search\n") );
77 fprintf( stderr, gettext("\t\t(if the environment variable LDAP_BASEDN is set,\n") );
78 fprintf( stderr, gettext("\t\tthen the -b flag is not required)\n") );
79 fprintf( stderr, gettext(" filter\tRFC-2254 compliant LDAP search filter\n") );
80 fprintf( stderr, gettext(" file\tfile containing a sequence of LDAP search filters to use\n") );
81 fprintf( stderr, gettext(" attributes\twhitespace-separated list of attributes to retrieve\n") );
82 fprintf( stderr, gettext("\
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_error.c455 #define gettext(x) x /* let xgettext see these messages */ macro
459 gettext("Out of memory while creating a directory_error_t"),
467 gettext("Out of resources while creating a directory_error_t"),
480 gettext("Unknown error (%1) while creating a directory_error_t"),
484 #undef gettext macro
H A Didmap_api.c1833 #define gettext(s) s macro
1835 {IDMAP_SUCCESS, gettext("Success"), 0},
1836 {IDMAP_NEXT, gettext("More results available"), 0},
1837 {IDMAP_ERR_OTHER, gettext("Undefined error"), EINVAL},
1838 {IDMAP_ERR_INTERNAL, gettext("Internal error"), EINVAL},
1839 {IDMAP_ERR_MEMORY, gettext("Out of memory"), ENOMEM},
1840 {IDMAP_ERR_NORESULT, gettext("No results available"), EINVAL},
1841 {IDMAP_ERR_NOTUSER, gettext("Not a user"), EINVAL},
1842 {IDMAP_ERR_NOTGROUP, gettext("Not a group"), EINVAL},
1843 {IDMAP_ERR_NOTSUPPORTED, gettext("Operatio
1901 #undef gettext macro
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dstring_table.c28 * I18n HACK. We define gettext(s) to be s so that we can extract the
30 * gettext.
33 #define gettext(s) s macro
35 char *str_PARSE_NAME = gettext("while parsing admin principal name.");
38 gettext("while parsing admin history principal name.");
41 gettext("Warning! Admin principal already exists.");
44 gettext("Warning! Changepw principal already exists.");
47 gettext("Warning! Admin history principal already exists.");
50 gettext("Warning! Admin principal has incorrect attributes.\n"
55 gettext("Warnin
129 #undef gettext macro
[all...]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.c32 #pragma weak _gettext = gettext
55 #include "gettext.h"
118 * gettext() is a pass-thru to _real_gettext_u() with a NULL pointer passed
122 gettext(const char *msg_id) function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/
H A Dcom_err.c79 #define gettext(X) X macro
89 { gettext("%s\n## com_err msg of format: 'while ...'"),
93 { gettext("%s\n## com_err message of format: 'error msg ...'"),
97 { gettext("%1$s %2$s\n## com_err message of format: "
102 { gettext("%1$s: %2$s\n## com_err msg of format: 'whoami: while ...'"),
106 { gettext("%1$s: %2$s\n## com_err message of format: "
111 { gettext("%1$s: %2$s %3$s\n## com_err message of format: "
116 { gettext("%s:\n ## com_err message of format: "
121 #undef gettext macro
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.h47 /* gettext() obfuscation routine for lint */
49 #define gettext(x) x macro
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.h38 /* gettext() obfuscation routine for lint */
40 #define gettext(x) x macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dlocale.c35 * via setlocale(3c), textdomain(3i) and gettext(3i). Dragging in the original
208 * gettext(3i) calls originate from all link-editor libraries, and thus the
282 * want libc's gettext implementation in ld.so.1. This routine may not be
286 gettext(const char *msgid) function
/illumos-gate/usr/src/lib/libsasl/include/
H A Dconfig.h463 * We use gettext() so that xgettext will build msg database. libsasl and
467 #define gettext(x) (x) macro
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c71 /* gettext() obfuscation routine for lint */
73 #define gettext(x) x macro
178 gettext("plugin is configured with empty class mask\n"));
589 gettext("error before token %d (previous token=%d)"
816 *error = strdup(gettext("Can't allocate buffers"));
829 *error = strdup(gettext(
855 *error = strdup(gettext(
890 *error = strdup(gettext(
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c71 /* gettext() obfuscation routine for lint */
73 #define gettext(x) x macro
126 severity = gettext("fatal error");
128 severity = gettext("warning");
227 gettext("audit plugin %s reported error = \"%s\": %s\n"),
268 gettext("dlsym failed %s: error %s"),
269 name, errmsg != NULL ? errmsg : gettext("Unknown error\n"));
299 gettext("auditd plugin: stat(%s) failed: %s\n"),
312 gettext(
326 gettext("audit
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dpkgadm_msgs.h38 #define gettext(x) x macro
42 #define MSG_BAD_SUB gettext(\
45 #define MSG_MISSING_OPERAND gettext(\
48 #define MSG_USAGE gettext(\
85 #define MSG_WARNING gettext(\
88 #define MSG_ERROR gettext(\
91 #define MSG_T_OPTION_ARGS gettext(\
94 #define MSG_T_RESULT_TWO gettext(\
97 #define MSG_T_RESULT_THREE gettext(\
100 #define MSG_KEYSTORE_PASSPROMPT gettext(\
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dpkgcond_msgs.h37 #define gettext(x) x macro
42 #define MSG_USAGE gettext(\
57 #define MSG_NO_PKG_ENV_DATA_PRESENT gettext(\
60 #define MSG_NO_ARGUMENTS_SPECIFIED gettext(\
63 #define MSG_INVALID_OPTION_SPECIFIED gettext(\
66 #define MSG_IS_INVALID_OPTION gettext(\
69 #define MSG_UNRECOGNIZED_CONDITION_SPECIFIED gettext(\
72 #define MSG_IS_WHAT_RESULT gettext(\
77 #define DBG_NO_RECURSION gettext(\
80 #define DBG_RECURSION gettext(\
[all...]

Completed in 104 milliseconds

12