Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/libc/gen/
Dfts.c1012 struct ftsent_withstat { in fts_alloc() struct
1026 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()