Home
last modified time | relevance | path

Searched refs:objstr (Results 1 – 2 of 2) sorted by relevance

/titanic_44/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()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c400 parsecmd(char *cmdstr, char *objstr) in parsecmd() argument
525 if (objstr == NULL) { in parsecmd()
529 while (ot->obj != NULL && strcmp(ot->obj, objstr) != 0) in parsecmd()
533 message(gettext("Unrecognized object '%s'"), objstr); in parsecmd()
3286 char *cmdstr, *objstr; in parseit() local
3300 objstr = argv[1]; in parseit()
3302 objstr = NULL; in parseit()
3304 cmd = parsecmd(cmdstr, objstr); in parseit()