Lines Matching refs:PNPATH
197 if (statvfs(PNPATH(puffs_getroot(pu)), &sb) == -1)
277 if (getfh(PNPATH(pn), bounce, fidsize) == -1)
381 if (lstat(PNPATH(pn), &sb) == -1)
396 rv = processvattr(PNPATH(pn), va, pn->pn_va.va_type == VREG);
418 if (stat(PNPATH(pn), &sb) == -1)
421 if ((dirp = opendir(PNPATH(pn))) == NULL)
435 fd = writeableopen(PNPATH(pn));
462 if (unlink(PNPATH(pn_targ)) == -1)
476 if (link(PNPATH(pn_targ), PCNPATH(pcn)) == -1)
524 if (rmdir(PNPATH(pn_targ)) == -1)
556 rv = readlink(PNPATH(pn), linkname, *linklen);
578 dp = opendir(PNPATH(pn));
638 fd = open(PNPATH(pn), O_RDONLY);
670 fd = writeableopen(PNPATH(pn));