Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Darch.c1138 time_t modTime; /* Modification time as an integer */ in Arch_MTime() local
1149 modTime = (time_t)strtol(arhPtr->AR_DATE, NULL, 10); in Arch_MTime()
1151 modTime = 0; in Arch_MTime()
1154 gn->mtime = modTime; in Arch_MTime()
1155 return (modTime); in Arch_MTime()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp899 uint32_t modTime = 0; in synthesizeDebugNotes() local
903 modTime = llvm::sys::toTimeT(stat.getLastModificationTime()); in synthesizeDebugNotes()
906 modTime, fullPath)); in synthesizeDebugNotes()