Searched refs:argstr (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c505 const char *argstr; local
530 argstr = argv[0];
533 if (argstr[1] == '\0')
537 if ((argstr[1] == '-') && (argstr[2] == '\0')) {
564 (argstr[1] == item.oai_name[1]) &&
565 (argstr[2] != '\0')) {
578 sgl_with_value.ret.gor_value = argstr + 2;
584 if (strcmp(argstr, item.oai_name) == 0) {
639 state->go_sglgrp = argstr
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Deio.c466 char *null, *argstr; local
473 argstr = str;
497 null = strchr(argstr, '\0');
504 argstr = str;
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr_common.c216 char *argstr; local
228 while ((argstr = va_arg(ap, char *)) != NULL) {
229 if (strcmp(argstr, valstr) == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c115 char *argstr = NULL; local
322 argstr = optarg;
363 argstr = (char *)concat_args(&argv[optind], argc - optind);
399 if (argstr) {
401 ret = pf_compile(argstr, Cflg);
405 compile(argstr, Cflg);
417 compile(argstr, Cflg);
H A Dsnoop_pf.c1537 char *argstr; local
1541 argstr = strdup(e);
1543 tkp = argstr;
1620 (uintptr_t)argstr);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c1130 const char *argstr = gettext("[-n] [-o <field> [-P]] -a|-g|-i|-p|-t"); local
1132 (void) fprintf(stderr, gettext("usage: %s %s\n"), progname, argstr);
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c1209 const char *argstr, /* argument strings */
1266 au_uwrite(au_to_exec_args(argstr, argc));
1208 audit_exec( const char *argstr, const char *envstr, ssize_t argc, ssize_t envc, cred_t *pfcred) argument

Completed in 71 milliseconds