Searched refs:secsp (Results 1 – 2 of 2) sorted by relevance
142 static const char * getsecs P((const char * strp, long * secsp));503 getsecs(strp, secsp) in getsecs() argument505 long * const secsp;512 *secsp = num * SECSPERHOUR;518 *secsp += num * SECSPERMIN;524 *secsp += num;
2187 getsecs(const char *strp, long *secsp) in getsecs() argument2200 *secsp = num * (long)SECSPERHOUR; in getsecs()2206 *secsp += num * SECSPERMIN; in getsecs()2213 *secsp += num; in getsecs()