Searched refs:MAX_SYMLINK_SIZE (Results 1 – 2 of 2) sorted by relevance
435 #define MAX_SYMLINK_SIZE MAXIMUM_REPARSE_DATA_BUFFER_SIZE macro
1307 #if defined(PATH_MAX) || defined(MAX_SYMLINK_SIZE) in __read_symlink()1309 #ifdef MAX_SYMLINK_SIZE in __read_symlink()1310 const size_t size = MAX_SYMLINK_SIZE + 1; in __read_symlink()