Searched refs:saw_sep_last (Results 1 – 5 of 5) sorted by relevance
340 bool saw_sep_last = _S_is_dir_sep(_M_pathname[0]); in _M_split_cmpts() local341 bool saw_non_sep = !saw_sep_last; in _M_split_cmpts()345 saw_sep_last = true; in _M_split_cmpts()346 else if (saw_sep_last) in _M_split_cmpts()349 saw_sep_last = false; in _M_split_cmpts()353 if (saw_non_sep && saw_sep_last) in _M_split_cmpts()
545 bool saw_sep_last = _S_is_dir_sep(_M_pathname[0]); in _M_split_cmpts() local546 bool saw_non_sep = !saw_sep_last; in _M_split_cmpts()550 saw_sep_last = true; in _M_split_cmpts()551 else if (saw_sep_last) in _M_split_cmpts()554 saw_sep_last = false; in _M_split_cmpts()558 if (saw_non_sep && saw_sep_last) in _M_split_cmpts()
346 bool saw_sep_last = _S_is_dir_sep(_M_pathname[0]); in _M_split_cmpts() local347 bool saw_non_sep = !saw_sep_last; in _M_split_cmpts()351 saw_sep_last = true; in _M_split_cmpts()352 else if (saw_sep_last) in _M_split_cmpts()355 saw_sep_last = false; in _M_split_cmpts()359 if (saw_non_sep && saw_sep_last) in _M_split_cmpts()
Completed in 11 milliseconds