MCPcopy Create free account
hub / github.com/boostorg/build / timestamp_init

Function timestamp_init

v2/engine/timestamp.c:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168void timestamp_init( timestamp * const time, time_t const secs, int const nsecs
169 )
170{
171 time->secs = secs;
172 time->nsecs = nsecs;
173}
174
175
176void timestamp_max( timestamp * const max, timestamp const * const lhs,

Callers 11

file_queryFunction · 0.85
file_query_posix_Function · 0.85
hcache_initFunction · 0.85
timestamp_from_filetimeFunction · 0.85
timestamp_currentFunction · 0.85
file_archscanFunction · 0.85
file_archscanFunction · 0.85
file_archscan_smallFunction · 0.85
file_archscan_bigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected