Searched refs:st_ctime (Results 1 - 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/lib/libmail/common/
H A Dmaillock.c102 if (t < sbuf.st_ctime + 300) {
149 return (sbuf.st_ctime);
178 * side effect that utime causes st_ctime to be set
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtv.h113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
H A Dtmx.h119 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
123 #define tmxsetctime(s,t) ((s)->st_ctime=tmxsec(t),ST_CTIME_NSEC_SET(s,tmxnsec(t)))
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dtv.h92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
H A Dtmx.h98 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
102 #define tmxsetctime(s,t) ((s)->st_ctime=tmxsec(t),ST_CTIME_NSEC_SET(s,tmxnsec(t)))
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dtv.h113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
H A Dtmx.h119 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
123 #define tmxsetctime(s,t) ((s)->st_ctime=tmxsec(t),ST_CTIME_NSEC_SET(s,tmxnsec(t)))
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dtv.h92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
H A Dtmx.h98 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
102 #define tmxsetctime(s,t) ((s)->st_ctime=tmxsec(t),ST_CTIME_NSEC_SET(s,tmxnsec(t)))
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtv.h113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
H A Dtmx.h119 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
123 #define tmxsetctime(s,t) ((s)->st_ctime=tmxsec(t),ST_CTIME_NSEC_SET(s,tmxnsec(t)))
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dtv.h92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
H A Dtmx.h98 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
102 #define tmxsetctime(s,t) ((s)->st_ctime=tmxsec(t),ST_CTIME_NSEC_SET(s,tmxnsec(t)))
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtv.h113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
H A Dtmx.h119 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
123 #define tmxsetctime(s,t) ((s)->st_ctime=tmxsec(t),ST_CTIME_NSEC_SET(s,tmxnsec(t)))
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dtv.h92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime)
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
H A Dtmx.h98 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s))
102 #define tmxsetctime(s,t) ((s)->st_ctime=tmxsec(t),ST_CTIME_NSEC_SET(s,tmxnsec(t)))
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h55 time_t st_ctime; member in struct:stat
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathcheck.c65 o = st.st_ctime;
/illumos-gate/usr/src/cmd/cron/
H A Datq.c479 if (stbuf1.st_ctime < stbuf2.st_ctime)
481 else if (stbuf1.st_ctime > stbuf2.st_ctime)
/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtls.c87 tm = (flags & LS_ATIME) ? st->st_atime : (flags & LS_CTIME) ? st->st_ctime : st->st_mtime;
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_stat.c191 bsdbuf->st_ctime = nbuf->st_ctim.tv_sec;
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h335 #define st_ctime st_ctim.tv_sec macro
339 #define st_ctime st_ctim.__tv_sec macro
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mark.c355 } else if (estp->st_ctime > ddate) {
365 (uint_t)estp->st_ctime, (uint_t)ddate);
370 (uint_t)estp->st_ctime, (uint_t)ddate);
/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c542 if (stat_buf.st_ctime > latest) {
544 latest = stat_buf.st_ctime;

Completed in 97 milliseconds

12