Home
last modified time | relevance | path

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

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dcompat.h112 # define ST_CTIME_NSEC(st) ((unsigned long)(st).st_ctim.tv_nsec) macro
117 # define ST_CTIME_NSEC(st) ((unsigned long)(st).st_ctimespec.tv_nsec) macro
121 # define ST_CTIME_NSEC(st) 0UL macro
138 ST_NTIMES_EQUAL(ST_CTIME_NSEC(*(st1)), ST_CTIME_NSEC(*(st2))))
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_io.h47 #define ST_CTIME_NSEC(statstruct) ((statstruct)->st_ctimespec.tv_nsec) macro
55 #define ST_CTIME_NSEC(statstruct) ((statstruct)->st_ctim.tv_nsec) macro
63 #define ST_CTIME_NSEC(statstruct) ((statstruct)->st_ctimensec) macro
69 #define ST_CTIME_NSEC(statstruct) 0 macro
H A Dpal_io.c161 dst->CTimeNsec = ST_CTIME_NSEC(src); in ConvertFileStatus()
/dports/devel/git-svn/git-2.34.1/
H A Dgit-compat-util.h1167 #define ST_CTIME_NSEC(st) 0 macro
1171 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctimespec.tv_nsec)) macro
1174 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctim.tv_nsec)) macro
H A Dread-cache.c151 sd->sd_ctime.nsec = ST_CTIME_NSEC(*st);
174 sd->sd_ctime.nsec != ST_CTIME_NSEC(*st))
/dports/devel/git-gui/git-2.34.1/
H A Dgit-compat-util.h1167 #define ST_CTIME_NSEC(st) 0 macro
1171 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctimespec.tv_nsec)) macro
1174 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctim.tv_nsec)) macro
H A Dread-cache.c151 sd->sd_ctime.nsec = ST_CTIME_NSEC(*st); in fill_stat_data()
174 sd->sd_ctime.nsec != ST_CTIME_NSEC(*st)) in match_stat_data()
/dports/devel/git-p4/git-2.34.1/
H A Dgit-compat-util.h1167 #define ST_CTIME_NSEC(st) 0 macro
1171 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctimespec.tv_nsec)) macro
1174 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctim.tv_nsec)) macro
H A Dread-cache.c151 sd->sd_ctime.nsec = ST_CTIME_NSEC(*st); in fill_stat_data()
174 sd->sd_ctime.nsec != ST_CTIME_NSEC(*st)) in match_stat_data()
/dports/devel/git/git-2.34.1/
H A Dgit-compat-util.h1167 #define ST_CTIME_NSEC(st) 0 macro
1171 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctimespec.tv_nsec)) macro
1174 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctim.tv_nsec)) macro
H A Dread-cache.c151 sd->sd_ctime.nsec = ST_CTIME_NSEC(*st); in fill_stat_data()
174 sd->sd_ctime.nsec != ST_CTIME_NSEC(*st)) in match_stat_data()
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-compat-util.h1167 #define ST_CTIME_NSEC(st) 0 macro
1171 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctimespec.tv_nsec)) macro
1174 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctim.tv_nsec)) macro
H A Dread-cache.c151 sd->sd_ctime.nsec = ST_CTIME_NSEC(*st); in fill_stat_data()
174 sd->sd_ctime.nsec != ST_CTIME_NSEC(*st)) in match_stat_data()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-compat-util.h1128 #define ST_CTIME_NSEC(st) 0 macro
1132 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctimespec.tv_nsec)) macro
1135 #define ST_CTIME_NSEC(st) ((unsigned int)((st).st_ctim.tv_nsec)) macro
H A Dread-cache.c142 sd->sd_ctime.nsec = ST_CTIME_NSEC(*st); in fill_stat_data()
165 sd->sd_ctime.nsec != ST_CTIME_NSEC(*st)) in match_stat_data()