Home
last modified time | relevance | path

Searched refs:pTime (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/ntp/ntpd/
H A Drefclock_jjy.c2395 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()
/freebsd/contrib/tcsh/
H A Dsh.hist.c885 struct Hist *pTime) /* hint about where to insert */ in mergeInsertionPoint() argument
889 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() local
953 pTime = p->Hprev; in enthist()
1012 pp = mergeInsertionPoint(np, pTime); in enthist()