Home
last modified time | relevance | path

Searched refs:mtime_ts (Results 1 – 15 of 15) sorted by relevance

/dports/archivers/py-bup/bup-0.31/lib/bup/t/
H A Dtxstat.py75 mtime_ts = st[9]
78 WVPASSEQ(mtime_ts[0], 0)
79 WVPASS(mtime_ts[1] == 0 or mtime_ts[1] == frac_ts[1])
94 mtime_ts = st[9]
97 WVPASSEQ(mtime_ts[0], 0)
98 WVPASS(mtime_ts[1] == 0 or mtime_ts[1] == frac_ts[1] * 1000)
113 mtime_ts = st[9]
116 WVPASSEQ(mtime_ts[0], 0)
117 WVPASS(mtime_ts[1] == 0 or mtime_ts[1] == frac_ts[1] * 1000)
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/bareos_libcloud_api/
H A Dbucket_explorer.py116 mtime, mtime_ts = ModificationTime().get_mtime(obj)
124 "mtime": mtime_ts,
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/bareos_libcloud_api/
H A Dbucket_explorer.py116 mtime, mtime_ts = ModificationTime().get_mtime(obj)
124 "mtime": mtime_ts,
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/bareos_libcloud_api/
H A Dbucket_explorer.py116 mtime, mtime_ts = ModificationTime().get_mtime(obj)
124 "mtime": mtime_ts,
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/bareos_libcloud_api/
H A Dbucket_explorer.py116 mtime, mtime_ts = ModificationTime().get_mtime(obj)
124 "mtime": mtime_ts,
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dclient.h114 struct timespec mtime_ts; member
H A Dlibsmbclient.h162 struct timespec mtime_ts; member
/dports/net/samba412/samba-4.12.15/source3/libsmb/
H A Dclilist.c152 finfo->mtime_ts = convert_time_t_to_timespec( in interpret_long_filename()
211 finfo->mtime_ts = convert_time_t_to_timespec( in interpret_long_filename()
253 finfo->mtime_ts = interpret_long_date(p); in interpret_long_filename()
336 finfo->mtime_ts.tv_sec = finfo->atime_ts.tv_sec = finfo->ctime_ts.tv_sec; in interpret_short_filename()
337 finfo->mtime_ts.tv_nsec = finfo->atime_ts.tv_nsec = 0; in interpret_short_filename()
H A Dlibsmb_dir.c187 info->mtime_ts = finfo->mtime_ts; in add_dirplus()
1370 smb_finfo->mtime_ts); in SMBC_readdirplus2_ctx()
H A Dpylibsmb.c1144 convert_timespec_to_time_t(finfo->mtime_ts)); in list_helper()
H A Dcli_smb2_fnum.c1235 finfo->mtime_ts = interpret_long_date((const char *)dir_data + 24); in parse_finfo_id_both_directory_info()
/dports/net/samba412/samba-4.12.15/source3/client/
H A Dclitar.c974 finfo->mtime_ts.tv_sec, in tar_get_file()
975 finfo->mtime_ts.tv_nsec); in tar_get_file()
H A Dclient.c552 if (newer_than && finfo->mtime_ts.tv_sec < newer_than) { in do_this_one()
580 t = finfo->mtime_ts.tv_sec; /* the time is assumed to be passed as GMT */ in display_finfo()
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dtrans2.c5175 struct timespec create_time_ts, mtime_ts, atime_ts, ctime_ts; in smbd_do_qfilepathinfo() local
5231 mtime_ts = psbuf->st_ex_mtime; in smbd_do_qfilepathinfo()
5237 dos_filetime_timespec(&mtime_ts); in smbd_do_qfilepathinfo()
5243 mtime = convert_timespec_to_time_t(mtime_ts); in smbd_do_qfilepathinfo()
5450 put_long_date_full_timespec(conn->ts_res,pdata+16,&mtime_ts); /* write time */ in smbd_do_qfilepathinfo()
5609 put_long_date_full_timespec(conn->ts_res,pdata+16,&mtime_ts); /* write time */ in smbd_do_qfilepathinfo()
5644 put_long_date_full_timespec(conn->ts_res,pdata+0x10,&mtime_ts); /* write time */ in smbd_do_qfilepathinfo()
5794 put_long_date_full_timespec(conn->ts_res,pdata+16,&mtime_ts); /* write time */ in smbd_do_qfilepathinfo()
/dports/net/samba412/samba-4.12.15/examples/fuse/
H A Dclifuse.c496 finfo->mtime_ts = interpret_long_date((const char *)dir_data + 24); in parse_finfo_id_both_directory_info()