Lines Matching defs:Sep
314 const char *Sep = strchr(Path, DIR_SEPARATOR);317 if (Sep2 && (!Sep || Sep2 < Sep))318 Sep = Sep2;320 return Sep;324 const char *Sep = strrchr(Path, DIR_SEPARATOR);327 if (Sep2 && (!Sep || Sep2 > Sep))328 Sep = Sep2;330 return Sep;