Searched defs:ST_CTIME_NSEC_SET (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtv.h108 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n)) macro
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dtv.h87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n)) macro
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dtv.h108 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n)) macro
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dtv.h87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n)) macro
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtv.h108 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n)) macro
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dtv.h87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n)) macro
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtv.h108 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n)) macro
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dtv.h87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)=(n)) macro
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec)

Completed in 48 milliseconds