Searched refs:getpathname (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/bin/pax/ |
| D | ftree.c | 85 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/ |
| D | extern.h | 54 void getpathname(char *, size_t, ino_t, ino_t);
|
| D | pass2.c | 135 getpathname(pathbuf, sizeof pathbuf, inp->i_number, in pass2() 386 getpathname(pathbuf, sizeof pathbuf, in pass2check() 388 getpathname(namebuf, sizeof namebuf, in pass2check()
|
| D | inode.c | 140 getpathname(pathbuf, sizeof pathbuf, in ckinode() 177 getpathname(pathbuf, sizeof pathbuf, in ckinode() 258 getpathname(pathbuf, sizeof pathbuf, in iblock()
|
| D | dir.c | 265 getpathname(pathbuf, sizeof pathbuf, cwd, ino); in fileerror() 504 getpathname(pathbuf, sizeof pathbuf, parent, parent); in makeentry()
|
| D | utilities.c | 378 getpathname(char *namebuf, size_t buflen, ino_t curdir, ino_t ino) in getpathname() function
|
| /openbsd/src/sbin/fsck_ffs/ |
| D | extern.h | 54 void getpathname(char *, size_t, ino_t, ino_t);
|
| D | pass2.c | 163 getpathname(pathbuf, sizeof pathbuf, in pass2() 420 getpathname(pathbuf, sizeof pathbuf, in pass2check() 422 getpathname(namebuf, sizeof namebuf, in pass2check()
|
| D | inode.c | 91 getpathname(pathbuf, sizeof pathbuf, in ckinode() 127 getpathname(pathbuf, sizeof pathbuf, in ckinode() 206 getpathname(pathbuf, sizeof pathbuf, in iblock()
|
| D | dir.c | 239 getpathname(pathbuf, sizeof pathbuf, cwd, ino); in fileerror() 479 getpathname(pathbuf, sizeof pathbuf, parent, parent); in makeentry()
|
| D | utilities.c | 501 getpathname(char *namebuf, size_t namebuflen, ino_t curdir, ino_t ino) in getpathname() function
|