Searched defs:dirfd (Results 1 – 7 of 7) sorted by relevance
21 int __pthread_fchdir(int dirfd) in __pthread_fchdir()28 int dirfd; in main() local
44 int dirfd; local
297 static void listfiles(int dirfd, struct dirtree *indir) in listfiles()
451 int dirfd(DIR *dir) in dirfd() function
344 int try = 9999, dirfd = open("/", 0);; in xabspath() local
355 char *readfileat(int dirfd, char *name, char *ibuf, off_t len) in readfileat()
719 int dirfd = open(DIR_TO_READ, O_RDONLY); in TEST() local