Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c142 static const char * getsecs P((const char * strp, long * secsp));
503 getsecs(strp, secsp) in getsecs() argument
505 long * const secsp;
512 *secsp = num * SECSPERHOUR;
518 *secsp += num * SECSPERMIN;
524 *secsp += num;
/titanic_50/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2187 getsecs(const char *strp, long *secsp) in getsecs() argument
2200 *secsp = num * (long)SECSPERHOUR; in getsecs()
2206 *secsp += num * SECSPERMIN; in getsecs()
2213 *secsp += num; in getsecs()