Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/scripts/build/
H A DupdateBEDate18 my $mod_time;
24 $mod_time = (stat ($i))[9];
25 $stamp = localtime($mod_time);
27 localtime($mod_time);
49 utime(time, $mod_time, "$i.new") || die "touch $i.new failed: $!";
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h112 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset,
123 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset);
127 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h36 FileNameEntry() : name(nullptr), dir_idx(0), mod_time(0), length(0) {} in FileNameEntry()
40 dw_sleb128_t mod_time; member
H A DDWARFDebugLine.cpp227 fileEntry.mod_time = debug_line_data.GetULEB128(&offset); in DumpStatementOpcodes()
232 fileEntry.mod_time, fileEntry.length); in DumpStatementOpcodes()
477 entry.mod_time = value.Unsigned(); in ParsePrologue()
510 fileEntry.mod_time = debug_line_data.GetULEB128(offset_ptr); in ParsePrologue()
658 fileEntry.mod_time = debug_line_data.GetULEB128(offset_ptr); in ParseStatementTable()
906 fileEntry.dir_idx, fileEntry.mod_time, fileEntry.length, in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h613 void SetObjectModificationTime(const llvm::sys::TimePoint<> &mod_time) { in SetObjectModificationTime() argument
614 m_mod_time = mod_time; in SetObjectModificationTime()
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2read.c298 unsigned int mod_time; member
5159 unsigned int mod_time, in add_file_name() argument
5182 fe->mod_time = mod_time; in add_file_name()
5270 unsigned int dir_index, mod_time, length; in dwarf_decode_line_header() local
5275 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_line_header()
5280 add_file_name (lh, cur_file, dir_index, mod_time, length); in dwarf_decode_line_header()
5423 unsigned int dir_index, mod_time, length; in dwarf_decode_lines() local
5430 mod_time = in dwarf_decode_lines()
5436 add_file_name (lh, cur_file, dir_index, mod_time, length); in dwarf_decode_lines()