Searched refs:secsp (Results 1 – 2 of 2) sorted by relevance
2550 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument2557 if (secsp != NULL) in parse_pattern_interval()2558 *secsp = 0; in parse_pattern_interval()2575 if (secsp != NULL) in parse_pattern_interval()2576 *secsp = secs; in parse_pattern_interval()
1415 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs() argument1429 *secsp = num * secsperhour; in getsecs()1435 *secsp += num * SECSPERMIN; in getsecs()1442 *secsp += num; in getsecs()