Searched refs:progname (Results 76 - 100 of 211) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c104 char *progname; /* argv [0], the name of the program */ variable
196 "is unknown.\n", progname, term_name,
213 "termcap code '%.2s'.\n", progname,
230 "boolean termcap code '%.2s'.\n", progname,
240 "numeric termcap code '%.2s'.\n", progname,
250 "string termcap code '%.2s'.\n", progname,
257 "name.\n", progname, term_name,
277 progname, term_name, tret,
336 progname, term_name, strcodes[i], strnames[i]);
381 "REMOVED\n", progname, term_nam
[all...]
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dfiletree1.sh47 print -u2 "${progname}: $*"
157 getopts -a "${progname}" "${filetree1_usage}" OPT '-?'
168 typeset progname="${ basename "${0}" ; }"
186 while getopts -a "${progname}" "${filetree1_usage}" OPT ; do
H A Dmandelbrotset1.sh57 print -u2 "${progname}: $*"
185 getopts -a "${progname}" "${mandelbrotset1_usage}" OPT '-?'
199 typeset progname="${ basename "${0}" ; }"
250 while getopts -a "${progname}" "${mandelbrotset1_usage}" OPT ; do
H A Dshnote.sh47 print -u2 "${progname}: $*"
348 getopts -a "${progname}" "${USAGE}" OPT '-?'
358 typeset progname="${ basename "${0}" ; }"
389 while getopts -a "${progname}" "${shnote_usage}" OPT ; do
H A Dshtwitter.sh47 print -u2 "${progname}: $*"
302 getopts -a "${progname}" "${shtwitter_usage}" OPT '-?'
312 typeset progname="${ basename "${0}" ; }"
334 while getopts -a "${progname}" "${shtwitter_usage}" OPT ; do
H A Dtermclock.sh51 print -u2 "${progname}: $*"
215 getopts -a "${progname}" "${termclock_usage}" OPT '-?'
226 typeset progname="${ basename "${0}" ; }"
282 while getopts -a "${progname}" "${termclock_usage}" OPT ; do
H A Dxmldocumenttree1.sh33 print -u 2 "${progname}: $*"
257 getopts -a "${progname}" "${xmldocumenttree1_usage}" OPT '-?'
267 typeset progname="${ basename "${0}" ; }"
283 while getopts -a "${progname}" "${xmldocumenttree1_usage}" OPT ; do
H A Dshman.sh47 print -u2 "${progname}: $*"
293 print -u2 -f $"%s: Can't open %s.\n" "${progname}" "${windexfile}"
310 getopts -a "${progname}" "${man_usage}" OPT '-?'
319 typeset progname="$(basename "${0}")"
360 while getopts -a "${progname}" "${man_usage}" OPT ; do
H A Dsimplefileattributetree1.sh118 getopts -a "${progname}" "${simplefileattributetree1_usage}" OPT '-?'
149 typeset progname="${ basename "${0}" ; }"
168 while getopts -a "${progname}" "${simplefileattributetree1_usage}" OPT ; do
185 print -u2 -f "%s: Missing <path> argument.\n" "${progname}"
/illumos-gate/usr/src/cmd/profiles/
H A Dprofiles.c58 static char *progname = "profiles"; variable
135 (void) fprintf(stderr, "%s: ", progname);
142 (void) fprintf(stderr, "%s: %s: ", progname, username);
166 (void) fprintf(stderr, "%s: %s: ", progname, username);
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_util.h63 extern char *progname;
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.c71 char progname[MAXNAMELEN] = {0}; variable
94 (void) strlcpy(progname, basename(argv[0]), sizeof (progname));
232 (void) fprintf(stderr, gettext("usage: %s [-d]\n"), progname);
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c597 handle_install(char *progname, char **argv) argument
609 usage(progname);
670 handle_getinfo(char *progname, char **argv) argument
686 usage(progname);
759 handle_mirror(char *progname, char **argv) argument
779 usage(progname);
849 usage(char *progname) argument
851 (void) fprintf(stdout, CANON_USAGE_STR, progname, progname, progname);
860 char *progname; local
[all...]
/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c124 static char *progname; variable
201 (void) fprintf(stderr, usage, progname);
208 (void) fprintf(stderr, usage, progname);
223 (void) fprintf(stderr, usage, progname);
267 (void) fprintf(stderr, usage, progname);
520 progname = p + 1;
522 progname = name;
548 progname);
/illumos-gate/usr/src/cmd/prstat/
H A Dprutil.c58 static char *progname; variable
70 if (progname != NULL)
71 (void) fprintf(stderr, PRG_FMT, progname);
86 if (progname != NULL)
87 (void) fprintf(stderr, PRG_FMT, progname);
104 progname = p;
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dmain.c42 print_usage(char *progname, cmdtable_t cmds[]) argument
47 gettext("usage: %s command args ...\n"), progname);
58 char *progname; local
72 progname = argv[0];
77 print_usage(progname, commands);
88 print_usage(progname, commands);
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c133 extern char *progname;
163 char *me = progname;
376 com_err(progname, EINVAL,
389 com_err(progname, EINVAL,
415 com_err(progname, EINVAL,
513 com_err(progname, retval, gettext("while reading master key from keyboard"));
532 com_err(progname, ENOMEM, gettext("while creating realm '%s'"),
605 com_err(progname, retval, gettext("while reading kerberos container information"));
610 com_err(progname, retval, gettext("while reading kerberos container information"));
627 com_err(progname, retva
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c66 static char *progname; variable
103 progname = strrchr(argv[0], '/');
104 if (progname != NULL)
105 progname++;
107 progname = argv[0];
109 wbku_errinit(progname);
462 (void) printf(gettext("%s: writing key\n"), progname);
469 (void) printf(gettext("%s: writing cert\n"), progname);
477 progname);
612 progname);
[all...]
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c75 static char *progname; /* argv[0] */ variable
94 progname = argv[0];
114 "[parm argument...]\n"), progname);
116 progname);
124 progname);
134 progname, term);
140 gettext("%s: no terminfo database\n"), progname);
147 progname, term);
247 gettext("%s: unknown terminfo capability '%s'\n"), progname, cap);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpcsec.c171 char *progname = nameof_prog(prog); local
174 if (*progname == '?') {
176 progname = prognum;
183 progname, vers, proc);
190 progname, vers, proc);
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c82 char *progname, *np, name[MAXPATHLEN]; local
93 argc--, progname = *argv++;
97 (void) fprintf(stderr, gettext(usagestr), progname), exit(1);
109 progname, argv[0]);
123 progname, argv[0]);
/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c67 char *progname; variable
77 argc--, progname = *argv++;
81 fprintf(stderr, usagestr, progname), exit(1);
/illumos-gate/usr/src/cmd/mdb/tools/findfp/sparc/
H A Dfindfp.c70 const char *progname; variable
75 (void) fprintf(stderr, "Usage: %s infile\n", progname);
94 progname = basename(argv[0]);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dmain.c161 init_realm(krb5_context kcontext, char *progname, kdc_realm_t *rdp, char *realm, argument
178 com_err(progname, kret, gettext("while getting context for realm %s"),
192 com_err(progname, kret, gettext("while reading realm parameters"));
253 com_err(progname, kret, gettext("while setting default realm to %s"),
270 com_err(progname, kret,
279 com_err(progname, kret,
292 com_err(progname, kret,
302 com_err(progname, kret,
309 com_err(progname, kret,
318 com_err(progname, kre
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfconvert.c44 const char *progname; variable
59 progname);
157 progname = basename(argv[0]);

Completed in 228 milliseconds

123456789