Searched refs:readdirfd (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Dreaddir.c34 readdirfd(int fd) function
H A Dstand.h294 extern struct dirent *readdirfd(int);
/freebsd-13-stable/stand/common/
H A Dls.c115 while ((d = readdirfd(fd)) != NULL) {
/freebsd-13-stable/libexec/flua/modules/
H A Dlfs.c157 entry = readdirfd(dp->fd);
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsboot.c553 while ((d = readdirfd(fd)) != NULL) {
/freebsd-13-stable/stand/ficl/
H A Dloader.c794 * The readdirfd() function is specific to the loader environment.
832 d = readdirfd(fd);

Completed in 214 milliseconds