Searched defs:objstr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c1015 char objstr[DESCRIPTION_WIDTH]; local
1029 (void) snprintf(objstr, sizeof (objstr), "%s %s",
1033 object = objstr;
1044 (void) snprintf(objstr, sizeof (objstr), "%s %s",
1048 object = objstr;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c400 parsecmd(char *cmdstr, char *objstr) argument
525 if (objstr == NULL) {
529 while (ot->obj != NULL && strcmp(ot->obj, objstr) != 0)
533 message(gettext("Unrecognized object '%s'"), objstr);
3286 char *cmdstr, *objstr; local
3300 objstr = argv[1];
3302 objstr = NULL;
3304 cmd = parsecmd(cmdstr, objstr);

Completed in 67 milliseconds