Searched refs:ossl_is_absolute_path (Results 1 – 2 of 2) sorted by relevance
5 ossl_ends_with_dirsep, ossl_is_absolute_path14 int ossl_is_absolute_path(const char *path);21 ossl_is_absolute_path() detects whether the I<path> is absolute path in29 ossl_is_absolute_path() returns 1 if the I<path> is absolute, 0 otherwise.
247 static ossl_inline int ossl_is_absolute_path(const char *path) in ossl_is_absolute_path() function