Searched refs:cur_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/libevent/test/
H A Dregress_util.c1382 create_tm_from_unix_epoch(struct tm *cur_p, const time_t t) argument
1390 *cur_p = *tmp;
1392 gmtime_r(&t, cur_p);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c483 struct tm *cur_p; local
486 cur_p = gmtime(&t);
489 cur_p = &cur;
492 "%a, %d %b %Y %H:%M:%S GMT", cur_p) != 0) {

Completed in 193 milliseconds