Home
last modified time | relevance | path

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

/NextBSD/lib/libc/gen/
HDfts-compat.c1019 struct ftsent_withstat { in fts_alloc() struct
1033 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()
HDfts.c1073 struct ftsent_withstat { in fts_alloc() struct
1087 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()