Lines Matching defs:statf
152 int (*statf)(const char *, struct stat *, struct Save *, int flags);
198 vp->savedstatf = vp->statf;
202 vp->statf = nocdstat;
204 vp->statf = cdstat;
207 vp->statf = vp->savedstatf;
216 if ((*vp->statf)(comp, &statb, last, _AT_TRIGGER) >= 0) {
262 if (((vp->statf == cdstat) &&
265 ((vp->statf == nocdstat) &&
319 * (*vp->statf)() and opendir() above).
462 if ((*vp->statf)(".", &statb, last, 0) < 0 ||
474 ((*vp->statf)(".", &statb,
560 * var.statf to cdlstat() or nocdlstat(). Otherwise, set var.statf
566 var.statf = nocdlstat;
568 var.statf = nocdstat;
572 var.statf = cdlstat;
574 var.statf = cdstat;
582 if ((*var.statf)(savepath, &statb, NULL, 0) >= 0)