Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tzcode/stdtime/
Dlocaltime.c180 static const char * getsecs(const char * strp, long * secsp);
765 getsecs(strp, secsp) in getsecs() argument
767 long * const secsp;
780 *secsp = num * (long) SECSPERHOUR;
786 *secsp += num * SECSPERMIN;
793 *secsp += num;