Searched defs:okayp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c249 int * const okayp,
262 *okayp = FALSE;
397 *okayp = TRUE;
403 const long offset, int * const okayp)
412 t = time2sub(tmp, funcp, offset, okayp, FALSE);
413 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE);
245 time2sub( struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*), const long offset, int * const okayp, const int do_norm_secs ) argument
402 time2(struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*), const long offset, int * const okayp) argument

Completed in 33 milliseconds