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

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.c1020 struct ftsent_withstat { struct
1034 len = sizeof(struct ftsent_withstat) + namelen + 1;
1043 p->fts_name = (char *)((struct ftsent_withstat *)p + 1);
1044 p->fts_statp = &((struct ftsent_withstat *)p)->statbuf;
H A Dfts.c1008 struct ftsent_withstat { struct
1022 len = sizeof(struct ftsent_withstat) + namelen + 1;
1031 p->fts_name = (char *)((struct ftsent_withstat *)p + 1);
1032 p->fts_statp = &((struct ftsent_withstat *)p)->statbuf;

Completed in 62 milliseconds