Home
last modified time | relevance | path

Searched refs:mtimes (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/make/
H A Ddir.c201 static struct ohash mtimes; variable
249 slot = ohash_qlookupi(&mtimes, file, &end); in record_stamp()
250 n = ohash_find(&mtimes, slot); in record_stamp()
256 ohash_insert(&mtimes, slot, n); in record_stamp()
263 return ohash_find(&mtimes, ohash_qlookupi(&mtimes, file, &efile)); in find_stampi()
361 ohash_init(&mtimes, 4, &stamp_info); in Dir_Init()
720 slot = ohash_qlookup(&mtimes, fullName); in Dir_MTime()
721 entry = ohash_find(&mtimes, slot); in Dir_MTime()
731 ohash_remove(&mtimes, slot); in Dir_MTime()
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Dutime.t13 my @mtimes;
18 push @mtimes, (Time::HiRes::stat($filename))[9];
21 my $delta = $mtimes[1] - $mtimes[0];
22 # print STDERR "mtimes = @mtimes, delta = $delta\n";
/openbsd/usr.sbin/nsd/doc/
H A DRELNOTES1360 - Added zonefiles-check option, default yes, check mtimes of zone files
H A DChangeLog2783 - Added zonefiles-check option, default yes, check mtimes of zone files