Searched refs:newexec (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetexecattr.c758 execattr_t *newexec; local
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
[all...]

Completed in 16 milliseconds