Lines Matching refs:now
31 time_t now; in strptime() local
34 now = tv_sec; in strptime()
36 time(&now); in strptime()
37 tv_sec = now; in strptime()
44 ptm = localtime_r(&now, &tmBuf); in strptime()
46 ptm = localtime(&now); in strptime()
80 now = tv_sec; in strptime()
82 ptm = localtime_r(&now, &tmBuf); in strptime()
84 ptm = localtime(&now); in strptime()
129 time(&now); in strptime()
130 tv_sec = now; in strptime()