Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h234 #if !defined (MAXPATHLEN) && defined(_MAX_PATH)
235 # define PATH_MAX _MAX_PATH
236 # define MAXPATHLEN _MAX_PATH
/freebsd/crypto/openssl/fuzz/
H A Dtest-corpus.c25 #if defined(_WIN32) && defined(_MAX_PATH) && !defined(PATH_MAX)
26 # define PATH_MAX _MAX_PATH
/freebsd/crypto/openssl/test/
H A Dossl_store_test.c17 # if defined(_WIN32) && defined(_MAX_PATH)
18 # define PATH_MAX _MAX_PATH
/freebsd/contrib/ntp/ntpd/
H A Dntp_util.c1016 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()
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Ddir.h33 #define ISC_DIR_PATHMAX _MAX_PATH
/freebsd/contrib/tcpdump/missing/
H A Dgetservent.c59 static char path[_MAX_PATH]; in etc_path()
/freebsd/contrib/file/src/
H A Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc361 char current_drive[_MAX_PATH]; // NOLINT in TEST()
378 char non_drive[_MAX_PATH]; // NOLINT in TEST()
/freebsd/contrib/less/
H A Dfilename.c26 #define _MAX_PATH PATH_MAX macro
293 pathname = (char *) ecalloc(_MAX_PATH, sizeof(char));
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc792 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()
H A Dgtest-filepath.cc54 #define GTEST_PATH_MAX_ _MAX_PATH
/freebsd/contrib/libucl/src/
H A Ducl_internal.h116 #define PATH_MAX _MAX_PATH
H A Ducl_util.c160 static char path_buffer[_MAX_PATH]; in dirname()
174 static char path_buffer[_MAX_PATH]; in basename()