Home
last modified time | relevance | path

Searched refs:ossl_ends_with_dirsep (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_ends_with_dirsep.pod5 ossl_ends_with_dirsep, ossl_is_absolute_path
12 int ossl_ends_with_dirsep(const char *path);
18 ossl_ends_with_dirsep() detects whether the I<path> ends with a directory
26 ossl_ends_with_dirsep() returns 1 if the I<path> ends with a directory
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dcryptlib.h233 static ossl_inline int ossl_ends_with_dirsep(const char *path) in ossl_ends_with_dirsep() function
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
H A Dfile_store.c558 const char *pathsep = ossl_ends_with_dirsep(ctx->uri) ? "" : "/"; in file_name_to_uri()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_loader_attic.c1432 const char *pathsep = ossl_ends_with_dirsep(ctx->uri) ? "" : "/"; in file_name_to_uri()