MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / _date_get_seconds

Function _date_get_seconds

src/common.c:328–331  ·  view source on GitHub ↗

@ @ requires 0 <= seconds2 <= 31; @ terminates \true; @ ensures 0 <= \result <= 62; @ assigns \nothing; @*/

Source from the content-addressed store, hash-verified

326 @ assigns \nothing;
327 @*/
328static unsigned long int _date_get_seconds(const unsigned long int seconds2)
329{
330 return seconds2 << 1;
331}
332
333/*@
334 @ requires 0 <= m <= 0x3f;

Callers 1

date_dos2unixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected