Searched refs:mtimes (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/make/ |
H A D | dir.c | 201 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 D | utime.t | 13 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 D | RELNOTES | 1360 - Added zonefiles-check option, default yes, check mtimes of zone files
|
H A D | ChangeLog | 2783 - Added zonefiles-check option, default yes, check mtimes of zone files
|