Lines Matching refs:pathbuf
300 char pathbuf[MAXPATHLEN + 1];
305 getpathname(pathbuf, sizeof(pathbuf), cwd, ino);
307 pfatal("NAME=%s\n", pathbuf);
313 (fs2h16(dp->e2di_mode) & IFMT) == IFDIR ? "DIR" : "FILE", pathbuf);
315 pfatal("NAME=%s\n", pathbuf);
524 char pathbuf[MAXPATHLEN + 1];
544 getpathname(pathbuf, sizeof(pathbuf), parent, parent);
546 if (expanddir(dp, pathbuf) == 0)