Lines Matching defs:execp
178 execattr_t *execp = NULL;
180 for (execp = exec; execp != NULL; execp = execp->next) {
181 if ((profname && execp->name &&
182 (strcmp(profname, execp->name) != 0)) ||
183 (type && execp->type && (strcmp(type, execp->type) != 0)) ||
184 (id && execp->id && (strcmp(id, execp->id) != 0)))
188 return (execp);