Lines Matching refs:seps
111 seps = b'\\/'
115 seps = '\\/'
123 if p_path and p_path[0] in seps:
138 if result_path and result_path[-1] not in seps:
142 if (result_path and result_path[0] not in seps and
214 seps = _get_bothseps(p)
218 while i and p[i-1] not in seps:
222 head = head.rstrip(seps) or head
294 seps = _get_bothseps(path)
297 if root and root[0] in seps:
298 return (not rest) or (rest in seps)
299 if rest and rest in seps:
303 x = path.rstrip(seps)
304 y =_getvolumepathname(path).rstrip(seps)