mtime              13 examples/libsmbclient/teststat.c     char            mtime[32];
mtime              52 examples/libsmbclient/teststat.c            st.st_mtime, ctime_r(&st.st_mtime, mtime),
mtime              65 examples/libsmbclient/teststat.c                st.st_mtime, ctime_r(&st.st_mtime, mtime),
mtime              39 examples/libsmbclient/teststat2.c         char mtime[32];
mtime              52 examples/libsmbclient/teststat2.c                st.st_mtime, ctime_r(&st.st_mtime, mtime),
mtime              65 examples/libsmbclient/teststat2.c                st.st_mtime, ctime_r(&st.st_mtime, mtime),
mtime              20 examples/libsmbclient/teststat3.c         char            mtime[32];
mtime              14 examples/libsmbclient/testutime.c     char            mtime[32];
mtime              53 examples/libsmbclient/testutime.c            st.st_mtime, ctime_r(&st.st_mtime, mtime),
mtime              72 examples/libsmbclient/testutime.c            st.st_mtime, ctime_r(&st.st_mtime, mtime),
mtime              75 lib/zlib/contrib/untgz/untgz.c   char mtime[12];               /* 136 */
mtime             431 lib/zlib/contrib/untgz/untgz.c           tartime = (time_t)getoct(buffer.header.mtime,12);
mtime             115 source3/client/clitar.c static void writetarheader(int f,  const char *aname, uint64_t size, time_t mtime,
mtime             157 source3/client/clitar.c static void writetarheader(int f, const char *aname, uint64_t size, time_t mtime,
mtime             210 source3/client/clitar.c 	oct_it((uint64_t) mtime, 13, hb.dbuf.mtime);
mtime             308 source3/client/clitar.c 		convert_time_t_to_timespec((time_t)strtol(hb->dbuf.mtime, NULL, 8));
mtime              33 source3/include/clitar.h     char mtime[12];
mtime            1058 source3/include/proto.h bool null_mtime(time_t mtime);
mtime            6326 source3/include/proto.h 			 struct file_id fileid, const struct timespec mtime);
mtime            6327 source3/include/proto.h bool set_sticky_write_time_fsp(struct files_struct *fsp, const struct timespec mtime);
mtime             145 source3/include/regfio.h 	NTTIME mtime;
mtime             194 source3/include/regfio.h 	NTTIME mtime;
mtime            1938 source3/include/smb.h 	struct timespec mtime;
mtime             970 source3/lib/time.c bool null_mtime(time_t mtime)
mtime             972 source3/lib/time.c 	if (mtime == 0 || mtime == (time_t)0xFFFFFFFF || mtime == (time_t)-1)
mtime             789 source3/modules/vfs_default.c 		tv[1] = convert_timespec_to_timeval(ft->mtime);
mtime             798 source3/modules/vfs_default.c 		times.modtime = convert_timespec_to_time_t(ft->mtime);
mtime              33 source3/modules/vfs_dirsort.c 	time_t mtime;
mtime              59 source3/modules/vfs_dirsort.c 		data->mtime = dir_stat.st_mtime;
mtime             132 source3/modules/vfs_dirsort.c 	if (current_mtime > data->mtime) {
mtime             216 source3/modules/vfs_onefs.c 	if (!null_timespec(ft->mtime)) {
mtime             218 source3/modules/vfs_onefs.c 		times[1] = ft->mtime;
mtime             220 source3/modules/vfs_onefs.c 			time_to_asc(convert_timespec_to_time_t(ft->mtime)),
mtime             221 source3/modules/vfs_onefs.c 			ft->mtime.tv_nsec));
mtime             405 source3/modules/vfs_recycle.c 	ft.mtime = touch_mtime ? ft.atime : get_mtimespec(&st); /* mtime */
mtime             221 source3/registry/regfio.c 	if ( !smb_io_time( "modtime", &file->mtime, ps, depth ) )
mtime             323 source3/registry/regfio.c 	if ( !smb_io_time( "mtime", &nk->mtime, ps, depth ))
mtime            1142 source3/registry/regfio.c 	unix_to_nt_time( &file->mtime, time(NULL) );
mtime            1276 source3/registry/regfio.c 		unix_to_nt_time( &file->mtime, time(NULL) );
mtime            1747 source3/registry/regfio.c 	unix_to_nt_time( &nk->mtime, time(NULL) );
mtime             507 source3/smbd/close.c 	ft.mtime = fsp->close_write_time;
mtime             723 source3/smbd/dosmode.c 		  time_to_asc(convert_timespec_to_time_t(ft->mtime))));
mtime             773 source3/smbd/dosmode.c 			 struct file_id fileid, const struct timespec mtime)
mtime             775 source3/smbd/dosmode.c 	if (null_timespec(mtime)) {
mtime             779 source3/smbd/dosmode.c 	if (!set_sticky_write_time(fileid, mtime)) {
mtime             791 source3/smbd/dosmode.c bool set_sticky_write_time_fsp(struct files_struct *fsp, const struct timespec mtime)
mtime             797 source3/smbd/dosmode.c 			fsp->file_id, mtime);
mtime             985 source3/smbd/reply.c 	time_t mtime=0;
mtime            1024 source3/smbd/reply.c 		mtime = 0;
mtime            1057 source3/smbd/reply.c 		mtime = sbuf.st_mtime;
mtime            1067 source3/smbd/reply.c 		srv_put_dos_date3((char *)req->outbuf,smb_vwv1,mtime & ~1);
mtime            1069 source3/smbd/reply.c 		srv_put_dos_date3((char *)req->outbuf,smb_vwv1,mtime);
mtime            1094 source3/smbd/reply.c 	time_t mtime;
mtime            1158 source3/smbd/reply.c 	mtime = srv_make_unix_date3(req->vwv+1);
mtime            1160 source3/smbd/reply.c 	ft.mtime = convert_time_t_to_timespec(mtime);
mtime            1612 source3/smbd/reply.c 	time_t mtime=0;
mtime            1688 source3/smbd/reply.c 	mtime = sbuf.st_mtime;
mtime            1702 source3/smbd/reply.c 		srv_put_dos_date3((char *)req->outbuf,smb_vwv2,mtime & ~1);
mtime            1704 source3/smbd/reply.c 		srv_put_dos_date3((char *)req->outbuf,smb_vwv2,mtime);
mtime            1744 source3/smbd/reply.c 	int mtime=0;
mtime            1854 source3/smbd/reply.c 	mtime = sbuf.st_mtime;
mtime            1899 source3/smbd/reply.c 		srv_put_dos_date3((char *)req->outbuf,smb_vwv4,mtime & ~1);
mtime            1901 source3/smbd/reply.c 		srv_put_dos_date3((char *)req->outbuf,smb_vwv4,mtime);
mtime            1984 source3/smbd/reply.c 	ft.mtime = convert_time_t_to_timespec(srv_make_unix_date3(req->vwv+1));
mtime            4524 source3/smbd/reply.c 	struct timespec mtime;
mtime            4550 source3/smbd/reply.c 	mtime = convert_time_t_to_timespec(srv_make_unix_date3(req->vwv+4));
mtime            4567 source3/smbd/reply.c 	set_close_write_time(fsp, mtime);
mtime            7316 source3/smbd/reply.c 	ft.mtime = convert_time_t_to_timespec(
mtime            7364 source3/smbd/reply.c 		(unsigned int)ft.mtime.tv_sec,
mtime             883 source3/smbd/trans2.c 	int fattr=0,mtime=0;
mtime            1016 source3/smbd/trans2.c 	mtime = sbuf.st_mtime;
mtime            1034 source3/smbd/trans2.c 	srv_put_dos_date2(params,4, mtime);
mtime            3844 source3/smbd/trans2.c 	time_t create_time, mtime, atime;
mtime            4206 source3/smbd/trans2.c 	mtime = convert_timespec_to_time_t(mtime_ts);
mtime            4234 source3/smbd/trans2.c 			srv_put_dos_date2(pdata,l1_fdateLastWrite,mtime); /* write time */
mtime            4247 source3/smbd/trans2.c 			srv_put_dos_date2(pdata,8,mtime); /* write time */
mtime            4324 source3/smbd/trans2.c 			DEBUG(5,("write: %s ", ctime(&mtime)));
mtime            4325 source3/smbd/trans2.c 			DEBUG(5,("change: %s ", ctime(&mtime)));
mtime            4921 source3/smbd/trans2.c 	if (null_timespec(ft->mtime)) {
mtime            4922 source3/smbd/trans2.c 		ft->mtime = get_mtimespec(psbuf);
mtime            4936 source3/smbd/trans2.c 	round_timespec(conn->ts_res, &ft->mtime);
mtime            4941 source3/smbd/trans2.c 		time_to_asc(convert_timespec_to_time_t(ft->mtime))));
mtime            4957 source3/smbd/trans2.c 			  time_to_asc(convert_timespec_to_time_t(ft->mtime))));
mtime            4962 source3/smbd/trans2.c 							  ft->mtime);
mtime            4964 source3/smbd/trans2.c 				set_sticky_write_time_fsp(fsp, ft->mtime);
mtime            4969 source3/smbd/trans2.c 					    ft->mtime);
mtime            4976 source3/smbd/trans2.c 	ft_stat.mtime = get_mtimespec(psbuf);
mtime            4980 source3/smbd/trans2.c 	round_timespec(conn->ts_res, &ft_stat.mtime);
mtime            4988 source3/smbd/trans2.c 			timespec_compare(&ft_stat.mtime, &ft->mtime)) {
mtime            5688 source3/smbd/trans2.c 	ft.mtime = convert_time_t_to_timespec(srv_make_unix_date2(pdata+8));
mtime            5740 source3/smbd/trans2.c 	ft.mtime = timespec_min(&write_time, &changed_time);
mtime            5745 source3/smbd/trans2.c 	if ((timespec_compare(&write_time, &ft.mtime) == 1) &&
mtime            5747 source3/smbd/trans2.c 		ft.mtime = write_time;
mtime            5751 source3/smbd/trans2.c 	if (null_timespec(ft.mtime)) {
mtime            5753 source3/smbd/trans2.c 			ft.mtime = changed_time;
mtime            5756 source3/smbd/trans2.c 			ft.mtime = write_time;
mtime            6048 source3/smbd/trans2.c 	ft.mtime = interpret_long_date(pdata+32); /* modification_time */
mtime            6092 source3/smbd/trans2.c 		ft.mtime = get_mtimespec(psbuf);
mtime            6192 source3/smbd/trans2.c 	if (null_timespec(ft.mtime)) {
mtime             836 source3/torture/cmd_vfs.c 	ft.mtime = convert_time_t_to_timespec(atoi(argv[3]));
mtime             343 source4/client/client.c 	if (ctx->newer_than && finfo->mtime < ctx->newer_than) {
mtime             362 source4/client/client.c 		time_t t = finfo->mtime; /* the time is assumed to be passed as GMT */
mtime            1007 source4/heimdal/lib/krb5/acache.c acc_lastchange(krb5_context context, krb5_ccache id, krb5_timestamp *mtime)
mtime            1023 source4/heimdal/lib/krb5/acache.c     *mtime = t;
mtime            1437 source4/heimdal/lib/krb5/cache.c 			 krb5_timestamp *mtime)
mtime            1439 source4/heimdal/lib/krb5/cache.c     *mtime = 0;
mtime            1440 source4/heimdal/lib/krb5/cache.c     return (*id->ops->lastchange)(context, id, mtime);
mtime            1460 source4/heimdal/lib/krb5/cache.c 			    krb5_timestamp *mtime)
mtime            1467 source4/heimdal/lib/krb5/cache.c     *mtime = 0;
mtime            1482 source4/heimdal/lib/krb5/cache.c 	if (t > *mtime)
mtime            1483 source4/heimdal/lib/krb5/cache.c 	    *mtime = t;
mtime             932 source4/heimdal/lib/krb5/fcache.c fcc_lastchange(krb5_context context, krb5_ccache id, krb5_timestamp *mtime)
mtime             948 source4/heimdal/lib/krb5/fcache.c     *mtime = sb.st_mtime;
mtime             876 source4/heimdal/lib/krb5/kcm.c kcm_lastchange(krb5_context context, krb5_ccache id, krb5_timestamp *mtime)
mtime             878 source4/heimdal/lib/krb5/kcm.c     *mtime = time(NULL);
mtime              48 source4/heimdal/lib/krb5/mcache.c     time_t mtime;
mtime              97 source4/heimdal/lib/krb5/mcache.c     m->mtime = time(NULL);
mtime             162 source4/heimdal/lib/krb5/mcache.c     m->mtime = time(NULL);
mtime             258 source4/heimdal/lib/krb5/mcache.c     m->mtime = time(NULL);
mtime             333 source4/heimdal/lib/krb5/mcache.c 	    m->mtime = time(NULL);
mtime             440 source4/heimdal/lib/krb5/mcache.c     mto->mtime = mfrom->mtime = time(NULL);
mtime             461 source4/heimdal/lib/krb5/mcache.c mcc_lastchange(krb5_context context, krb5_ccache id, krb5_timestamp *mtime)
mtime             463 source4/heimdal/lib/krb5/mcache.c     *mtime = MCACHE(id)->mtime;
mtime              53 source4/libcli/clilist.c 		finfo->mtime = info->standard.write_time;
mtime              61 source4/libcli/clilist.c 		finfo->mtime = nt_time_to_unix(info->both_directory_info.write_time);
mtime             218 source4/libcli/clilist.c 		finfo->mtime = info->search.write_time;
mtime              43 source4/libcli/libcli.h 	time_t mtime;
mtime            1865 source4/libcli/raw/interfaces.h 			time_t mtime;
mtime             250 source4/libcli/raw/rawreadwrite.c 				  req->out.vwv, VWV(4), parms->writeclose.in.mtime);
mtime              34 source4/libnet/libnet_samdump.c 	NTTIME mtime;
mtime              82 source4/libnet/libnet_samdump.c 	n->mtime = secret->current_cipher_set_time;
mtime              41 source4/libnet/libnet_samsync_ldb.c 	NTTIME mtime;
mtime            1174 source4/ntvfs/ntvfs_generic.c 		cl->close.in.write_time	= wr->writeclose.in.mtime;
mtime            1162 source4/smb_server/smb/reply.c 	io->writeclose.in.mtime		= srv_pull_dos_date3(req->smb_conn, req->in.vwv + VWV(4));
mtime             591 source4/torture/raw/write.c 	io.writeclose.in.mtime = 0;
mtime             142 source4/torture/rpc/samsync.c 	NTTIME mtime;
mtime             854 source4/torture/rpc/samsync.c 	nsec->mtime = secret->current_cipher_set_time;
mtime             861 source4/torture/rpc/samsync.c 	old->mtime = secret->old_cipher_set_time;
mtime             923 source4/torture/rpc/samsync.c 		if (old->mtime != *q.out.old_mtime) {
mtime             925 source4/torture/rpc/samsync.c 			       old->name, nt_time_string(mem_ctx, old->mtime), 
mtime             963 source4/torture/rpc/samsync.c 		if (nsec->mtime != *q.out.new_mtime) {
mtime             965 source4/torture/rpc/samsync.c 			       nsec->name, nt_time_string(mem_ctx, nsec->mtime),