Searched refs:totalsecs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dtimeconv.c72 * @totalsecs the number of seconds elapsed since 00:00:00 on January 1, 1970,
74 * @offset offset seconds adding to totalsecs.
77 void time_to_tm(time_t totalsecs, int offset, struct tm *result) argument
82 days = totalsecs / SECS_PER_DAY;
83 rem = totalsecs % SECS_PER_DAY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtime.h199 void time_to_tm(time_t totalsecs, int offset, struct tm *result);

Completed in 89 milliseconds