Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c157 static const char * getsecs(const char * strp, int_fast32_t * secsp);
728 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs() argument
741 *secsp = num * (int_fast32_t) SECSPERHOUR; in getsecs()
747 *secsp += num * SECSPERMIN; in getsecs()
754 *secsp += num; in getsecs()