HomeSort by: relevance | last modified time | path
    Searched defs:getdents (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/compat/sys/
compat_getdents.c 48 * libc12 compatible getdents routine.
51 getdents(int fd, char *buf, size_t nbytes) function
  /src/tests/fs/kernfs/
t_basic.c 25 ATF_TC(getdents); variable
26 ATF_TC_HEAD(getdents, tc)
44 ATF_TC_BODY(getdents, tc)
55 atf_tc_fail_errno("getdents");
130 ATF_TP_ADD_TC(tp, getdents);
  /src/sys/rump/include/rump/
rump_syscallshotgun.h 103 #define getdents(a,b,c) rump_sys_getdents(a,b,c) macro
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 820 __real_getdents = (int (*)(int, struct dirent*, size_t))dlsym (dlflag, "getdents");
824 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERXXX_IOINIT getdents\n");
2718 /*------------------------------------------------------------- getdents */
2720 getdents (int fildes, struct dirent *buf, size_t nbyte) function
2725 if (NULL_PTR (getdents))
2728 return CALL_REAL (getdents)(fildes, buf, nbyte);
2731 ret = CALL_REAL (getdents)(fildes, buf, nbyte);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 820 __real_getdents = (int (*)(int, struct dirent*, size_t))dlsym (dlflag, "getdents");
824 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERXXX_IOINIT getdents\n");
2718 /*------------------------------------------------------------- getdents */
2720 getdents (int fildes, struct dirent *buf, size_t nbyte) function
2725 if (NULL_PTR (getdents))
2728 return CALL_REAL (getdents)(fildes, buf, nbyte);
2731 ret = CALL_REAL (getdents)(fildes, buf, nbyte);

Completed in 31 milliseconds