Searched refs:ftsent_withstat (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/bsd/
H A Dfts.c1077 struct ftsent_withstat { struct
1091 len = sizeof(struct ftsent_withstat) + namelen + 1;
1100 p->fts_name = (char *)((struct ftsent_withstat *)p + 1);
1101 p->fts_statp = &((struct ftsent_withstat *)p)->statbuf;

Completed in 33 milliseconds