/illumos-gate/usr/src/lib/libmail/common/ |
H A D | maillock.c | 100 if (t < sbuf.st_ctime + 300) { in maillock() 147 return (sbuf.st_ctime); in lock1()
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | atq.c | 482 if (stbuf1.st_ctime < stbuf2.st_ctime) in creation() 484 else if (stbuf1.st_ctime > stbuf2.st_ctime) in creation()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | tv | 64 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime) 68 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
|
H A D | tmx | 77 #define tmxgetctime(s) tmxsns((s)->st_ctime,ST_CTIME_NSEC_GET(s)) 81 #define tmxsetctime(s,t) ((s)->st_ctime=tmxsec(t),ST_CTIME_NSEC_SET(s,tmxnsec(t)))
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | tv | 92 #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 D | tmx | 98 #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/cmd/ast/libast/i386/FEATURE/ |
H A D | tv | 92 #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 D | tmx | 98 #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/cmd/ast/libast/sparc/FEATURE/ |
H A D | tv | 92 #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 D | tmx | 98 #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/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | tv | 92 #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 D | tmx | 98 #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/contrib/ast/src/lib/libast/path/ |
H A D | pathcheck.c | 65 o = st.st_ctime; in pathcheck()
|
H A D | pathprobe.c | 218 if (ptime <= (unsigned long)st.st_mtime || ptime <= (unsigned long)st.st_ctime) in pathprobe_20100601()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stat.h | 335 #define st_ctime st_ctim.tv_sec 339 #define st_ctime st_ctim.__tv_sec
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | fmtls.c | 87 tm = (flags & LS_ATIME) ? st->st_atime : (flags & LS_CTIME) ? st->st_ctime : st->st_mtime; in fmtls()
|
/illumos-gate/usr/src/cmd/power/ |
H A D | sys-suspend.c | 546 if (stat_buf.st_ctime > latest) { in get_xauthority() 549 latest = stat_buf.st_ctime; in get_xauthority()
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_mark.c | 355 } else if (estp->st_ctime > ddate) { in mark_cb() 365 (uint_t)estp->st_ctime, (uint_t)ddate); in mark_cb() 370 (uint_t)estp->st_ctime, (uint_t)ddate); in mark_cb()
|
H A D | ndmpd_fhistory.c | 176 entry->fstat.ctime = (ulong_t)file_stat->st_ctime; in ndmpd_api_file_history_path_v2() 352 entry->fstat.ctime = (ulong_t)file_stat->st_ctime; in ndmpd_api_file_history_node_v2() 486 file_stat_entry->ctime = file_stat->st_ctime; in ndmpd_api_file_history_file_v3() 701 file_stat_entry->ctime = file_stat->st_ctime; in ndmpd_api_file_history_node_v3()
|
H A D | ndmpd_tar.c | 411 if (attr->st_ctime > bksp->bs_ldate) { in timecmp() 414 (uint_t)attr->st_ino, (uint_t)attr->st_ctime, in timecmp() 419 (uint_t)attr->st_ino, (uint_t)attr->st_ctime, in timecmp() 425 (uint_t)attr->st_ctime, (uint_t)bksp->bs_ldate); in timecmp()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/ctime/ |
H A D | ctime_001_pos.c | 91 *ptr = stat_buf.st_ctime; in get_file_time()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | stat.h | 181 #define st_ctime st_ctim.tv_sec macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | shiocmd_solaris.c | 403 { "ctime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_ctime), sizeof(Sp->st_ctime), make_time},
|
/illumos-gate/usr/src/cmd/zlook/ |
H A D | zlook.c | 165 if (ctime_r(&sb->st_ctime, timebuf, 512)) { in print_stats()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | iffe.tst | 284 elif mem stat.st_ctime sys/types.h sys/stat.h { 322 elif mem stat.st_ctime sys/types.h sys/stat.h { 341 #define _mem_st_ctime_stat 1 /* st_ctime is a member of struct stat */ 352 iffe: test: is st_ctime a member of struct stat ... yes 362 elif mem foo_stat.st_ctime sys/types.h sys/stat.h { 391 iffe: test: is st_ctime a member of struct foo_stat ... no 403 elif mem foo_stat.st_ctime sys/types.h sys/stat.h { 429 iffe: test: is st_ctime a member of struct foo_stat ... no
|