Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmisc.c2502 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument
2509 if (secsp != NULL) in parse_pattern_interval()
2510 *secsp = 0; in parse_pattern_interval()
2527 if (secsp != NULL) in parse_pattern_interval()
2528 *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