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

/freebsd-10-stable/bin/pax/
H A Dfile_subs.c159 if (patime || pmtime)
474 } else if (pmode || patime || pmtime)
478 if (patime || pmtime)
638 if (!frc && (!patime || !pmtime)) {
646 if (!pmtime)
H A Doptions.c293 pmtime = 1;
299 pmtime = 0;
667 pmtime = 0;
728 pmtime = 1;
1031 pmtime = 0;
1085 pmtime = 1;
H A Dpax.c93 int pmtime = 1; /* preserve file modification times */ variable
H A Dextern.h226 extern int pmtime;
H A Dtables.c938 * remember to force the times, set_ftime() looks at pmtime
1198 if (patime || pmtime)
/freebsd-10-stable/contrib/mtree/
H A Dcompare.c329 time_t pmtime = ps->st_mtimespec.tv_sec; local
334 time_t pmtime = (time_t)ps->st_mtime; local
338 tv[1].tv_sec = pmtime;
349 printf("%.24s", ctime(&pmtime));

Completed in 196 milliseconds