Searched refs:TIME_IMPL (Results 1 – 4 of 4) sorted by relevance
26 #define TIME_IMPL(t) { if (t != NULL) *t = FUZZTIME; return FUZZTIME; } macro36 time_t time(time_t *t) TIME_IMPL(t) in time()
558 #define TIME_IMPL(t) { if (t != NULL) *t = FUZZTIME; return FUZZTIME; } macro568 time_t time(time_t *t) TIME_IMPL(t) in time()
479 #define TIME_IMPL(t) { if (t != NULL) *t = FUZZTIME; return FUZZTIME; } macro489 time_t time(time_t *t) TIME_IMPL(t) in time()
Completed in 15 milliseconds