Searched refs:gettext (Results 151 - 175 of 1480) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dinittoken.c85 if ((rv = get_pin(gettext("Enter SO PIN:"), NULL, &sopin, &sopinlen))
88 gettext("Unable to get SO PIN for token"));
93 gettext("The current token is not identified by label."));
106 gettext("Incorrect passphrase."));
110 gettext("Unable to initialize token."));
113 (void) fprintf(stdout, gettext("Token %s initialized.\n"),
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlookup.c76 smb_error(gettext("unable to create nbcontext"), error);
86 gettext("nbns_enable=false, cannot do lookup\n"));
106 smb_error(gettext("unable to resolve %s"), error, hostname);
109 printf(gettext("Got response from %s\n"),
111 printf(gettext("IP address of %s: %s\n"), hostname,
120 printf(gettext("usage: smbutil lookup [-w host] name\n"));
/illumos-gate/usr/src/cmd/srptsvc/
H A Dsrptsvc.c74 gettext("Could not open SRP Target pseudodevice"),
81 gettext(
91 gettext("SRPT Driver may not be loaded."));
99 txt = gettext("Could not enable SRP Target");
101 txt = gettext("Could not disable SRP Target");
113 (void) fprintf(stderr, gettext("Usage: %s start|stop"), cmdName);
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c217 gettext(ASK_CONT), pkginst);
219 msgtext = gettext(MSG_PARTINST);
233 if (n = ckyorn(ans, NULL, NULL, gettext(HLP_PARTIAL),
250 gettext(ASK_CONT), pkginst);
253 msgtext = gettext(MSG_PARTREM);
267 if (n = ckyorn(ans, NULL, NULL, gettext(HLP_PARTIAL),
313 progerr(gettext(ERR_NO_RUNST));
318 gettext(ASK_CONT), pkginst);
341 msgtext = gettext(MSG_RUNLEVEL);
377 if (n = ckyorn(ans, NULL, NULL, gettext(HLP_RUNLEVE
[all...]
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c79 die(gettext("not enough memory\n"));
83 die(gettext("cannot get %s accounting state\n"),
92 die(gettext("cannot get %s accounting file name"),
97 die(gettext("cannot obtain the list of enabled resources\n"));
132 warn(gettext("no accounting type for %s\n"), fmri);
146 warn(gettext("%s accounting cannot be configured in "
152 warn(gettext("cannot connect to repository\n"));
157 warn(gettext("cannot get %s property\n"), AC_PROP_TRACKED);
163 warn(gettext("cannot get %s property\n"), AC_PROP_UNTRACKED);
169 warn(gettext("canno
[all...]
H A Dutils.c57 (void) fprintf(stderr, gettext(PNAME_FMT), pname);
62 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
73 (void) fprintf(stderr, gettext(PNAME_FMT), pname);
78 (void) fprintf(stderr, gettext(ERRNO_FMT), strerror(err));
108 return (gettext("process"));
110 return (gettext("flow"));
112 return (gettext("task"));
114 return (gettext("net"));
116 die(gettext("invalid type %d\n"), type);
137 warn(gettext("
[all...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c266 usage(gettext(
288 usage(gettext(
319 usage(gettext(
463 usage(gettext("unrecognized argument"));
467 usage(gettext("must specify an action flag"));
475 usage(gettext("too many action flags"));
480 usage(gettext("can't use a group with this option"));
482 usage(gettext("must use a group with this option"));
522 dsw_error(gettext(
539 dsw_error(gettext(
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_rename.c82 be_print_err(gettext("be_rename: failed to "
91 be_print_err(gettext("be_rename: failed to "
102 be_print_err(gettext("be_rename: failed to find the currently "
110 be_print_err(gettext("be_rename: This is an attempt to rename "
119 be_print_err(gettext("be_rename: "
127 be_print_err(gettext("be_rename: invalid BE name %s\n"),
135 be_print_err(gettext("be_rename: failed to "
140 be_print_err(gettext("be_rename: zpool_iter failed: %s\n"),
162 be_print_err(gettext("be_rename: failed to "
171 be_print_err(gettext("be_renam
[all...]
H A Dbe_snapshot.c100 be_print_err(gettext("be_create_snapshot: failed to "
108 be_print_err(gettext("be_create_snapshot: "
117 be_print_err(gettext("be_create_snapshot: "
126 be_print_err(gettext("be_create_snapshot: "
149 be_print_err(gettext("be_create_snapshot: "
196 be_print_err(gettext("be_destroy_snapshot: "
203 be_print_err(gettext("be_destroy_snapshot: "
211 be_print_err(gettext("be_destroy_snapshot: "
272 be_print_err(gettext("be_rollback: "
284 be_print_err(gettext("be_rollbac
[all...]
/illumos-gate/usr/src/cmd/valtools/
H A Dckrange.c65 gettext("usage: %s [options] %s\n"),
67 (void) fprintf(stderr, gettext(OPTMESG));
68 (void) fprintf(stderr, gettext(STDOPTS));
73 gettext("usage: %s %s input\n"), prog, USAGE);
78 gettext("usage: %s [options] %s\n"),
80 (void) fprintf(stderr, gettext(OPTMESG));
82 gettext("\t-W width\n\t-h help\n"));
87 gettext("usage: %s [options] %s\n"),
89 (void) fprintf(stderr, gettext(OPTMESG));
91 gettext("\
[all...]
H A Dckstr.c63 gettext("usage: %s [options] %s\n"),
65 (void) fprintf(stderr, gettext(OPTMESG));
66 (void) fprintf(stderr, gettext(STDOPTS));
71 gettext("usage: %s %s input\n"), prog, USAGE);
76 gettext("usage: %s [options] %s\n"),
78 (void) fprintf(stderr, gettext(OPTMESG));
80 gettext("\t-W width\n\t-h help\n"));
85 gettext("usage: %s [options] %s\n"),
87 (void) fprintf(stderr, gettext(OPTMESG));
89 gettext("\
[all...]
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkprop.c97 gettext
126 com_err(argv[0], retval, gettext("while initializing krb5"));
135 com_err(progname, retval, gettext("%s while opening connection to %s"),
141 gettext("%s: %s while opening connection to %s\n"),
150 printf(gettext("Database propagation to %s: SUCCEEDED\n"), slave_host);
193 printf (gettext("Error \n"));
224 gettext("while allocating default realm name '%s'"),
232 gettext("while getting default realm"));
246 gettext("while getting admin server fqdn"));
256 com_err(progname, errno, gettext("whil
[all...]
H A Dkpropd.c188 gettext("\nUsage: %s\n"), /* progname may be a long pathname */
192 gettext("\t[-r realm] [-s srvtab] [-dS] [-f slave_file]\n"));
195 gettext("\t[-F kerberos_db_file ] [-p kdb5_util_pathname]\n"));
197 fprintf(stderr, gettext("\t[-P port] [-a acl_file]\n"));
226 gettext("while determining if dbmodule plugin "
233 gettext("Current dbmodule plugin does not support "
245 gettext("while trying to determine whether host is "
255 gettext("%s is the master KDC for the realm %s. "
265 gettext("while doing iprop"));
283 gettext("whil
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl39 use Sun::Solaris::Utils qw(textdomain gettext);
78 exiter("$command_name: " . sprintf(gettext(
158 $tout = gettext(
164 $tout .= gettext(
259 gettext("private symbols") . "; ";
265 gettext("unbound symbols") . "; ";
272 my $desc = gettext("unbound symbols");
280 gettext("unrecognized symbols") . "; ";
287 my $desc = gettext("unrecognized symbols");
295 $result_msg{$object} .= sprintf(gettext(
[all...]
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.c68 use[0] = gettext("allocate [-s] [-w] [-U uname] [-z zonename] "
70 use[1] = gettext("deallocate [-s] [-w] [-z zonename] "
72 use[2] = gettext("deallocate [-s] [-w] [-z zonename] -I");
73 use[3] = gettext("list_devices [-s] [-U uid] [-z zonename] "
75 use[4] = gettext("list_devices [-s] [-U uid] [-z zonename] "
77 use[5] = gettext("list_devices [-s] -d [dev-type]");
100 use[0] = gettext("allocate "
102 use[1] = gettext("deallocate [-s] [-F] device|-c dev-class");
103 use[2] = gettext("deallocate [-s] -I");
104 use[3] = gettext("list_device
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c106 #define UNKNOWN gettext("(unknown)")
196 (void) printf(gettext(
217 (void) printf(gettext("Valid encryption types:\n"));
229 (void) printf(gettext(
248 (void) printf(gettext(
253 (void) printf(gettext("%s: invalid encryption type\n"), type);
255 (void) printf(gettext("Ambiguous type '%s'\n"), type);
270 (void) printf(gettext(
283 (void) printf(gettext(
288 (void) printf(gettext("
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c100 gettext("hsmrestore emulation is no longer supported.\n"));
139 gettext("Cannot create byteorder context\n"));
145 gettext("Cannot save current directory context\n"));
167 (void) fprintf(stderr, gettext("Usage:\n\
191 (void) fprintf(stderr, gettext(
198 (void) fprintf(stderr, gettext(
217 (void) fprintf(stderr, gettext(
238 gettext("missing archive file name\n"));
244 gettext("empty archive file name\n"));
277 gettext("missin
[all...]
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c110 v = gettext("Unknown");
113 (void) printf(gettext("%-32s %s\n"), v, info.smbi_location);
144 (void) printf(gettext("%-11s %-6s %-3s %-19s %s\n"),
145 t ? t : gettext("Unknown"),
146 md.smbmd_size ? gettext("in use") : gettext("empty"),
165 (void) printf(gettext("%s\n"), argv[i].smbd_name);
220 (void) printf(gettext(", %s %s (%s)"),
230 (void) printf(gettext(", pci%s,%s (%s)"), vidstr, didstr,
280 (void) printf(gettext("
[all...]
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c112 #define NONE(s) (!strlen(s) ? gettext("none") : s)
431 exit_error(gettext(
439 gettext("Invalid IP address specified."));
500 exit_error(gettext("Incorrect qsize specified "
535 exit_error(gettext("Invalid bufsz specified."));
544 gettext("Invalid hiwater specified."));
550 gettext("Invalid lowater specified."));
555 exit_error(gettext("Invalid bufsz specified."));
560 exit_error(gettext("Invalid delay specified."));
568 exit_error(gettext("Invali
[all...]
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y263 die(gettext(ERR_CONF_LOAD), conf_file,
276 die(gettext(ERR_CONF_LOAD), conf_file,
317 warn(gettext(ERR_UNKNOWN_ENTITY), $2);
344 warn(gettext(ERR_UNKNOWN_ENTITY), $2);
367 warn(gettext(ERR_UNKNOWN_ENTITY), $2);
392 warn(gettext(ERR_UNKNOWN_ENTITY), $2);
467 warn(gettext(ERR_UNKNOWN_ENTITY), $2);
669 die(gettext(ERR_SET_TERM), get_errstr());
713 die(gettext(ERR_ALLOC_ELEMENT), gettext(CONFIGURATIO
[all...]
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dshow.c60 gettext("USAGE: scadm show [variable]"));
102 (void) printf("%s \r\n", gettext("SC ethernet is disabled."));
107 gettext("SC network configuration is:"),
111 (void) printf("%s %s\r\n", gettext("DHCP server:"),
113 (void) printf("%s %s\r\n", gettext("IP Address:"),
115 (void) printf("%s %s\r\n", gettext("Gateway address:"),
117 (void) printf("%s %s\r\n", gettext("Netmask:"),
119 (void) printf("%s %s\r\n", gettext("Ethernet address:"),
153 gettext("scadm: invalid variable"), Variable);
224 gettext("scad
[all...]
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c144 gettext("out of memory %s\n"),
155 gettext("out of memory %s\n"),
176 gettext("out of memory %s\n"),
199 gettext("File system doesn't support aclent_t "
206 gettext("%s: failed to get acl count\n"), filep);
212 gettext("%d: acl count is too small from %s\n"),
218 (void) fprintf(stderr, gettext("out of memory\n"));
223 gettext("%s: failed to get acl entries\n"), filep);
255 gettext("aclcnt %d, file %s\n"), cnt, fnamep);
261 gettext("
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c66 gettext("Incomplete shell escape command") :
67 gettext("Incomplete shell escape command - use 'shell' to get a shell"));
78 error(gettext("Command too long"));
106 error(gettext("Command too long"));
125 gettext("No previous command") :
126 gettext("No previous command to substitute for !"));
148 gettext("No previous command") :
149 gettext("No previous command to substitute for !"));
166 error(gettext("Command too long"));
177 gettext("N
[all...]
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvboot.c86 (void) fprintf(stderr, gettext("usage:\n"));
88 (void) fprintf(stderr, gettext(
91 (void) fprintf(stderr, gettext(
94 (void) fprintf(stderr, gettext(
97 (void) fprintf(stderr, gettext(
122 message(gettext("error"), status, string, ap);
135 message(gettext("warning"), status, string, ap);
153 error(NULL, gettext("unable to open %s: %s"),
163 error(&svl.svl_error, gettext("unable to get max devs"));
209 gettext("
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c172 progerr(gettext(ERR_ROOT_SET));
192 progerr(gettext(ERR_POPTION));
197 progerr(gettext(ERR_MAXPATHS),
228 progerr(gettext(ERR_NOTROOT), prog);
291 progerr(gettext(ERR_CAT_INV), catg_arg);
294 progerr(gettext(ERR_CAT_LNGTH));
307 progerr(gettext(ERR_PARTIAL_POPTION));
313 progerr(gettext(ERR_MAXPATHS),
340 progerr(gettext(ERR_ROOT_CMD));
363 progerr(gettext(ERR_CAT_FN
[all...]

Completed in 196 milliseconds

1234567891011>>