Home
last modified time | relevance | path

Searched refs:getpathname (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/bin/pax/
Dftree.c85 static char *getpathname(char *, int);
297 if (getpathname(farray[0], PAXPATHLEN+1) == NULL) in ftree_arg()
526 getpathname(char *buf, int buflen) in getpathname() function
/openbsd/src/sbin/fsck_ext2fs/
Dextern.h54 void getpathname(char *, size_t, ino_t, ino_t);
Dpass2.c135 getpathname(pathbuf, sizeof pathbuf, inp->i_number, in pass2()
386 getpathname(pathbuf, sizeof pathbuf, in pass2check()
388 getpathname(namebuf, sizeof namebuf, in pass2check()
Dinode.c140 getpathname(pathbuf, sizeof pathbuf, in ckinode()
177 getpathname(pathbuf, sizeof pathbuf, in ckinode()
258 getpathname(pathbuf, sizeof pathbuf, in iblock()
Ddir.c265 getpathname(pathbuf, sizeof pathbuf, cwd, ino); in fileerror()
504 getpathname(pathbuf, sizeof pathbuf, parent, parent); in makeentry()
Dutilities.c378 getpathname(char *namebuf, size_t buflen, ino_t curdir, ino_t ino) in getpathname() function
/openbsd/src/sbin/fsck_ffs/
Dextern.h54 void getpathname(char *, size_t, ino_t, ino_t);
Dpass2.c163 getpathname(pathbuf, sizeof pathbuf, in pass2()
420 getpathname(pathbuf, sizeof pathbuf, in pass2check()
422 getpathname(namebuf, sizeof namebuf, in pass2check()
Dinode.c91 getpathname(pathbuf, sizeof pathbuf, in ckinode()
127 getpathname(pathbuf, sizeof pathbuf, in ckinode()
206 getpathname(pathbuf, sizeof pathbuf, in iblock()
Ddir.c239 getpathname(pathbuf, sizeof pathbuf, cwd, ino); in fileerror()
479 getpathname(pathbuf, sizeof pathbuf, parent, parent); in makeentry()
Dutilities.c501 getpathname(char *namebuf, size_t namebuflen, ino_t curdir, ino_t ino) in getpathname() function