Home
last modified time | relevance | path

Searched refs:GETDIRENTRIES64_EXTENDED_BUFSIZE (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Ddirent_private.h84 #define GETDIRENTRIES64_EXTENDED_BUFSIZE 1024 macro
/xnu-12377.61.12/tests/
H A Dextended_getdirentries64.c17 char buf[GETDIRENTRIES64_EXTENDED_BUFSIZE];
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_syscalls.c11104 if (uap->bufsize >= GETDIRENTRIES64_EXTENDED_BUFSIZE) { in getdirentries64()
11117 if (error == 0 && uap->bufsize >= GETDIRENTRIES64_EXTENDED_BUFSIZE) { in getdirentries64()