Lines Matching defs:comp
136 char *comp;
280 char *comp;
309 comp = last->comp;
311 comp = vp->tmppath;
332 if ((*vp->statf)(comp, &statb, last, _AT_TRIGGER) >= 0) {
337 if ((this->fd = (*vp->opendirf)(comp)) == 0) {
339 (this->fd = (*vp->opendirf)(comp)) != 0) {
372 * try using lstat. If lstat doesn't fail, "comp"
379 (cdlstat(comp, &statb, last, 0) >= 0) &&
382 (nocdlstat(comp, &statb, last, 0) >= 0) &&
448 this->comp = component;
496 if (last != NULL && last->comp != NULL) {
497 base_last_comp = last->comp - vp->home;
499 base_comp = comp - vp->home;
509 base_this_comp = this->comp - vp->home;
519 comp = vp->home + base_comp;
521 this->comp = vp->home + base_this_comp;
524 if (last != NULL && last->comp != NULL) {
525 last->comp = vp->home + base_last_comp;
536 if (last != NULL && last->comp != NULL) {
537 last->comp = vp->home + base_last_comp;
539 comp = vp->home + base_comp;
547 this->fd = (*vp->opendirf)(comp);
584 *comp = 0;