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

  /src/crypto/external/apache2/openssl/dist/apps/
rehash.c 326 static int ends_with_dirsep(const char *path) function
367 if (dirlen != 0 && !ends_with_dirsep(dirname)) {
  /src/crypto/external/bsd/openssl/dist/apps/
rehash.c 326 static int ends_with_dirsep(const char *path) function
367 if (dirlen != 0 && !ends_with_dirsep(dirname)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
rehash.c 311 static int ends_with_dirsep(const char *path) function
347 pathsep = (buflen && !ends_with_dirsep(dirname)) ? "/": "";
  /src/crypto/external/bsd/openssl.old/dist/crypto/store/
loader_file.c 1183 static int ends_with_dirsep(const char *uri) function
1203 const char *pathsep = ends_with_dirsep(ctx->_.dir.uri) ? "" : "/";

Completed in 82 milliseconds