Home
last modified time | relevance | path

Searched refs:modtime (Results 1 – 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/cmd/mailx/
H A Dedit.c102 long modtime; in edit1() local
166 modtime = 0; in edit1()
168 modtime = statb.st_mtime; in edit1()
207 if (modtime == statb.st_mtime) { in edit1()
/illumos-gate/usr/src/uts/common/sys/
H A Dutime.h42 time_t modtime; /* modification time */ member
51 time32_t modtime; /* modification time */ member
/illumos-gate/usr/src/lib/libpkg/common/
H A Dputcfile.c163 ((a_ept->cinfo.modtime == BADCONT) ? " ?" : " %ld"), in putcfile()
164 a_ept->cinfo.modtime) < 0) in putcfile()
348 ((a_ept->cinfo.modtime == BADCONT) ? " ?" : " %ld"), in putcvfpfile()
349 a_ept->cinfo.modtime); in putcvfpfile()
H A Dverify.c168 if (setval || (cinfo->modtime == BADCONT)) { in cverify()
169 cinfo->modtime = status.st_mtime; in cverify()
170 } else if (status.st_mtime != cinfo->modtime) { in cverify()
173 times.actime = cinfo->modtime; in cverify()
174 times.modtime = cinfo->modtime; in cverify()
182 localtime(&cinfo->modtime)) == 0) { in cverify()
859 if (cinfo->modtime != status.st_mtime) { in fverify()
H A Dckvolseq.c58 cinfo.cksum = cinfo.size = cinfo.modtime = (-1L); in ckvolseq()
72 cinfo.modtime = (-1); in ckvolseq()
H A Dppkgmap.c106 ((ept->cinfo.modtime == BADCONT) ? " ?" : " %ld"), in ppkgmap()
107 ept->cinfo.modtime) < 0) in ppkgmap()
H A Dtputcfent.c149 if (ept->cinfo.modtime > 0) { in tputcfent()
150 timep = localtime(&(ept->cinfo.modtime)); in tputcfent()
H A Dgpkgmap.c157 ept->cinfo.modtime = -1L; in gpkgmap()
245 getnum(fp, 10, (long *)&ept->cinfo.modtime, in gpkgmap()
383 getnum(fp, 10, (long *)&ept->cinfo.modtime, BADCONT))) { in gpkgmap()
659 ept->cinfo.modtime = (-1L); in gpkgmapvfp()
768 (long *)&ept->cinfo.modtime, BADCONT))) { in gpkgmapvfp()
922 (long *)&ept->cinfo.modtime, BADCONT))) { in gpkgmapvfp()
H A Dsrchcfile.c158 ept->cinfo.modtime = BADCONT; in srchcfile()
361 getnumvfp(&p, 10, (long *)&ept->cinfo.modtime, BADCONT)) { in srchcfile()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfinalck.c130 ept->cinfo.modtime = BADCONT; in finalck_error()
190 ept->cinfo.modtime = BADCONT; in finalck_warning()
H A Dcopyf.c159 times.modtime = srcStatbuf.st_mtime; in copyf()
162 times.modtime = a_mytime; in copyf()
H A Dpkgdbmerg.c975 } else if (cf_ent->cinfo.modtime != in merg()
976 el_ent->cf_ent.cinfo.modtime) { in merg()
/illumos-gate/usr/src/cmd/mail/
H A Dstamp.c37 if ((access(mailfile, A_EXIST) == A_OK) && (utimep->modtime != -1)) in stamp()
H A Dprintmail.c105 utimep->modtime = stbufp->st_mtime; in printmail()
146 if (utimep->modtime < utimep->actime) { in printmail()
H A Dinit.c259 utims.actime = utims.modtime = -1; in init()
H A Dmail.h60 time_t modtime; member
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dutimes.c35 utb.modtime = (time_t)tvp[1].tv_sec; in __utimes()
/illumos-gate/usr/src/head/
H A Dpkgstrct.h66 time_t modtime; member
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dmovedir.c88 times.modtime = statbuf.st_mtime; in move_dir()
/illumos-gate/usr/src/cmd/news/
H A Dnews.c357 long actime, modtime; in late_news() member
383 utb.actime = utb.modtime = n_list[0].n_time; in late_news()
/illumos-gate/usr/src/lib/libmail/common/
H A Dmaillock.c180 tp.modtime = sbuf.st_mtime; in touchlock()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dutimesys.c67 ts[1].tv_sec = ltimes.modtime; in utime()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c217 times.modtime = srcStatbuf.st_mtime; in cppath()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtvtouch.c235 am.modtime = (mv == TV_TOUCH_RETAIN) ? st.st_mtime : mv->tv_sec; in tvtouch()
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c736 if (copyf(svept->ainfo.local, temp, svept->cinfo.modtime)) in outvol()
758 eptlist[i]->cinfo.modtime)) { in outvol()

12