Home
last modified time | relevance | path

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

/external/icu4c/tools/tzcode/
Dlocaltime.c146 static const char * getsecs(const char * strp, long * secsp);
690 getsecs(strp, secsp) in getsecs() argument
692 long * const secsp;
705 *secsp = num * (long) SECSPERHOUR;
711 *secsp += num * SECSPERMIN;
718 *secsp += num;