Lines Matching refs:timeptr
55 time_t mktime (struct tm *timeptr);
59 char * asctime (const struct tm *timeptr);
66 const struct tm * __restrict timeptr);
183 in the structure pointed to by timeptr into a calendar time value with the
194 @param[in] timeptr Pointer to a broken-down time to be converted.
200 time_t mktime(struct tm *timeptr);
220 to by timeptr into a string in the form<BR>
225 @param[in] timeptr A pointer to a broken-down time to convert.
229 char * asctime(const struct tm *timeptr);
289 broken-down time structure pointed to by timeptr, as specified in brackets
413 @param timeptr Pointer to a broken-down time structure containing the
425 const struct tm * __restrict timeptr);