Lines Matching refs:newexec
758 execattr_t *newexec;
763 if ((newexec = malloc(sizeof (execattr_t))) == NULL) {
767 newexec->name = _do_unescape(es->name);
768 newexec->policy = _do_unescape(es->policy);
769 newexec->type = _do_unescape(es->type);
770 newexec->res1 = _do_unescape(es->res1);
771 newexec->res2 = _do_unescape(es->res2);
772 newexec->id = _do_unescape(es->id);
773 newexec->attr = _str2kva(es->attr, KV_ASSIGN, KV_DELIMITER);
775 newexec->next = _execstr2attr(es->next, orig);
778 newexec->next = NULL;
783 return (newexec);