Home
last modified time | relevance | path

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

/freebsd/tests/sys/capsicum/
H A Dsyscalls.h20 inline int getdents_(unsigned int fd, void *dirp, unsigned int count) { in getdents_() function
H A Dcapmode.cc133 rc = getdents_(fd_dir_, (void*)buf, sizeof(buf)); in FORK_TEST_F()