Searched refs:argstr (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | util.c | 504 const char *argstr; in elfedit_getopt() local 529 argstr = argv[0]; in elfedit_getopt() 532 if (argstr[1] == '\0') in elfedit_getopt() 536 if ((argstr[1] == '-') && (argstr[2] == '\0')) { in elfedit_getopt() 563 (argstr[1] == item.oai_name[1]) && in elfedit_getopt() 564 (argstr[2] != '\0')) { in elfedit_getopt() 577 sgl_with_value.ret.gor_value = argstr + 2; in elfedit_getopt() 583 if (strcmp(argstr, item.oai_name) == 0) { in elfedit_getopt() 638 state->go_sglgrp = argstr + 1; /* Skip '-' */ in elfedit_getopt()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | eio.c | 451 char *null, *argstr; in etrdmsg() local 458 argstr = str; in etrdmsg() 482 null = strchr(argstr, '\0'); in etrdmsg() 489 argstr = str; in etrdmsg()
|
/illumos-gate/usr/src/cmd/pcidr/ |
H A D | pcidr_common.c | 214 char *argstr; in pcidr_check_string() local 226 while ((argstr = va_arg(ap, char *)) != NULL) { in pcidr_check_string() 227 if (strcmp(argstr, valstr) == 0) { in pcidr_check_string()
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 243 char *argstr; in tmp_mount() local 278 if (vfs_optionisset(vfsp, "size", &argstr)) { in tmp_mount() 279 if ((error = tmp_convnum(argstr, &anonmax)) != 0) in tmp_mount() 289 if (vfs_optionisset(vfsp, "mode", &argstr)) { in tmp_mount() 290 if ((error = tmp_convmode(argstr, &root_mode)) != 0) { in tmp_mount()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.c | 167 char *argstr = NULL; in main() local 410 argstr = (char *)concat_args(&argv[optind], argc - optind); in main() 446 if (argstr) { in main() 448 ret = pf_compile(argstr, Cflg); in main() 452 compile(argstr, Cflg); in main() 464 compile(argstr, Cflg); in main()
|
H A D | snoop_pf.c | 1513 char *argstr; in pf_compile() local 1517 argstr = strdup(e); in pf_compile() 1519 tkp = argstr; in pf_compile() 1595 (uintptr_t)sav_tkp - (uintptr_t)argstr); in pf_compile()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
H A D | ipmpstat.c | 1130 const char *argstr = gettext("[-n] [-o <field> [-P]] -a|-g|-i|-p|-t"); in usage() local 1132 (void) fprintf(stderr, gettext("usage: %s %s\n"), progname, argstr); in usage()
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit.c | 1208 const char *argstr, /* argument strings */ in audit_exec() argument 1265 au_uwrite(au_to_exec_args(argstr, argc)); in audit_exec()
|