Searched refs:_MAX_PATH (Results 1 – 13 of 13) sorted by relevance
234 #if !defined (MAXPATHLEN) && defined(_MAX_PATH)235 # define PATH_MAX _MAX_PATH236 # define MAXPATHLEN _MAX_PATH
25 #if defined(_WIN32) && defined(_MAX_PATH) && !defined(PATH_MAX)26 # define PATH_MAX _MAX_PATH
17 # if defined(_WIN32) && defined(_MAX_PATH)18 # define PATH_MAX _MAX_PATH
1016 key_file_name = erealloc(key_file_name, _MAX_PATH); in getauthkeys() 1017 if (len + 1 > _MAX_PATH) in getauthkeys() 1020 _MAX_PATH)) { in getauthkeys() 1023 strlcpy(key_file_name, keyfile, _MAX_PATH); in getauthkeys()
33 #define ISC_DIR_PATHMAX _MAX_PATH
59 static char path[_MAX_PATH]; in etc_path()
49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype()
361 char current_drive[_MAX_PATH]; // NOLINT in TEST()378 char non_drive[_MAX_PATH]; // NOLINT in TEST()
26 #define _MAX_PATH PATH_MAX macro 293 pathname = (char *) ecalloc(_MAX_PATH, sizeof(char));
792 char executable_path[_MAX_PATH + 1]; // NOLINT in AssumeRole()793 GTEST_DEATH_TEST_CHECK_(_MAX_PATH + 1 != ::GetModuleFileNameA(nullptr, in AssumeRole()795 _MAX_PATH)); in AssumeRole()
54 #define GTEST_PATH_MAX_ _MAX_PATH
116 #define PATH_MAX _MAX_PATH
160 static char path_buffer[_MAX_PATH]; in dirname()174 static char path_buffer[_MAX_PATH]; in basename()