Searched refs:secsp (Results 1 – 2 of 2) sorted by relevance
2622 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument2629 if (secsp != NULL) in parse_pattern_interval()2630 *secsp = 0; in parse_pattern_interval()2647 if (secsp != NULL) in parse_pattern_interval()2648 *secsp = secs; in parse_pattern_interval()
1409 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs() argument1423 *secsp = num * secsperhour; in getsecs()1429 *secsp += num * SECSPERMIN; in getsecs()1436 *secsp += num; in getsecs()