Searched refs:ftsent_withstat (Results 1 – 1 of 1) sorted by relevance
1012 struct ftsent_withstat { in fts_alloc() struct1026 len = sizeof(struct ftsent_withstat) + namelen + 1; in fts_alloc()1035 p->fts_name = (char *)((struct ftsent_withstat *)p + 1); in fts_alloc()1036 p->fts_statp = &((struct ftsent_withstat *)p)->statbuf; in fts_alloc()