Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/gen/
HDfts-compat11.c1032 struct ftsent11_withstat { in fts_alloc() struct
1046 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()