HomeSort by: relevance | last modified time | path
    Searched refs:mod_time (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/ntp/dist/scripts/build/
updateBEDate 18 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: $!";
  /src/games/rogue/
save.c 177 struct rogue_time saved_time, mod_time; local
248 md_gfmt(fname, &mod_time); /* get file modification time */
250 if (has_been_touched(&saved_time, &mod_time)) {
404 const struct rogue_time *mod_time)
406 if (saved_time->year < mod_time->year) {
408 } else if (saved_time->year > mod_time->year) {
411 if (saved_time->month < mod_time->month) {
413 } else if (saved_time->month > mod_time->month) {
416 if (saved_time->day < mod_time->day) {
418 } else if (saved_time->day > mod_time->day)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
line-header.c 47 unsigned int mod_time,
56 m_file_names.emplace_back (name, index, d_index, mod_time, length);
127 unsigned int mod_time,
233 fe.mod_time = *uint;
247 callback (lh, fe.name, fe.d_index, fe.mod_time, fe.length);
370 dir_index d_index, unsigned int mod_time,
380 dir_index d_index, unsigned int mod_time,
383 header->add_file_name (name, d_index, mod_time, length);
399 unsigned int mod_time, length; local
405 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read)
    [all...]
line-header.h 46 mod_time (mod_time_),
64 unsigned int mod_time {};
96 unsigned int mod_time, unsigned int length);
read.c 18821 unsigned int mod_time, length;
18830 mod_time =
18836 lh->add_file_name (cur_file, dindex, mod_time, length);
18810 unsigned int mod_time, length; local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
line-header.c 47 unsigned int mod_time,
56 m_file_names.emplace_back (name, index, d_index, mod_time, length);
127 unsigned int mod_time,
233 fe.mod_time = *uint;
247 callback (lh, fe.name, fe.d_index, fe.mod_time, fe.length);
369 dir_index d_index, unsigned int mod_time,
379 dir_index d_index, unsigned int mod_time,
382 header->add_file_name (name, d_index, mod_time, length);
398 unsigned int mod_time, length; local
404 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read)
    [all...]
line-header.h 46 mod_time (mod_time_),
64 unsigned int mod_time {};
96 unsigned int mod_time, unsigned int length);
read.c 16440 unsigned int mod_time, length;
16449 mod_time =
16455 lh->add_file_name (cur_file, dindex, mod_time, length);
16432 unsigned int mod_time, length; local

Completed in 40 milliseconds