Home
last modified time | relevance | path

Searched refs:pmtime (Results 1 – 7 of 7) sorted by relevance

/freebsd/bin/pax/
H A Dfile_subs.c153 if (patime || pmtime) in file_close()
468 } else if (pmode || patime || pmtime) in node_creat()
472 if (patime || pmtime) in node_creat()
632 if (!frc && (!patime || !pmtime)) { in set_ftime()
640 if (!pmtime) in set_ftime()
H A Doptions.c287 pmtime = 1; in pax_options()
293 pmtime = 0; in pax_options()
661 pmtime = 0; in tar_options()
722 pmtime = 1; in tar_options()
1025 pmtime = 0; in cpio_options()
1079 pmtime = 1; in cpio_options()
H A Dpax.c81 int pmtime = 1; /* preserve file modification times */ variable
H A Dextern.h223 extern int pmtime;
H A Dtables.c1192 if (patime || pmtime) in proc_dir()
/freebsd/sys/dev/intel/
H A Dpchtherm.c80 unsigned int pmtime; member
203 sc->pmtime = 1<<((val>>9)&7); in pchtherm_attach()
212 &sc->pmtime, 0,"Thermal sensor idle duration"); in pchtherm_attach()
/freebsd/contrib/mtree/
H A Dcompare.c329 time_t pmtime = ps->st_mtimespec.tv_sec; in compare() local
334 time_t pmtime = (time_t)ps->st_mtime; in compare() local
338 tv[1].tv_sec = pmtime; in compare()
349 printf("%.24s", ctime(&pmtime)); in compare()