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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Di18n.h45 gettext (const char *str) function
56 return gettext(str);
/osnet-11/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.c39 #define gettext(s) s macro
73 fprintf( stderr, gettext("usage: %s -b basedn [options] filter [attributes...]\n"), ldaptool_progname );
74 fprintf( stderr, gettext(" %s -b basedn [options] -f file [attributes...]\nwhere:\n"), ldaptool_progname );
75 fprintf( stderr, gettext(" basedn\tbase dn for search\n") );
76 fprintf( stderr, gettext("\t\t(if the environment variable LDAP_BASEDN is set,\n") );
77 fprintf( stderr, gettext("\t\tthen the -b flag is not required)\n") );
78 fprintf( stderr, gettext(" filter\tRFC-2254 compliant LDAP search filter\n") );
79 fprintf( stderr, gettext(" file\tfile containing a sequence of LDAP search filters to use\n") );
80 fprintf( stderr, gettext(" attributes\twhitespace-separated list of attributes to retrieve\n") );
81 fprintf( stderr, gettext("\
[all...]
H A Dcommon.c64 #define gettext(s) s macro
111 fprintf( stderr, gettext(" -n\t\tshow what would be done but don't actually do it\n") );
112 fprintf( stderr, gettext(" -v\t\trun in verbose mode (diagnostics to standard output)\n") );
114 fprintf( stderr, gettext(" -h host\tLDAP server1 name or IP address (default: %s)\n"), LDAPTOOL_DEFHOST );
115 fprintf( stderr, gettext(" -p port\tLDAP server1 TCP port number (default: %d)\n"), LDAP_PORT );
116 fprintf( stderr, gettext(" -h host\tLDAP server2 name or IP address (default: %s)\n"), LDAPTOOL_DEFHOST );
117 fprintf( stderr, gettext(" -p port\tLDAP server2 TCP port number (default: %d)\n"), LDAP_PORT );
119 fprintf( stderr, gettext(" -h host\tLDAP server name or IP address (default: %s)\n"), LDAPTOOL_DEFHOST );
120 fprintf( stderr, gettext(" -p port\tLDAP server TCP port number (default: %d)\n"), LDAP_PORT );
123 gettext("
[all...]
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A D__init__.py25 import gettext namespace
29 _ = gettext.translation('SUNW_OST_OSLIB', '/usr/lib/locale',
30 fallback=True).gettext
32 _ = solaris.misc.gettext
/osnet-11/usr/src/lib/pyzfs/common/
H A Dutil.py28 import gettext namespace
42 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
43 fallback=True).gettext
45 _ = solaris.misc.gettext
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dgettext.h31 the gettext() and ngettext() macros. This is an alternative to calling
34 # undef gettext macro
35 # define gettext(Msgid) \ macro
47 as well because people using "gettext.h" will not include <libintl.h>,
69 # undef gettext macro
70 # define gettext(Msgid) ((const char *) (Msgid)) macro
72 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))
99 extraction of messages, but does not call gettext(). The run-time
/osnet-11/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.c1828 #define gettext(s) s macro
1830 {IDMAP_SUCCESS, gettext("Success"), 0},
1831 {IDMAP_NEXT, gettext("More results available"), 0},
1832 {IDMAP_ERR_OTHER, gettext("Undefined error"), EINVAL},
1833 {IDMAP_ERR_INTERNAL, gettext("Internal error"), EINVAL},
1834 {IDMAP_ERR_MEMORY, gettext("Out of memory"), ENOMEM},
1835 {IDMAP_ERR_NORESULT, gettext("No results available"), EINVAL},
1836 {IDMAP_ERR_NOTUSER, gettext("Not a user"), EINVAL},
1837 {IDMAP_ERR_NOTGROUP, gettext("Not a group"), EINVAL},
1838 {IDMAP_ERR_NOTSUPPORTED, gettext("Operatio
1896 #undef gettext macro
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgettext.h29 the gettext() and ngettext() macros. This is an alternative to calling
32 # undef gettext macro
33 # define gettext(Msgid) \ macro
45 as well because people using "gettext.h" will not include <libintl.h>,
67 # undef gettext macro
68 # define gettext(Msgid) ((const char *) (Msgid)) macro
70 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))
97 extraction of messages, but does not call gettext(). The run-time
H A Dregex_internal.h68 # undef gettext macro
69 # define gettext(msgid) \ macro
73 # define gettext(msgid) (msgid) macro
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.h37 /* gettext() obfuscation routine for lint */
39 #define gettext(x) x macro
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.c28 #pragma weak _gettext = gettext
51 #include "gettext.h"
114 * gettext() is a pass-thru to _real_gettext_u() with a NULL pointer passed
118 gettext(const char *msg_id) function
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/et/
H A Dcom_err.c78 #define gettext(X) X macro
88 { gettext("%s\n## com_err msg of format: 'while ...'"),
92 { gettext("%s\n## com_err message of format: 'error msg ...'"),
96 { gettext("%1$s %2$s\n## com_err message of format: "
101 { gettext("%1$s: %2$s\n## com_err msg of format: 'whoami: while ...'"),
105 { gettext("%1$s: %2$s\n## com_err message of format: "
110 { gettext("%1$s: %2$s %3$s\n## com_err message of format: "
115 { gettext("%s:\n ## com_err message of format: "
120 #undef gettext macro
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.h38 /* gettext() obfuscation routine for lint */
40 #define gettext(x) x macro
/osnet-11/usr/src/lib/libsasl/include/
H A Dconfig.h460 * We use gettext() so that xgettext will build msg database. libsasl and
464 #define gettext(x) (x) macro
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.h48 /* gettext() obfuscation routine for lint */
50 #define gettext(x) x macro
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c67 /* gettext() obfuscation routine for lint */
69 #define gettext(x) x macro
799 *error = strdup(gettext("uninitialized plugin"));
952 *error = strdup(gettext(
989 *error = strdup(gettext("no memory"));
1040 *error = strdup(gettext("no directories configured"));
1043 *error = strdup(gettext("no memory"));
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py29 import gettext namespace
35 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
36 fallback=True).gettext
40 _ = solaris.misc.gettext
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c49 # define gettext(String) (String) macro
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c52 # define gettext(String) (String) macro

Completed in 114 milliseconds