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

12345678

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dshelf2.c2049 info->mtime = dirent->mtime;
2080 shelf_version->mtime = dirent->mtime;
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c38 * the destination and do not differ in terms of kind, size, and mtime.
68 src_dirent->mtime <= dst_dirent->mtime)
116 * kind, size, and mtime. Set *SKIPPED_P to FALSE only if at least one
/freebsd-11-stable/lib/libfetch/
H A Dftp.c409 us->atime = us->mtime = 0;
467 us->mtime = t;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c109 time_t mtime; member in struct:mtree_entry
814 me->mtime = archive_entry_mtime(entry);
971 (intmax_t)me->mtime, (intmax_t)me->mtime_nsec);
2208 np->mtime = file->mtime;
H A Darchive_read_support_format_zip.c87 time_t mtime; member in struct:zip_entry
624 fprintf(stderr, "mtime: %lld -> %d\n",
625 (long long)zip_entry->mtime,
630 zip_entry->mtime = archive_le32dec(p + offset);
657 zip_entry->mtime =
973 zip_entry->mtime = zip_time(p + 10);
1166 archive_entry_set_mtime(entry, zip_entry->mtime, 0);
3689 zip_entry->mtime = zip_time(p + 12);
H A Darchive_read_support_format_rar5.c1588 uint32_t mtime = 0, crc = 0; local
1659 if(!read_u32(a, &mtime))
1850 archive_entry_set_mtime(entry, (time_t) mtime, 0);
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-11-stable/crypto/openssh/
H A Dsftp-server.c887 tv[1].tv_sec = a->mtime;
919 time_t t = a.mtime;
976 time_t t = a.mtime;
H A Dsftp.c129 #define LS_TIME_SORT 0x0010 /* Sort by mtime */
789 return (rmul * NCMP(a->a.mtime, b->a.mtime));
H A Dsftp-client.c1427 tv[1].tv_sec = a->mtime;
1524 tv[1].tv_sec = dirattrib->mtime;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobjfiles.c188 objfile->mtime = bfd_get_mtime (abfd);
/freebsd-11-stable/sys/security/mac/
H A Dmac_framework.h426 struct timespec atime, struct timespec mtime);
/freebsd-11-stable/contrib/amd/amd/
H A Damd.h360 mtime_fn *mtime; /* Modify time function */ member in struct:mnt_map
/freebsd-11-stable/contrib/amd/libamu/
H A Dxdr_func.c1183 if (!xdr_am_nfstime3(xdrs, &objp->mtime))
1252 if (!xdr_am_nfstime3(xdrs, &objp->mtime))
1706 if (!xdr_am_nfstime3(xdrs, &objp->am_set_mtime_u.mtime))
1731 if (!xdr_am_set_mtime(xdrs, &objp->mtime))
/freebsd-11-stable/
H A DMakefile303 CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s ; echo
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c628 && recorded_time == finfo.mtime)
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c661 time_t mtime = stbuf.st_mtime; local
680 tm = gmtime(&mtime);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1342 *apr_time = finfo.mtime;
1396 else if (finfo.mtime % APR_USEC_PER_SEC)
1399 If the filesystem has < sec mtime we can be reasonably sure
1406 if the mtime happens to be an exact second.
1412 FAT32 has < 1 sec precision on ctime, but 2 sec on mtime.
3070 /*dirent->mtime = 0;*/
3128 dirent->mtime = this_entry.mtime;
3257 dirent->mtime = finfo.mtime;
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dprotoize.c299 time_t mtime; /* Time of last modification. */ member in struct:file_info_struct
1304 file_p->mtime = stat_buf.st_mtime;
1393 return (fi_p->mtime > aux_info_mtime);

Completed in 478 milliseconds

12345678