Searched refs:ftsent11_withstat (Results 1 – 1 of 1) sorted by relevance
1032 struct ftsent11_withstat { in fts_alloc() struct1046 len = sizeof(struct ftsent11_withstat) + namelen + 1; in fts_alloc()1055 p->fts_name = (char *)((struct ftsent11_withstat *)p + 1); in fts_alloc()1056 p->fts_statp = &((struct ftsent11_withstat *)p)->statbuf; in fts_alloc()