Searched refs:pTime (Results 1 – 2 of 2) sorted by relevance
885 struct Hist *pTime) /* hint about where to insert */ in mergeInsertionPoint() argument889 pTime = histTail; /* new entry goes at the end */ in mergeInsertionPoint()894 pTime = histMerg; in mergeInsertionPoint()896 pTime = histMerg->Hprev; in mergeInsertionPoint()898 if (pTime) { in mergeInsertionPoint()901 pp = pTime; in mergeInsertionPoint()935 struct Hist *p = NULL, *pp = &Histlist, *pTime = NULL; in enthist() local953 pTime = p->Hprev; in enthist()1012 pp = mergeInsertionPoint(np, pTime); in enthist()
2395 struct tm *pTime ; in jjy_receive_seiko_tsys_tdc_300() local 2451 pTime = localtime( &now ) ; in jjy_receive_seiko_tsys_tdc_300() 2452 up->year = pTime->tm_year ; in jjy_receive_seiko_tsys_tdc_300() 2453 up->month = pTime->tm_mon + 1 ; in jjy_receive_seiko_tsys_tdc_300() 2454 up->day = pTime->tm_mday ; in jjy_receive_seiko_tsys_tdc_300()