Home
last modified time | relevance | path

Searched refs:v_tm_sec (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dtime64.c518 int v_tm_sec, v_tm_min, v_tm_hour, v_tm_mon, v_tm_wday; in gmtime64_r() local
549 v_tm_sec = (int)(time % 60); in gmtime64_r()
557 WRAP (v_tm_sec, v_tm_min, 60); in gmtime64_r()
631 p->tm_sec = v_tm_sec; in gmtime64_r()