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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dtimegm.c90 const time_t * const timep,
H A DTime.c82 localsub(const time_t * const timep, const long offset, struct tm * const tmp);
92 const time_t * const timep,
118 if (*timep >= lp->ls_trans) {
119 if (*timep == lp->ls_trans) {
135 days = *timep / SECSPERDAY;
136 rem = *timep % SECSPERDAY;
664 const time_t * const timep,
683 timesub(timep, offset, gmtptr, tmp);
715 localsub(const time_t * const timep, const long offset, struct tm * const tmp) argument
720 const time_t t = *timep;
91 timesub( const time_t * const timep, const long offset, const struct state * const sp, struct tm * const tmp ) argument
663 gmtsub( const time_t * const timep, const long offset, struct tm * const tmp ) argument
[all...]

Completed in 193 milliseconds