Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/
H A Ddirent.cpp22 #define DIR_BUFFER_SIZE 4096 macro
83 (char*)dir + DIR_BUFFER_SIZE - (char*)&dir->first_entry, USHRT_MAX); in do_seek_dir()
108 DIR* dir = (DIR*)malloc(DIR_BUFFER_SIZE); in __create_dir_struct()
229 (char*)dir + DIR_BUFFER_SIZE - (char*)&dir->first_entry, USHRT_MAX); in readdir()