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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c60 * begins_with -- return true if rhs path begins with everything in lhs path
63 begins_with(struct node *lhs, struct node *rhs, struct lut *ex) function
89 out(O_DIE, "begins_with: unexpected lhs child");
91 out(O_DIE, "begins_with: unexpected lhs child");
102 out(O_DIE, "begins_with: unexpected rhs child");
104 out(O_DIE, "begins_with: unexpected rhs child");
110 return (begins_with(lhs->u.name.next, rhs->u.name.next, ex));
241 valuep->v = begins_with(lhs, rhs, ex);

Completed in 70 milliseconds