nocdstat
static int nocdstat(const char *, struct stat *, struct Var *, int);
if (nocdstat(path, &sb, vp, 0) < 0) {
if ((nocdstat(path, &sb, vp, AT_SYMLINK_NOFOLLOW) != -1) &&
static int nocdstat(const char *, struct stat *, struct Save *, int flags);
vp->statf = nocdstat;
((vp->statf == nocdstat) &&
var.statf = nocdstat;