Home
last modified time | relevance | path

Searched refs:ossl_is_absolute_path (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_ends_with_dirsep.pod5 ossl_ends_with_dirsep, ossl_is_absolute_path
14 int ossl_is_absolute_path(const char *path);
21 ossl_is_absolute_path() detects whether the I<path> is absolute path in
29 ossl_is_absolute_path() returns 1 if the I<path> is absolute, 0 otherwise.
/freebsd/crypto/openssl/include/internal/
H A Dcryptlib.h247 static ossl_inline int ossl_is_absolute_path(const char *path) in ossl_is_absolute_path() function
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c473 if (include_dir != NULL && !ossl_is_absolute_path(include)) { in def_load_bio()
493 && !ossl_is_absolute_path(include_path)) { in def_load_bio()