Searched refs:mtime (Results 126 - 150 of 175) sorted by relevance

1234567

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c142 time_t mtime; member in struct:restore_time
1028 t->restore_time.mtime = archive_entry_mtime(entry);
2049 timespecs[1].tv_sec = rt->mtime;
2059 times[1].tv_sec = rt->mtime;
2145 te->restore_time.mtime = rt->mtime;
H A Darchive_write_set_format_mtree.c108 time_t mtime; member in struct:mtree_entry
813 me->mtime = archive_entry_mtime(entry);
970 (intmax_t)me->mtime, (intmax_t)me->mtime_nsec);
2207 np->mtime = file->mtime;
H A Darchive_read_support_format_rar.c303 time_t mtime; member in struct:rar
1411 rar->mtime = 0;
1421 rar->mtime = 0;
1454 rar->mtime = get_time(ttime);
1772 archive_entry_set_mtime(entry, rar->mtime, rar->mnsec);
1846 t = rar->mtime;
1882 rar->mtime = t;
H A Darchive_read_support_format_zip.c89 time_t mtime; member in struct:zip_entry
632 fprintf(stderr, "mtime: %lld -> %d\n",
633 (long long)zip_entry->mtime,
638 zip_entry->mtime = archive_le32dec(p + offset);
665 zip_entry->mtime =
981 zip_entry->mtime = zip_time(p + 10);
1176 archive_entry_set_mtime(entry, zip_entry->mtime, 0);
3995 zip_entry->mtime = zip_time(p + 12);
H A Darchive_read_support_format_cab.c231 time_t mtime; member in struct:cffile
798 file->mtime = cab_dos_time(p + CFFILE_date_time);
990 archive_entry_set_mtime(entry, file->mtime, 0);
/freebsd-current/usr.sbin/cron/cron/
H A Dcron.c141 database.mtime = (time_t) 0;
/freebsd-current/usr.sbin/fstyp/
H A Dhammer2_disk.h980 uint64_t mtime; /* 0018 modified time */ member in struct:hammer2_inode_meta
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y624 time_t mtime = stbuf.st_mtime;
626 t = gmtime(&mtime);
H A Dftpcmd.c2403 time_t mtime = stbuf.st_mtime;
2405 t = gmtime(&mtime);
2400 time_t mtime = stbuf.st_mtime; local
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dfcache.c1049 fcc_lastchange(krb5_context context, krb5_ccache id, krb5_timestamp *mtime) argument
1065 *mtime = sb.st_mtime;
H A Dkcm.c1030 kcm_lastchange(krb5_context context, krb5_ccache id, krb5_timestamp *mtime) argument
1032 *mtime = time(NULL);
H A Dacache.c1066 acc_lastchange(krb5_context context, krb5_ccache id, krb5_timestamp *mtime) argument
1082 *mtime = t;
/freebsd-current/lib/libfetch/
H A Dftp.c409 us->atime = us->mtime = 0;
467 us->mtime = t;
/freebsd-current/contrib/bmake/
H A Ddir.c165 * 3) record the mtime of the directory in the CachedDir structure and
189 * Another data structure maintained by this module is an mtime cache used
197 * the mtime in a cache for when Dir_UpdateMTime was actually called.
259 * the system to find the file, we might as well have its mtime on record.
1392 * 'gn->mtime'. If no file is found, store 0 instead.
1408 gn->mtime = 0;
1429 gn->mtime = cst.cst_mtime;
H A Dmake.h464 time_t mtime; member in struct:GNode
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_mx4200.c1236 double mtime, lat, lon, alt, geoid, vele, veln; local
1247 &sentence_type, &mtime, &lat, &north_south, &lon, &east_west,
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c2008 "# Update mtime for 'when'-interval processing\n",
2017 * Interval-based rotations are done using the mtime of
2512 * Return the mtime of the most recent archive of the logfile, using timestamp
2578 time_t mtime; local
2618 mtime = mtime_old_timelog(tmp);
2619 if (mtime == -1)
2629 mtime = sb.st_mtime;
2632 return ((int)(ptimeget_secs(timenow) - mtime + 1800) / 3600);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1624 const auto mtime = llvm::sys::toTimeT(m_object_mod_time); local
1625 if (mtime > 0)
1626 id_strm << mtime; local
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_ctldir.c464 stat->ctime = stat->mtime = dmu_objset_snap_cmtime(zfsvfs->z_os);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dsa.c1542 uint64_t crtime[2], mtime[2], ctime[2], atime[2]; local
1584 &mtime, 16);
1596 &mtime, 16);
1642 SA_ADD_BULK_ATTR(attrs, count, SA_ZPL_MTIME(zfsvfs), NULL, &mtime, 16);
/freebsd-current/contrib/lib9p/
H A Dutils.c540 if (st->mtime != (uint32_t)-1)
541 sbuf_printf(sb, " mtime=%" PRIu32, st->mtime);
1107 l9p_describe_time(sb, " mtime=",
1149 l9p_describe_time(sb, " mtime=",
1153 sbuf_cat(sb, " mtime=now");
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c661 time_t mtime = stbuf.st_mtime; local
680 tm = gmtime(&mtime);
/freebsd-current/contrib/bmake/unit-tests/
H A DMakefile376 TESTS+= varmod-mtime
622 SED_CMDS.varmod-mtime+= -e "s,\(.*\)': .*,\1': <ENOENT>,"
/freebsd-current/usr.bin/bmake/unit-tests/
H A DMakefile379 TESTS+= varmod-mtime
625 SED_CMDS.varmod-mtime+= -e "s,\(.*\)': .*,\1': <ENOENT>,"
/freebsd-current/crypto/openssh/
H A Dsftp.c126 #define LS_TIME_SORT 0x0010 /* Sort by mtime */
838 return (rmul * NCMP(a->a.mtime, b->a.mtime));

Completed in 398 milliseconds

1234567