Searched refs:secsp (Results 1 – 2 of 2) sorted by relevance
157 static const char * getsecs(const char * strp, int_fast32_t * secsp);730 getsecs(const char *strp, int_fast32_t * const secsp) in getsecs() argument743 *secsp = num * (int_fast32_t) SECSPERHOUR; in getsecs()749 *secsp += num * SECSPERMIN; in getsecs()756 *secsp += num; in getsecs()
2526 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument2533 if (secsp != NULL) in parse_pattern_interval()2534 *secsp = 0; in parse_pattern_interval()2551 if (secsp != NULL) in parse_pattern_interval()2552 *secsp = secs; in parse_pattern_interval()