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

/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dreaddir.c120 memcpy(entry, dp, _GENERIC_DIRSIZ(dp));
124 memcpy(entry, dp, _GENERIC_DIRSIZ(dp));
H A Dscandir.c50 * The _GENERIC_DIRSIZ macro is the minimum record length which will hold the directory
83 p = (struct dirent *)malloc(_GENERIC_DIRSIZ(d));
H A Dscandir_b.c50 * The _GENERIC_DIRSIZ macro is the minimum record length which will hold the directory
83 p = (struct dirent *)malloc(_GENERIC_DIRSIZ(d));
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h175 #define _GENERIC_DIRSIZ(dp) \ macro

Completed in 64 milliseconds