Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/sys/
H A Ddirent.h149 #define GETDIRENTRIES64_EXTENDED_BUFSIZE 1024 macro
/xnu-10002.61.3/tests/
H A Dextended_getdirentries64.c17 char buf[GETDIRENTRIES64_EXTENDED_BUFSIZE];
/xnu-10002.61.3/bsd/vfs/
H A Dvfs_syscalls.c10446 if (uap->bufsize >= GETDIRENTRIES64_EXTENDED_BUFSIZE) { in getdirentries64()
10459 if (error == 0 && uap->bufsize >= GETDIRENTRIES64_EXTENDED_BUFSIZE) { in getdirentries64()