Home
last modified time | relevance | path

Searched defs: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
1452 const char *lastDot, *end; in ModifyWord_Root() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13161 auto lastDot = filename.find_last_of('.'); in applyFilenamesAsTags() local