Searched refs:ossl_ends_with_dirsep (Results 1 – 5 of 5) sorted by relevance
5 ossl_ends_with_dirsep, ossl_is_absolute_path12 int ossl_ends_with_dirsep(const char *path);18 ossl_ends_with_dirsep() detects whether the I<path> ends with a directory26 ossl_ends_with_dirsep() returns 1 if the I<path> ends with a directory
231 static ossl_inline int ossl_ends_with_dirsep(const char *path) in ossl_ends_with_dirsep() function
558 const char *pathsep = ossl_ends_with_dirsep(ctx->uri) ? "" : "/"; in file_name_to_uri()
467 if (!ossl_ends_with_dirsep(include_path)) in def_load_bio()
1432 const char *pathsep = ossl_ends_with_dirsep(ctx->uri) ? "" : "/"; in file_name_to_uri()