MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / d_mtime

Function d_mtime

dep/hfsutils/libhfs/data.c:479–485  ·  view source on GitHub ↗

* NAME: data->mtime() * DESCRIPTION: convert local time to MacOS time */

Source from the content-addressed store, hash-verified

477 * DESCRIPTION: convert local time to MacOS time
478 */
479unsigned long d_mtime(time_t ltime)
480{
481 if (tzdiff == -1)
482 calctzdiff();
483
484 return (unsigned long) (ltime + tzdiff) + TIMEDIFF;
485}

Callers 9

r_packdirentFunction · 0.85
v_writemdbFunction · 0.85
v_adjvalenceFunction · 0.85
v_mkdirFunction · 0.85
hfs_vsetattrFunction · 0.85
hfs_createFunction · 0.85
hfs_writeFunction · 0.85
hfs_truncateFunction · 0.85
hfs_formatFunction · 0.85

Calls 1

calctzdiffFunction · 0.85

Tested by

no test coverage detected