HomeSort by: relevance | last modified time | path
    Searched refs:MAX_PATH (Results 1 - 25 of 123) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/openldap/dist/include/ac/
dirent.h 27 #ifndef MAX_PATH
28 #define MAX_PATH 260
37 char buf[MAX_PATH+1];
  /src/external/gpl2/groff/dist/src/libs/libgroff/
maxpathname.cpp 56 # ifdef MAX_PATH
57 # define PATH_MAX MAX_PATH
58 # else /* !MAX_PATH */
64 # endif /* !MAX_PATH */
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_def.c 19 static char x509_private_dir[MAX_PATH + 1];
22 static char x509_cert_area[MAX_PATH + 1];
25 static char x509_cert_dir[MAX_PATH + 1];
28 static char x509_cert_file[MAX_PATH + 1];
40 OPENSSL_strlcpy(pathname, ossldir, MAX_PATH - 1);
41 if (MAX_PATH - strlen(pathname) > strlen(suffix))
  /src/sys/arch/hpc/stand/hpcboot/
file_fat.h 40 TCHAR _drive[MAX_PATH]; // drive.
41 TCHAR _filename[MAX_PATH];
file_fat.cpp 53 wcsncpy(_drive, drive, MAX_PATH);
54 wcsncpy(_filename, drive, MAX_PATH);
file_http.h 67 char _server_name[MAX_PATH];
70 char _request[MAX_PATH];
file_ufs.cpp 69 char name[MAX_PATH];
73 _to_ascii(name, drive, MAX_PATH);
96 if (!_to_ascii(_ascii_filename, name, MAX_PATH))
hpcboot.h 98 TCHAR fileRoot[MAX_PATH];
99 TCHAR fileName[MAX_PATH];
101 TCHAR mfsName[MAX_PATH];
hpcmenu.h 93 TCHAR dir_user_path[MAX_PATH];
95 TCHAR kernel_user_file[MAX_PATH];
99 TCHAR rootfs_file[MAX_PATH];
  /src/crypto/external/apache2/openssl/dist/crypto/
cversion.c 52 /* size: MAX_PATH + sizeof("OPENSSLDIR: \"\"") */
53 static char openssldir[MAX_PATH + 15];
55 /* size: MAX_PATH + sizeof("ENGINESDIR: \"\"") */
56 static char enginesdir[MAX_PATH + 15];
58 /* size: MAX_PATH + sizeof("MODULESDIR: \"\"") */
59 static char modulesdir[MAX_PATH + 15];
defaults.c 29 static char openssldir[MAX_PATH + 1];
40 static char enginesdir[MAX_PATH + 1];
50 static char modulesdir[MAX_PATH + 1];
88 if (keysizebytes > MAX_PATH * sizeof(WCHAR))
  /src/external/gpl3/gcc.old/dist/libiberty/
lrealpath.c 139 char buf[MAX_PATH];
141 DWORD len = GetFullPathName (filename, MAX_PATH, buf, &basename);
142 if (len == 0 || len > MAX_PATH - 1)
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Program.inc 47 PathStorage.reserve(Paths.size() * MAX_PATH);
52 SmallVector<wchar_t, MAX_PATH> TmpPath;
60 SmallVector<wchar_t, MAX_PATH> U16Name;
70 SmallVector<char, MAX_PATH> U8Result;
72 SmallVector<wchar_t, MAX_PATH> U16Result;
73 DWORD Len = MAX_PATH;
79 SmallVector<wchar_t, MAX_PATH> U16NameExt;
210 SmallVector<wchar_t, MAX_PATH> EnvString;
274 SmallVector<wchar_t, MAX_PATH> ProgramUtf16;
402 SmallVector<wchar_t, MAX_PATH> CommandUtf16
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-w32.cc 172 char lpTempPathBuffer[MAX_PATH];
175 DWORD dwRetVal = GetTempPath (MAX_PATH, lpTempPathBuffer);
176 if (dwRetVal > MAX_PATH || (dwRetVal == 0))
196 if (temp_path_buffer_len + appended_len + 1 >= MAX_PATH)
204 int extraspace = MAX_PATH - temp_path_buffer_len - 1;
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-w32.cc 172 char lpTempPathBuffer[MAX_PATH];
175 DWORD dwRetVal = GetTempPath (MAX_PATH, lpTempPathBuffer);
176 if (dwRetVal > MAX_PATH || (dwRetVal == 0))
196 if (temp_path_buffer_len + appended_len + 1 >= MAX_PATH)
204 int extraspace = MAX_PATH - temp_path_buffer_len - 1;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexer.cpp 109 char path[MAX_PATH];
112 GetModuleFileNameA((HINSTANCE)mbi.AllocationBase, path, MAX_PATH);
115 char w32path[MAX_PATH];
118 cygwin_conv_path(CCP_WIN_A_TO_POSIX, w32path, path, MAX_PATH);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
dlfcn.hin 82 char _dli_buf[MAX_PATH + 2];
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
tlhelp32.d 73 WCHAR[MAX_PATH] szExeFile = 0;
100 WCHAR[MAX_PATH] szExePath = 0;
124 CHAR[MAX_PATH] szExeFile = 0;
139 char[MAX_PATH] szExePath = 0;
  /src/external/gpl3/gdb/dist/gnulib/import/
opendir.c 87 char dir_name_mask[MAX_PATH + 1 + 1 + 1];
102 if (!GetFullPathName (dir_name, MAX_PATH, dir_name_mask, NULL))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
opendir.c 87 char dir_name_mask[MAX_PATH + 1 + 1 + 1];
102 if (!GetFullPathName (dir_name, MAX_PATH, dir_name_mask, NULL))
  /src/external/bsd/openldap/dist/servers/slapd/
nt_svc.c 36 char filename[MAX_PATH], *fname_start;
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
progreloc.c 132 char location[MAX_PATH];
147 static char location_as_posix_path[2 * MAX_PATH];
150 Does it overflow the buffer of expected size MAX_PATH or does it
153 location_as_posix_path[MAX_PATH - 1] = '\0';
154 if (strlen (location_as_posix_path) >= MAX_PATH - 1)
relocatable.c 296 static char location[MAX_PATH];
310 static char location_as_posix_path[2 * MAX_PATH];
313 Does it overflow the buffer of expected size MAX_PATH or does it
316 location_as_posix_path[MAX_PATH - 1] = '\0';
317 if (strlen (location_as_posix_path) >= MAX_PATH - 1)
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
relocatable.c 296 static char location[MAX_PATH];
310 static char location_as_posix_path[2 * MAX_PATH];
313 Does it overflow the buffer of expected size MAX_PATH or does it
316 location_as_posix_path[MAX_PATH - 1] = '\0';
317 if (strlen (location_as_posix_path) >= MAX_PATH - 1)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
progreloc.c 132 char location[MAX_PATH];
147 static char location_as_posix_path[2 * MAX_PATH];
150 Does it overflow the buffer of expected size MAX_PATH or does it
153 location_as_posix_path[MAX_PATH - 1] = '\0';
154 if (strlen (location_as_posix_path) >= MAX_PATH - 1)

Completed in 34 milliseconds

1 2 3 4 5