Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmisc.c2547 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument
2554 if (secsp != NULL) in parse_pattern_interval()
2555 *secsp = 0; in parse_pattern_interval()
2572 if (secsp != NULL) in parse_pattern_interval()
2573 *secsp = secs; in parse_pattern_interval()
/freebsd/contrib/tzcode/
H A Dlocaltime.c885 getsecs(register const char *strp, int_fast32_t *const secsp)
899 *secsp = num * secsperhour; in getqzname()
905 *secsp += num * SECSPERMIN;
912 *secsp += num; in getnum()
941 getsecs(register const char * strp,int_fast32_t * const secsp) getsecs() argument