Searched refs:timestamp_copy (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | timestamp.cpp | 107 void timestamp_copy( timestamp * const target, timestamp const * const source ) in timestamp_copy() function 172 timestamp_copy( max, lhs ); in timestamp_max() 174 timestamp_copy( max, rhs ); in timestamp_max()
|
D | timestamp.h | 31 void timestamp_copy( timestamp * const target, timestamp const * const source );
|
D | make.cpp | 505 timestamp_copy( &last, &leaf ); in make0() 528 timestamp_copy( &hlast, &t->includes->time ); in make0() 679 timestamp_copy( &t->leaf, timestamp_empty( &leaf ) ? &t->time : &leaf ); in make0()
|
D | hcache.cpp | 307 timestamp_copy( &c->time, &cachedata.time ); in hcache_init() 525 timestamp_copy( &c->time, &t->time ); in hcache()
|
D | filesys.cpp | 254 timestamp_copy( time, &ff->time ); in file_time()
|
D | execunix.cpp | 556 timestamp_copy( &time_info.start, &cmdtab[ i ].start_dt ); in exec_wait()
|
D | make1.cpp | 578 timestamp_copy( &time_info.end, &time_info.start ); in make1c()
|