Home
last modified time | relevance | path

Searched refs:ST_MTIME_NSEC (Results 1 – 25 of 31) sorted by relevance

12

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dcompat.h111 # define ST_MTIME_NSEC(st) ((unsigned long)(st).st_mtim.tv_nsec) macro
116 # define ST_MTIME_NSEC(st) ((unsigned long)(st).st_mtimespec.tv_nsec) macro
120 # define ST_MTIME_NSEC(st) 0UL macro
135 ST_NTIMES_EQUAL(ST_MTIME_NSEC(*(st1)), ST_MTIME_NSEC(*(st2))))
H A Dmacros.h268 ST_MTIME_NSEC(st_a) != ST_MTIME_NSEC(st_b) || \
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_io.h46 #define ST_MTIME_NSEC(statstruct) ((statstruct)->st_mtimespec.tv_nsec) macro
54 #define ST_MTIME_NSEC(statstruct) ((statstruct)->st_mtim.tv_nsec) macro
62 #define ST_MTIME_NSEC(statstruct) ((statstruct)->st_mtimensec) macro
68 #define ST_MTIME_NSEC(statstruct) 0 macro
/dports/net/rsync/rsync-3.2.3/
H A Dsyscall.c500 ts.tv_nsec = stp->ST_MTIME_NSEC;
558 #ifdef ST_MTIME_NSEC
559 t[1].tv_nsec = stp->ST_MTIME_NSEC;
582 #ifdef ST_MTIME_NSEC
583 t[1].tv_usec = stp->ST_MTIME_NSEC / 1000;
606 #ifdef ST_MTIME_NSEC
607 t[1].tv_usec = stp->ST_MTIME_NSEC / 1000;
H A Dtls.c198 #ifdef ST_MTIME_NSEC in list_file()
200 nsecs = (int)buf.ST_MTIME_NSEC; in list_file()
240 #ifdef ST_MTIME_NSEC
H A Drsync.c506 #ifdef ST_MTIME_NSEC in same_mtime()
508 uint32 f2_nsec = (uint32)st->ST_MTIME_NSEC; in same_mtime()
626 #ifdef ST_MTIME_NSEC in set_file_attrs()
627 sx2.st.ST_MTIME_NSEC = F_MOD_NSEC_or_0(file); in set_file_attrs()
H A Dsender.c146 #ifdef ST_MTIME_NSEC in successful_send()
147 || (NSEC_BUMP(file) && (uint32)st.ST_MTIME_NSEC != F_MOD_NSEC(file)) in successful_send()
H A Drsync.h416 #define ST_MTIME_NSEC st_mtim.tv_nsec macro
419 #define ST_MTIME_NSEC st_mtimensec macro
422 #define ST_MTIME_NSEC st_mtimespec.tv_nsec macro
H A Dflist.c1392 #ifdef ST_MTIME_NSEC in make_file()
1393 if (st.ST_MTIME_NSEC && protocol_version >= 31) in make_file()
1448 #ifdef ST_MTIME_NSEC in make_file()
1449 if (st.ST_MTIME_NSEC && protocol_version >= 31) { in make_file()
1451 F_MOD_NSEC(file) = st.ST_MTIME_NSEC; in make_file()
H A Dgenerator.c394 #ifdef ST_MTIME_NSEC in mtime_differs()
395 return !same_time(stp->st_mtime, stp->ST_MTIME_NSEC, file->modtime, F_MOD_NSEC_or_0(file)); in mtime_differs()
2134 #ifdef ST_MTIME_NSEC in touch_up_dirs()
2135 st.ST_MTIME_NSEC = F_MOD_NSEC_or_0(file); in touch_up_dirs()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/storage/file/
H A Dsieve-file-script.c488 ST_MTIME_NSEC(fscript->st) >= ST_MTIME_NSEC(fscript->lnk_st)) ) { in sieve_file_script_binary_read_metadata()
496 ST_MTIME_NSEC(*bstat) <= ST_MTIME_NSEC(*sstat)) ) { in sieve_file_script_binary_read_metadata()
503 ST_MTIME_NSEC(*bstat), in sieve_file_script_binary_read_metadata()
505 ST_MTIME_NSEC(*sstat)); in sieve_file_script_binary_read_metadata()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/maildir/
H A Dmaildir-sync.c457 ctx->mbox->maildir_hdr.new_mtime_nsecs = ST_MTIME_NSEC(st); in maildir_scan_dir()
461 ctx->mbox->maildir_hdr.cur_mtime_nsecs = ST_MTIME_NSEC(st); in maildir_scan_dir()
574 ST_MTIME_NSEC(st); in maildir_scan_dir()
581 ST_MTIME_NSEC(st); in maildir_scan_dir()
633 !ST_NTIMES_EQUAL(ST_MTIME_NSEC(st), (hdr)->name ## _mtime_nsecs)) in maildir_sync_quick_check()
H A Dmaildir-sync-index.c280 mbox->maildir_hdr.cur_mtime_nsecs = ST_MTIME_NSEC(st); in maildir_sync_index_update_ext_header()
/dports/devel/git-svn/git-2.34.1/
H A Dgit-compat-util.h1168 #define ST_MTIME_NSEC(st) 0 macro
1172 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtimespec.tv_nsec)) macro
1175 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtim.tv_nsec)) macro
H A Dread-cache.c152 sd->sd_mtime.nsec = ST_MTIME_NSEC(*st);
171 if (check_stat && sd->sd_mtime.nsec != ST_MTIME_NSEC(*st))
2331 istate->timestamp.nsec = ST_MTIME_NSEC(st);
3071 istate->timestamp.nsec = ST_MTIME_NSEC(st);
/dports/devel/git-gui/git-2.34.1/
H A Dgit-compat-util.h1168 #define ST_MTIME_NSEC(st) 0 macro
1172 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtimespec.tv_nsec)) macro
1175 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtim.tv_nsec)) macro
H A Dread-cache.c152 sd->sd_mtime.nsec = ST_MTIME_NSEC(*st); in fill_stat_data()
171 if (check_stat && sd->sd_mtime.nsec != ST_MTIME_NSEC(*st)) in match_stat_data()
2331 istate->timestamp.nsec = ST_MTIME_NSEC(st); in do_read_index()
3071 istate->timestamp.nsec = ST_MTIME_NSEC(st); in do_write_index()
/dports/devel/git-p4/git-2.34.1/
H A Dgit-compat-util.h1168 #define ST_MTIME_NSEC(st) 0 macro
1172 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtimespec.tv_nsec)) macro
1175 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtim.tv_nsec)) macro
H A Dread-cache.c152 sd->sd_mtime.nsec = ST_MTIME_NSEC(*st); in fill_stat_data()
171 if (check_stat && sd->sd_mtime.nsec != ST_MTIME_NSEC(*st)) in match_stat_data()
2331 istate->timestamp.nsec = ST_MTIME_NSEC(st); in do_read_index()
3071 istate->timestamp.nsec = ST_MTIME_NSEC(st); in do_write_index()
/dports/devel/git/git-2.34.1/
H A Dgit-compat-util.h1168 #define ST_MTIME_NSEC(st) 0 macro
1172 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtimespec.tv_nsec)) macro
1175 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtim.tv_nsec)) macro
H A Dread-cache.c152 sd->sd_mtime.nsec = ST_MTIME_NSEC(*st); in fill_stat_data()
171 if (check_stat && sd->sd_mtime.nsec != ST_MTIME_NSEC(*st)) in match_stat_data()
2331 istate->timestamp.nsec = ST_MTIME_NSEC(st); in do_read_index()
3071 istate->timestamp.nsec = ST_MTIME_NSEC(st); in do_write_index()
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-compat-util.h1168 #define ST_MTIME_NSEC(st) 0 macro
1172 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtimespec.tv_nsec)) macro
1175 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtim.tv_nsec)) macro
H A Dread-cache.c152 sd->sd_mtime.nsec = ST_MTIME_NSEC(*st); in fill_stat_data()
171 if (check_stat && sd->sd_mtime.nsec != ST_MTIME_NSEC(*st)) in match_stat_data()
2331 istate->timestamp.nsec = ST_MTIME_NSEC(st); in do_read_index()
3071 istate->timestamp.nsec = ST_MTIME_NSEC(st); in do_write_index()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-compat-util.h1129 #define ST_MTIME_NSEC(st) 0 macro
1133 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtimespec.tv_nsec)) macro
1136 #define ST_MTIME_NSEC(st) ((unsigned int)((st).st_mtim.tv_nsec)) macro
H A Dread-cache.c143 sd->sd_mtime.nsec = ST_MTIME_NSEC(*st); in fill_stat_data()
162 if (check_stat && sd->sd_mtime.nsec != ST_MTIME_NSEC(*st)) in match_stat_data()
2245 istate->timestamp.nsec = ST_MTIME_NSEC(st); in do_read_index()
3032 istate->timestamp.nsec = ST_MTIME_NSEC(st); in do_write_index()

12