Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Drehash.c326 static int ends_with_dirsep(const char *path) in ends_with_dirsep() function
367 if (dirlen != 0 && !ends_with_dirsep(dirname)) { in do_dir()