Searched refs:ftsent_withstat (Results 1 – 2 of 2) sorted by relevance
1019 struct ftsent_withstat { in fts_alloc() struct1033 len = sizeof(struct ftsent_withstat) + namelen + 1; in fts_alloc()1042 p->fts_name = (char *)((struct ftsent_withstat *)p + 1); in fts_alloc()1043 p->fts_statp = &((struct ftsent_withstat *)p)->statbuf; in fts_alloc()
1073 struct ftsent_withstat { in fts_alloc() struct1087 len = sizeof(struct ftsent_withstat) + namelen + 1; in fts_alloc()1096 p->fts_name = (char *)((struct ftsent_withstat *)p + 1); in fts_alloc()1097 p->fts_statp = &((struct ftsent_withstat *)p)->statbuf; in fts_alloc()