Searched refs:timeptr (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dtime.h55 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, a
[all...]
H A Dwchar.h125 const struct tm * __restrict timeptr);
1375 size_t wcsftime(wchar_t * __restrict S, size_t maxsize, const wchar_t * __restrict format, const struct tm * __restrict timeptr);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dwcsftime.c59 const wchar_t *format, const struct tm *timeptr)
92 if (strftime(dst, maxsize, sformat, timeptr) == 0)
58 wcsftime(wchar_t *wcs, size_t maxsize, const wchar_t *format, const struct tm *timeptr) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c495 in the structure pointed to by timeptr into a calendar time value with the
514 mktime(struct tm *timeptr) argument
521 result = time1(timeptr, &localsub, 0L);
600 to by timeptr into a string in the form
604 char *asctime(const struct tm *timeptr)
615 wday_name[timeptr->tm_wday],
616 mon_name[timeptr->tm_mon],
617 timeptr->tm_mday, timeptr->tm_hour,
618 timeptr
625 asctime(const struct tm *timeptr) argument
[all...]
H A Dstrftime.c96 const struct tm * __restrict timeptr
104 p = _fmt(((format == NULL) ? "%c" : format), timeptr, s, s + maxsize, &warn);

Completed in 330 milliseconds