Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp378 char path_separator = GetPreferredPathSeparator(m_style); in Dump() local
379 if (!m_filename && !path.empty() && path.back() != path_separator) in Dump()
380 s->PutChar(path_separator); in Dump()