Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c1444 const char *lastDot = Substring_FindLast(word, '.'); in ModifyWord_Suffix() local
1445 if (lastDot != NULL) in ModifyWord_Suffix()
1446 SepBuf_AddRange(buf, lastDot + 1, word.end); in ModifyWord_Suffix()
1452 const char *lastDot, *end; in ModifyWord_Root() local
1454 lastDot = Substring_FindLast(word, '.'); in ModifyWord_Root()
1455 end = lastDot != NULL ? lastDot : word.end; in ModifyWord_Root()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13161 auto lastDot = filename.find_last_of('.'); in applyFilenamesAsTags() local
13162 if (lastDot != std::string::npos) { in applyFilenamesAsTags()
13163 filename.erase(lastDot); in applyFilenamesAsTags()