Searched refs:_MAX_PATH (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/ntp/sntp/libopts/compat/ |
| H A D | compat.h | 234 #if !defined (MAXPATHLEN) && defined(_MAX_PATH) 235 # define PATH_MAX _MAX_PATH 236 # define MAXPATHLEN _MAX_PATH
|
| /freebsd/crypto/krb5/src/lib/ |
| H A D | win_glue.c | 71 char CallerFilename[_MAX_PATH]; in GetCallingAppVerInfo() 82 char locAppIni[_MAX_PATH]; in GetCallingAppVerInfo() 93 _MAX_PATH); in GetCallingAppVerInfo() 99 retval = GetModuleFileName( NULL, CallerFilename, _MAX_PATH); in GetCallingAppVerInfo()
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | test-corpus.c | 25 #if defined(_WIN32) && defined(_MAX_PATH) && !defined(PATH_MAX) 26 #define PATH_MAX _MAX_PATH
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | stdinc.h | 57 # define PKGCONF_ITEM_SIZE (_MAX_PATH + 1024)
|
| H A D | libpkgconf.h | 47 #define realpath(N,R) _fullpath((R),(N),_MAX_PATH)
|
| /freebsd/crypto/openssl/test/ |
| H A D | ossl_store_test.c | 17 #if defined(_WIN32) && defined(_MAX_PATH) 18 #define PATH_MAX _MAX_PATH
|
| /freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
| H A D | dir.h | 33 #define ISC_DIR_PATHMAX _MAX_PATH
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_util.c | 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()
|
| /freebsd/contrib/tcpdump/missing/ |
| H A D | getservent.c | 59 static char path[_MAX_PATH]; in etc_path()
|
| /freebsd/contrib/file/src/ |
| H A D | apptype.c | 48 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype()
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | leash-int.h | 27 extern char KRB_HelpFile[_MAX_PATH];
|
| H A D | lshfunc.c | 17 char KRB_HelpFile[_MAX_PATH] = HELPFILE;
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-filepath-test.cc | 361 char current_drive[_MAX_PATH]; // NOLINT in TEST() 378 char non_drive[_MAX_PATH]; // NOLINT in TEST()
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 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()
|
| H A D | gtest-filepath.cc | 54 #define GTEST_PATH_MAX_ _MAX_PATH
|
| /freebsd/contrib/less/ |
| H A D | filename.c | 26 #define _MAX_PATH PATH_MAX macro 293 pathname = (char *) ecalloc(_MAX_PATH, sizeof(char)); in homefile()
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_internal.h | 116 #define PATH_MAX _MAX_PATH
|
| H A D | ucl_util.c | 157 static char path_buffer[_MAX_PATH]; in dirname() 171 static char path_buffer[_MAX_PATH]; in basename()
|