HomeSort by: relevance | last modified time | path
    Searched defs:MAX_PATH (Results 1 - 2 of 2) sorted by relevancy

  /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/bsd/zstd/dist/tests/
decodecorpus.c 173 #ifndef MAX_PATH
175 #define MAX_PATH PATH_MAX
177 #define MAX_PATH 256
1597 char outPath[MAX_PATH];
1615 if (snprintf(outPath, MAX_PATH, "%s/z%06u.zst", path, fnum) + 1 > MAX_PATH) {
1622 if (snprintf(outPath, MAX_PATH, "%s/z%06u", origPath, fnum) + 1 > MAX_PATH) {
1639 char outPath[MAX_PATH];
1644 if (snprintf(outPath, MAX_PATH, "%s/dictionary", path) + 1 > MAX_PATH)
    [all...]

Completed in 28 milliseconds