Searched refs:Sep2 (Results 1 – 1 of 1) sorted by relevance
440 const char *Sep2 = strchr(Path, DIR_SEPARATOR_2); in lprofFindFirstDirSeparator() local441 if (Sep2 && (!Sep || Sep2 < Sep)) in lprofFindFirstDirSeparator()442 Sep = Sep2; in lprofFindFirstDirSeparator()450 const char *Sep2 = strrchr(Path, DIR_SEPARATOR_2); in lprofFindLastDirSeparator() local451 if (Sep2 && (!Sep || Sep2 > Sep)) in lprofFindLastDirSeparator()452 Sep = Sep2; in lprofFindLastDirSeparator()