Searched refs:pmtime (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/pax/
H A Dfile_subs.c226 if (patime || pmtime)
605 } else if (pmode || patime || pmtime)
609 if (patime || pmtime)
798 if (!frc && (!patime || !pmtime)) {
807 if (!pmtime)
812 if (!pmtime)
H A Doptions.c380 pmtime = 1;
395 pmtime = 0;
942 pmtime = 0;
974 pmtime = 1;
1022 pmtime = 1;
1502 pmtime = 0;
1570 pmtime = 1;
H A Dextern.h251 extern int pmtime;
H A Dpax.c99 int pmtime = 1; /* preserve file modification times */ variable
H A Dtables.c950 * remember to force the times, set_ftime() looks at pmtime
1265 if (patime || pmtime)
1289 if (patime || pmtime)
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dcompare.c304 time_t pmtime = ps->st_mtimespec.tv_sec; local
309 time_t pmtime = (time_t)ps->st_mtime; local
313 tv[1].tv_sec = pmtime;
322 printf("%.24s", ctime(&pmtime));

Completed in 84 milliseconds