| /onnv/onnv-gate/usr/src/cmd/svr4pkg/hdrs/ |
| libadm.h | 315 #if defined(lint) && !defined(gettext) 316 #define gettext(x) x macro 317 #endif /* defined(lint) && !defined(gettext) */
|
| install.h | 136 #if defined(lint) && !defined(gettext) 137 #define gettext(x) x macro 138 #endif /* defined(lint) && !defined(gettext) */
|
| libinst.h | 588 #if defined(lint) && !defined(gettext) 589 #define gettext(x) x macro 590 #endif /* defined(lint) && !defined(gettext) */
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/ktutil/ |
| ktutil_ct.c | 34 * 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("List the current keylist.") 152 #undef gettext macro [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/ |
| kadmin_ct.c | 26 * 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("Modify policy") 232 #undef gettext macro [all...] |
| /onnv/onnv-gate/usr/src/cmd/ldap/common/ |
| fileurl.c | 41 #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\""
|
| ldapdelete.c | 42 #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("%sdeleting entry %s\n"), ldaptool_not ? "!" : "", dn ) [all...] |
| ldaptool-sasl.c | 22 #define gettext(s) s macro 150 fprintf(stderr, gettext("Challenge:%s\n"), interact->challenge);
|
| ldapmodify.c | 39 #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(" \t\treplica lines\n") ) [all...] |
| ldapsearch.c | 40 #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("\t\t(if no attribute list is given, all are retrieved)\n") ) [all...] |
| common.c | 64 #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(" -V n\tLDAP protocol version number (%d or %d; default: %d)\n") [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/i18n/ |
| gettext.c | 31 #pragma weak _gettext = gettext 54 #include "gettext.h" 117 * gettext() is a pass-thru to _real_gettext_u() with a NULL pointer passed 121 gettext(const char *msg_id) function
|
| /onnv/onnv-gate/usr/src/cmd/auditconfig/ |
| audit_scf.h | 42 /* gettext() obfuscation routine for lint */ 44 #define gettext(x) x macro
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
| string_table.c | 28 * 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("Warning! Changepw principal has incorrect attributes.\n 129 #undef gettext macro [all...] |
| dump.c | 215 * We define gettext(s) to be s here, so that xgettext will extract the 217 * undef gettext so that we can use it as a funtion. 220 #define gettext(s) s macro 224 gettext("%s: regular expression error - %s\n"); 226 gettext("%s: regular expression match error - %s\n"); 228 gettext("%s: cannot unparse principal name (%s)\n"); 230 gettext("%s: cannot unparse modifier name (%s)\n"); 232 gettext("%s: cannot find any standard key for %s\n"); 234 gettext("%s: tagged data list inconsistency for %s " 237 gettext("Kerberos version 5") 348 #undef gettext macro [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/et/ |
| com_err.c | 79 #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
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/lib/ |
| gettext.h | 28 the gettext() and ngettext() macros. This is an alternative to calling 31 # undef gettext macro 32 # define gettext(Msgid) \ macro 44 as well because people using "gettext.h" will not include <libintl.h>, 66 # define gettext(Msgid) ((const char *) (Msgid)) macro 67 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) 87 extraction of messages, but does not call gettext(). The run-time
|
| /onnv/onnv-gate/usr/src/lib/libidmap/common/ |
| directory_error.c | 455 #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
|
| idmap_api.c | 1987 #define gettext macro 2055 #undef gettext macro [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/mms/common/ |
| mms_cat.c | 47 * Gettext is not redefined here so the C preprocessor output from 52 #define gettext(s) s macro 81 * Gettext is once again used to localize the message format string. 84 #undef gettext macro 119 fmt = gettext(mms_sym->sym_token);
|
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/ |
| locale.c | 35 * 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
|
| /onnv/onnv-gate/usr/src/lib/auditd_plugins/remote/ |
| audit_remote.h | 38 /* gettext() obfuscation routine for lint */ 40 #define gettext(x) x macro
|
| /onnv/onnv-gate/usr/src/lib/libsasl/include/ |
| config.h | 463 * We use gettext() so that xgettext will build msg database. libsasl and 467 #define gettext(x) (x) macro
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgcond/ |
| pkgcond_msgs.h | 38 #define gettext(x) x macro 43 #define MSG_USAGE gettext(\ 58 #define MSG_NO_PKG_ENV_DATA_PRESENT gettext(\ 61 #define MSG_NO_ARGUMENTS_SPECIFIED gettext(\ 64 #define MSG_INVALID_OPTION_SPECIFIED gettext(\ 67 #define MSG_IS_INVALID_OPTION gettext(\ 70 #define MSG_UNRECOGNIZED_CONDITION_SPECIFIED gettext(\ 73 #define MSG_IS_WHAT_RESULT gettext(\ 78 #define DBG_NO_RECURSION gettext(\ 81 #define DBG_RECURSION gettext(\ [all...] |
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgadm/ |
| pkgadm_msgs.h | 38 #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...] |