Searched refs:modtime (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dutime.h44 time_t modtime; /* modification time */ member in struct:utimbuf
53 time32_t modtime; /* modification time */ member in struct:utimbuf32
/illumos-gate/usr/src/cmd/mail/
H A Dstamp.c37 if ((access(mailfile, A_EXIST) == A_OK) && (utimep->modtime != -1))
H A Dinit.c261 utims.actime = utims.modtime = -1;
H A Dprintmail.c107 utimep->modtime = stbufp->st_mtime;
148 if (utimep->modtime < utimep->actime) {
H A Dmail.h60 time_t modtime; member in struct:utimbuf
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dutimes.c35 utb.modtime = (time_t)tvp[1].tv_sec;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dckvolseq.c58 cinfo.cksum = cinfo.size = cinfo.modtime = (-1L);
72 cinfo.modtime = (-1);
H A Dppkgmap.c106 ((ept->cinfo.modtime == BADCONT) ? " ?" : " %ld"),
107 ept->cinfo.modtime) < 0)
H A Dputcfile.c163 ((a_ept->cinfo.modtime == BADCONT) ? " ?" : " %ld"),
164 a_ept->cinfo.modtime) < 0)
240 * /file f class mode owner group size cksum modtime SUNWxxx
242 * /file v class mode owner group size cksum modtime SUNWxxx
243 * /file e class mode owner group size cksum modtime SUNWxxx
332 /* if f/v/e, write out size, cksum, modtime */
346 /* modtime */
348 ((a_ept->cinfo.modtime == BADCONT) ? " ?" : " %ld"),
349 a_ept->cinfo.modtime);
H A Dtputcfent.c149 if (ept->cinfo.modtime > 0) {
150 timep = localtime(&(ept->cinfo.modtime));
H A Dverify.c165 /* 0 reports modtime failure */
168 if (setval || (cinfo->modtime == BADCONT)) {
169 cinfo->modtime = status.st_mtime;
170 } else if (status.st_mtime != cinfo->modtime) {
173 times.actime = cinfo->modtime;
174 times.modtime = cinfo->modtime;
182 localtime(&cinfo->modtime)) == 0) {
859 if (cinfo->modtime != status.st_mtime) {
H A Dsrchcfile.c158 ept->cinfo.modtime = BADCONT;
361 getnumvfp(&p, 10, (long *)&ept->cinfo.modtime, BADCONT)) {
H A Dgpkgmap.c152 ept->cinfo.cksum = ept->cinfo.modtime = ept->cinfo.size = (-1L);
239 getnum(fp, 10, (long *)&ept->cinfo.modtime,
377 getnum(fp, 10, (long *)&ept->cinfo.modtime, BADCONT))) {
654 ept->cinfo.modtime = (-1L);
763 (long *)&ept->cinfo.modtime, BADCONT))) {
918 (long *)&ept->cinfo.modtime, BADCONT))) {
/illumos-gate/usr/src/head/
H A Dpkgstrct.h68 time_t modtime; member in struct:cinfo
/illumos-gate/usr/src/cmd/mailx/
H A Dedit.c104 long modtime; local
168 modtime = 0;
170 modtime = statb.st_mtime;
209 if (modtime == statb.st_mtime) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfinalck.c130 ept->cinfo.modtime = BADCONT;
190 ept->cinfo.modtime = BADCONT;
H A Dcopyf.c159 times.modtime = srcStatbuf.st_mtime;
162 times.modtime = a_mytime;
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dmovedir.c88 times.modtime = statbuf.st_mtime;
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dutimesys.c63 ts[1].tv_sec = ltimes.modtime;
/illumos-gate/usr/src/lib/libmail/common/
H A Dmaillock.c182 tp.modtime = sbuf.st_mtime;
/illumos-gate/usr/src/cmd/news/
H A Dnews.c359 long actime, modtime; member in struct:__anon986
385 utb.actime = utb.modtime = n_list[0].n_time;
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c217 times.modtime = srcStatbuf.st_mtime;
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtvtouch.c235 am.modtime = (mv == TV_TOUCH_RETAIN) ? st.st_mtime : mv->tv_sec;
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c441 u_times.modtime = status.st_mtime;
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c349 ts[1].tv_sec = ltimes.modtime;

Completed in 89 milliseconds

12