Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c257 const char *Sep2 = strchr(Path, DIR_SEPARATOR_2); in lprofFindFirstDirSeparator() local
258 if (Sep2 && (!Sep || Sep2 < Sep)) in lprofFindFirstDirSeparator()
259 Sep = Sep2; in lprofFindFirstDirSeparator()
267 const char *Sep2 = strrchr(Path, DIR_SEPARATOR_2); in lprofFindLastDirSeparator() local
268 if (Sep2 && (!Sep || Sep2 > Sep)) in lprofFindLastDirSeparator()
269 Sep = Sep2; in lprofFindLastDirSeparator()