Home
last modified time | relevance | path

Searched refs: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]; in eventhandler() local
1029 (void) snprintf(objstr, sizeof (objstr), "%s %s", in eventhandler()
1033 object = objstr; in eventhandler()
1044 (void) snprintf(objstr, sizeof (objstr), "%s %s", in eventhandler()
1048 object = objstr; in eventhandler()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c403 parsecmd(char *cmdstr, char *objstr) in parsecmd() argument
528 if (objstr == NULL) { in parsecmd()
532 while (ot->obj != NULL && strcmp(ot->obj, objstr) != 0) in parsecmd()
536 message(gettext("Unrecognized object '%s'"), objstr); in parsecmd()
3289 char *cmdstr, *objstr; in parseit() local
3303 objstr = argv[1]; in parseit()
3305 objstr = NULL; in parseit()
3307 cmd = parsecmd(cmdstr, objstr); in parseit()