Home
last modified time | relevance | path

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

/freebsd/sys/fs/udf/
H A Dosta.c317 int extIndex = 0, newExtIndex = 0, hasExt = FALSE; in UDFTransName() local
347 hasExt = FALSE; in UDFTransName()
349 hasExt = TRUE; in UDFTransName()
374 hasExt = FALSE; /* Trailing period does not make an in UDFTransName()
382 if (hasExt) { in UDFTransName()
433 if (hasExt) { in UDFTransName()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp483 bool hasExt = filename.contains('.'); in findFile() local
490 if (!hasExt) { in findFile()
538 bool hasExt = filename.contains('.'); in findLib() local
539 if (!hasExt) in findLib()