Lines Matching refs:now
26 time_t now; in strptime() local
29 now = tv_sec; in strptime()
31 time(&now); in strptime()
32 tv_sec = now; in strptime()
39 ptm = localtime_r(&now, &tmBuf); in strptime()
41 ptm = localtime(&now); in strptime()
75 now = tv_sec; in strptime()
77 ptm = localtime_r(&now, &tmBuf); in strptime()
79 ptm = localtime(&now); in strptime()
124 time(&now); in strptime()
125 tv_sec = now; in strptime()