Searched refs:_MAX_PATH (Results 1 – 10 of 10) sorted by relevance
234 #if !defined (MAXPATHLEN) && defined(_MAX_PATH)235 # define PATH_MAX _MAX_PATH236 # define MAXPATHLEN _MAX_PATH
1014 key_file_name = erealloc(key_file_name, _MAX_PATH); in getauthkeys()1015 if (len + 1 > _MAX_PATH) in getauthkeys()1018 _MAX_PATH)) { in getauthkeys()1021 strlcpy(key_file_name, keyfile, _MAX_PATH); in getauthkeys()
33 #define ISC_DIR_PATHMAX _MAX_PATH
49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype()
360 char current_drive[_MAX_PATH]; // NOLINT in TEST()377 char non_drive[_MAX_PATH]; // NOLINT in TEST()
762 char executable_path[_MAX_PATH + 1]; // NOLINT in AssumeRole()764 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL, in AssumeRole()766 _MAX_PATH)); in AssumeRole()
52 # define GTEST_PATH_MAX_ _MAX_PATH
26 #define _MAX_PATH PATH_MAX macro280 pathname = (char *) calloc(_MAX_PATH, sizeof(char));
116 #define PATH_MAX _MAX_PATH
160 static char path_buffer[_MAX_PATH]; in dirname()174 static char path_buffer[_MAX_PATH]; in basename()