Searched refs:funcp (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
| H A D | timegm.c | 82 time2(struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*),
|
| H A D | Time.c | 247 void (* const funcp)(const time_t*, long, struct tm*), 339 (*funcp)(&t, offset, &mytm); // Convert t to broken-down time in mytm 363 (((void *) funcp == (void *) localsub) ? 377 (*funcp)(&newt, offset, &mytm); 396 (*funcp)(&t, offset, tmp); 402 time2(struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*), 412 t = time2sub(tmp, funcp, offset, okayp, FALSE); 413 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE); 419 void (* const funcp)(const time_t *, long, struct tm *), 435 t = time2(tmp, funcp, offse [all...] |
Completed in 55 milliseconds