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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.c441 static int getdentsx(int fd, struct dirent *external, unsigned int count, int (* f)(int, struct dirent *, unsigned int)) function
753 return getdentsx(fd, dirp, count, smbw_libc.getdents);
759 return getdentsx(fd, dirp, count, smbw_libc.__getdents);
765 return getdentsx(fd, dirp, count, smbw_libc._getdents);

Completed in 49 milliseconds