Searched refs:gettext (Results 76 - 100 of 1480) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c116 (void) fprintf(stderr, gettext("\n%s: desired cache size (%d) "\
120 gettext("desired cache size (%d) "\
152 gettext("%s: get system options failed\n"), progname);
160 gettext("%s: get cd(%d) hint failed\n"), progname, cd);
203 (void) printf(gettext("%s: installing default config entry '%s'\n"),
210 gettext("%s: unable to lock configuration: %s\n"),
216 (void) printf(gettext("%s: upgraded lock, retrying\n"),
224 gettext("%s: unable to write configuration: %s\n"),
231 gettext("%s: unable to write to configuration: %s\n"),
238 gettext("
[all...]
/illumos-gate/usr/src/cmd/cdrw/
H A Ddumpinfo.c50 msg = gettext("Cannot read Table of contents\n");
54 (void) printf(gettext("\nDevice : %.8s %.16s\n"),
56 (void) printf(gettext("Firmware : Rev. %.4s (%.12s)\n"),
71 (void) printf(gettext("Media Type : "));
79 (void) printf(gettext("UNKNOWN\n"));
104 (void) printf(gettext("Media Capacity : %.2f MB "),
112 (void) printf(gettext("Formatted Media Capacity : "
117 (void) printf(gettext("(%u blocks)\n"), (uint_t)cap);
121 (void) printf(gettext("Media is blank\n"));
143 (void) printf(gettext("Trac
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y143 * will be a replacement for gettext. We the make gettext a macro that
146 * a string at runtime and gettext must be used around string literals so
152 * foo(GETTEXT(gettext("This is a test")));
154 * The inner gettext call is for xgettext command to extract the string.
165 return (gettext(msgid));
168 #define gettext(s) (s)
438 { gettext("january"), tMONTH, 1 },
439 { gettext("february"), tMONTH, 2 },
440 { gettext("marc
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dcreate.c83 gettext("Error dbfile input.\n"));
90 gettext("Error policy name.\n"));
97 gettext("Error boolean input.\n"));
106 gettext("Error boolean input.\n"));
115 gettext("Error boolean input.\n"));
124 gettext("Error time input.\n"));
132 gettext("Error time "
142 gettext("Error name input.\n"));
150 gettext("Error name "
162 gettext("Erro
[all...]
/illumos-gate/usr/src/cmd/print/scripts/
H A Dconv_lpd37 USAGE=`gettext "Usage: conv_lpd [ -c (printers|printcap) ] [ -n ] (file)\n"`
87 gettext "Fatal Error: $CONV_FIX failed.\n"
88 gettext "Please contact your Sun support representative.\n"
92 gettext "$0: Fatal: Cannot locate $CONV_FIX binary.\n"
93 gettext "Please contact your Sun support representative.\n"
/illumos-gate/usr/src/cmd/projadd/
H A Dprojdel.pl38 use Sun::Solaris::Utils qw(textdomain gettext);
49 printf(STDERR gettext("Usage: %s [-f filename] project\n"), $prog);
79 usage(gettext('Invalid command-line arguments')) if (@ARGV != 1);
80 usage(gettext('No project name specified')) if (! defined($ARGV[0]));
100 error([10, gettext('Cannot open %s: %s'), $projfile, $!]);
118 error([6, gettext('Project "%s" does not exist'), $pname])
120 error([6, gettext('Duplicate project name "%s"'), $pname])
126 error([10, gettext('Cannot create %s: %s'), $tmpprojf, $!]);
131 error([10, gettext('Cannot set ownership of %s: %s'),
136 error([10, gettext('canno
[all...]
/illumos-gate/usr/src/cmd/runat/
H A Drunat.c49 (void) fprintf(stderr, gettext("usage: runat filename [command]\n"));
70 gettext("runat: cannot open %s: %s\n"), argv[1],
77 gettext("runat: cannot open attribute"
86 gettext("runat: cannot fchdir to attribute"
95 gettext(
102 gettext("runat: Failed to exec %s: %s\n"), shell,
117 (void) fprintf(stderr, gettext(
131 (void) fprintf(stderr, gettext(
142 (void) fprintf(stderr, gettext(
156 (void) fprintf(stderr, gettext("runa
[all...]
/illumos-gate/usr/src/cmd/avs/dsbitmap/
H A Ddsbitmap.c61 (void) printf(gettext("usage: %s -h\n"), program);
62 (void) printf(gettext(" %s { -p | -r } data_volume "
64 (void) printf(gettext(" -h : This usage message\n"));
65 (void) printf(gettext(" -p : Calculate size of Point in Time "
67 (void) printf(gettext(" -r : Calculate size of Remote Mirror "
92 message(gettext("error"), status, string, ap);
104 message(gettext("warning"), status, string, ap);
128 error(NULL, gettext("unable to open partition, %s: %s"),
142 gettext("unable to read the vtoc from partition, %s: %s"),
151 error(NULL, gettext("unabl
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_destroy.c118 printf(gettext("Deleting KDC database stored in '%s', "
120 printf(gettext("(type 'yes' or 'y' to confirm)? "));
124 if ((strncmp(buf, gettext("yes\n"),
125 strlen(gettext("yes\n"))) != 0) &&
126 (strncmp(buf, gettext("y\n"),
127 strlen(gettext("y\n"))) != 0)) {
128 printf(gettext("database not deleted !! '%s'...\n"),
133 printf(gettext("OK, deleting database '%s'...\n"), dbname);
161 gettext("deleting database '%s'"), dbname);
179 printf(gettext("** Databas
[all...]
/illumos-gate/usr/src/cmd/amt/
H A Damt.c120 (void) fprintf(stderr, gettext(
126 (void) fprintf(stderr, gettext(
133 (void) printf(gettext(
143 print_message(gettext("TEST 1 FAILED\n"));
147 print_message(gettext("FAIL: Logic error in test\n"));
149 print_message(gettext("TEST 1 PASSED\n"));
154 print_message(gettext("TEST 2 FAILED\n"));
156 print_message(gettext("TEST 2 PASSED\n"));
161 print_message(gettext("TEST 3 FAILED\n"));
163 print_message(gettext("TES
[all...]
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl40 use Sun::Solaris::Utils qw(textdomain gettext);
101 gettext("%s: Options -C, -T and -P can not be used together\n"),
108 gettext("%s: Option -T can not be used with -I, -t\n"),
115 gettext("%s: Warning: with '-T' all lgroups on the command line "),
117 printf STDERR gettext("are ignored\n\n");
121 printf STDERR gettext("%s: Option -I can not be used with -L\n"),
132 die(gettext("$cmdname: can not get lgroup information from the system\n"));
159 gettext("%s: sorry, your system does not support"),
214 gettext("%s: invalid unit '$opt_u', should be [b|k|m|g|t|p|e]"),
216 printf STDERR gettext(", usin
[all...]
/illumos-gate/usr/src/cmd/print/lpset/
H A Dlpset.c88 gettext("Usage: %s [-n files | ldap] [-x] "
180 (void) fprintf(stderr, gettext(
197 (void) fprintf(stderr, gettext(
205 gettext("could not initialize credential\n"));
211 gettext("Distinguished Name is required.\n"));
216 passwd = getpassphrase(gettext("Bind Password:"));
238 gettext("%s is not a supported name service.\n"),
250 (void) fprintf(stderr, gettext
256 (void) fprintf(stderr, gettext(
292 gettext("
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c107 (void) fprintf(stderr, gettext("labelit: "));
109 gettext("fsname can not be longer than 6 characters\n"));
116 (void) fprintf(stderr, gettext("labelit: "));
118 gettext("volume can not be longer than 6 characters\n"));
130 (void) fprintf(stderr, gettext(
151 (void) fprintf(stderr, gettext("labelit: "));
156 (void) fprintf(stderr, gettext("labelit: "));
161 (void) fprintf(stderr, gettext("labelit: "));
167 (void) fprintf(stderr, gettext("labelit: "));
169 gettext("ba
[all...]
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c87 (void) fprintf(stderr, gettext("usage: tninfo [-h host_name] "
96 *str = strdup(gettext("translation failed"));
111 (void) fprintf(stderr, gettext("tninfo: tnrhtp entry "
115 gettext("tninfo: tnrhtp TNDB_GET(%1$s) failed: "
121 (void) printf(gettext("Remote Host Template Table Entries:\n"));
124 (void) printf(gettext("template: %s\n"), tp.name);
128 (void) printf(gettext("host_type: UNLABELED\n"));
129 (void) printf(gettext("doi: %d\n"), tp.tp_doi);
134 (void) printf(gettext("def_label: %s\nhex: %s\n"),
141 (void) printf(gettext("Fo
[all...]
/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c131 warn(gettext("failed to open %s"), dpath);
140 warn(gettext("failed to open %s"), fpath);
149 warn(gettext("failed to open stream for %s"), fpath);
183 warn(gettext("\"%s\", line %d: "
196 warn(gettext("\"%s\", line %d: warning: "
201 warn(gettext("\"%s\", line %d: syntax error\n"),
222 warn(gettext("failed to get kernel dump settings"));
228 warn(gettext("failed to get dump device"));
253 warn(gettext("failed to seek config file"));
258 warn(gettext("faile
[all...]
/illumos-gate/usr/src/cmd/valtools/
H A Dckgid.c59 gettext("usage: %s [options] [-m]\n"), prog);
60 (void) fprintf(stderr, gettext(OPTMESG));
61 (void) fprintf(stderr, gettext(STDOPTS));
66 gettext("usage: %s\n"), prog);
71 gettext("usage: %s input\n"), prog);
76 gettext("usage: %s [options] [-m]\n"), prog);
77 (void) fprintf(stderr, gettext(OPTMESG));
79 gettext("\t-W width\n\t-h help\n"));
84 gettext("usage: %s [options] [-m]\n"), prog);
85 (void) fprintf(stderr, gettext(OPTMES
[all...]
H A Dckuid.c59 gettext("usage: %s [options] [-m]\n"),
61 (void) fprintf(stderr, gettext(OPTMESG));
62 (void) fprintf(stderr, gettext(STDOPTS));
67 gettext("usage: %s\n"), prog);
72 gettext("usage: %s input\n"), prog);
77 gettext("usage: %s [options] [-m]\n"),
79 (void) fprintf(stderr, gettext(OPTMESG));
81 gettext("\t-W width\n\t-h help\n"));
86 gettext("usage: %s [options] [-m]\n"),
88 (void) fprintf(stderr, gettext(OPTMES
[all...]
H A Dckyorn.c59 gettext("usage: %s [options]\n"), prog);
60 (void) fprintf(stderr, gettext(OPTMESG));
61 (void) fprintf(stderr, gettext(STDOPTS));
66 gettext("usage: %s input\n"), prog);
71 gettext("usage: %s [options]\n"), prog);
72 (void) fprintf(stderr, gettext(OPTMESG));
74 gettext("\t-W width\n\t-h help\n"));
79 gettext("usage: %s [options]\n"), prog);
80 (void) fprintf(stderr, gettext(OPTMESG));
82 gettext("\
[all...]
H A Dckpath.c77 gettext("usage: %s [options] %s\n"),
79 (void) fprintf(stderr, gettext(MYOPTS));
80 (void) fprintf(stderr, gettext(OPTMESG));
81 (void) fprintf(stderr, gettext(STDOPTS));
86 gettext("usage: %s %s input\n"),
88 (void) fprintf(stderr, gettext(OPTMESG));
89 (void) fprintf(stderr, gettext(MYOPTS));
94 gettext("usage: %s [options] %s\n"),
96 (void) fprintf(stderr, gettext(MYOPTS));
97 (void) fprintf(stderr, gettext(OPTMES
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinvite.c83 p_error(gettext("Error on attempt to listen for caller"));
100 message(gettext("Waiting for your party to respond"));
106 p_error(gettext("Unable to connect with your party"));
120 current_state = strdup(gettext("Waiting for your party to respond"));
135 message(gettext("Ringing your party again"));
151 gettext("Trying to connect to your party's talk daemon");
161 message(gettext("Your party is not logged on"));
166 gettext("Target machine does not recognize us"));
171 gettext("Target machine can not handle remote talk"));
176 gettext("Targe
[all...]
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmedstat.c40 (void) fprintf(stderr, gettext(
112 usage(sp, gettext("unknown command"));
118 usage(sp, gettext("setname must be specified"));
135 (void) printf(gettext("No mediator hosts"
142 "%6.6s\n", gettext("Mediator"),
143 gettext("Status"), gettext("Golden"));
162 gettext("Unreachable"));
167 gettext("Bad"));
171 gettext("Fata
[all...]
/illumos-gate/usr/src/cmd/fs.d/fd/
H A Dmount.c109 gettext("%s: Invalid argument: %s\n"),
150 gettext("%s: insufficient privileges\n"), myname);
154 gettext("%s: %s no such device\n"), myname, bs);
158 gettext("%s: %s not a directory\n"
164 gettext("%s: %s or %s, no such file or directory\n"),
168 (void) fprintf(stderr, gettext("%s: %s is not this fstype.\n"),
173 gettext("%s: %s is already mounted or %s is busy\n"),
177 (void) fprintf(stderr, gettext("%s: %s not a block device\n"),
182 gettext("%s: %s write-protected\n"), myname, bs);
186 gettext("
[all...]
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddownload.c85 gettext("scadm: file could not be opened"), Filename);
93 gettext("scadm: file not a valid s-record"), Filename);
111 gettext("scadm: ERROR, unable to setup message queue"));
118 gettext("scadm: ERROR, callback init failed"));
170 gettext("scadm: SC did not respond during boot "
178 gettext("scadm: Error downloading file"), Filename);
198 (void) printf("%s\n\n", gettext("Download completed successfully"));
200 (void) printf("%s\n\n", gettext("Please wait for verification"));
221 gettext(
237 (void) printf("%s", gettext("
[all...]
/illumos-gate/usr/src/cmd/fs.d/proc/
H A Dmount.c109 gettext("%s: Invalid argument: %s\n"),
147 (void) fprintf(stderr, gettext("%s: insufficient privileges\n"),
151 (void) fprintf(stderr, gettext("%s: %s no such device\n"),
156 gettext("%s: %s not a directory\n\tor a component of %s is not a directory\n"),
161 gettext("%s: %s or %s, no such file or directory\n"),
165 (void) fprintf(stderr, gettext("%s: %s is not this fstype.\n"),
170 gettext("%s: %s is already mounted or %s is busy\n"),
174 (void) fprintf(stderr, gettext("%s: %s not a block device\n"),
178 (void) fprintf(stderr, gettext("%s: %s write-protected\n"),
183 gettext("
[all...]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlogin.c109 printf(gettext("usage: smbutil login [-c] [[domain/]user]\n"));
110 printf(gettext(" smbutil login [-c] [user[@domain]]\n"));
140 errx(1, gettext("failed to parse %s"), argv[optind]);
151 errx(1, gettext("failed to get defaults"));
163 printf(gettext("Keychain entry exists.\n"));
165 printf(gettext("Keychain entry not found.\n"));
170 gettext("Password for %s/%s:"), dom, usr);
175 errx(1, gettext("failed to add keychain entry"));
184 printf(gettext("usage: smbutil logout [[domain/]user]\n"));
185 printf(gettext(" smbuti
[all...]

Completed in 114 milliseconds

1234567891011>>