Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/strings/
H A Dapr_cpystrn.c200 const char path_separator = '/'; in apr_filepath_name_get() local
201 const char *s = strrchr(pathname, path_separator); in apr_filepath_name_get()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp327 char path_separator = GetPreferredPathSeparator(m_style); in Dump() local
328 if (!m_filename && !path.empty() && path.back() != path_separator) in Dump()
329 s << path_separator; in Dump()