Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dmisc.c2550 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument
2557 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()
/src/contrib/tzcode/
H A Dlocaltime.c1415 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs() argument
1429 *secsp = num * secsperhour; in getsecs()
1435 *secsp += num * SECSPERMIN; in getsecs()
1442 *secsp += num; in getsecs()