Home
last modified time | relevance | path

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

/reactos/sdk/lib/pathcch/
H A Dpathcch.c122 static BOOL get_next_segment(const WCHAR *next, const WCHAR **next_segment) in get_next_segment() function
781 if (get_next_segment(next, &next) && !*next) return FALSE; in PathCchIsRoot()
790 return !get_next_segment(next, &next) && !*next; in PathCchIsRoot()
983 get_next_segment(*root_end, root_end); in PathCchSkipRoot()
984 get_next_segment(*root_end, root_end); in PathCchSkipRoot()
989 get_next_segment(*root_end, root_end); in PathCchSkipRoot()
991 if (**root_end != '\\') get_next_segment(*root_end, root_end); in PathCchSkipRoot()
1054 if (!get_next_segment(root_end, &root_end)) return S_FALSE; in PathCchStripToRoot()
1055 if (!get_next_segment(root_end, &root_end)) return S_FALSE; in PathCchStripToRoot()