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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dtime.h199 void time_to_tm(time_t totalsecs, int offset, struct tm *result);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dtime.h199 void time_to_tm(time_t totalsecs, int offset, struct tm *result);

Completed in 87 milliseconds