/src/lib/libc/compat/sys/ |
compat_getdents.c | 48 * libc12 compatible getdents routine. 51 getdents(int fd, char *buf, size_t nbytes) function in typeref:typename:int
|
compat_getdents.c | 48 * libc12 compatible getdents routine. 51 getdents(int fd, char *buf, size_t nbytes) function in typeref:typename:int
|
/src/sys/rump/include/rump/ |
rump_syscallshotgun.h | 103 #define getdents(a,b,c) rump_sys_getdents(a,b,c) macro
|
rump_syscallshotgun.h | 103 #define getdents(a,b,c) rump_sys_getdents(a,b,c) macro
|