Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdtime/
HDlocaltime.c157 static const char * getsecs(const char * strp, int_fast32_t * secsp);
730 getsecs(const char *strp, int_fast32_t * const secsp) in getsecs() argument
743 *secsp = num * (int_fast32_t) SECSPERHOUR; in getsecs()
749 *secsp += num * SECSPERMIN; in getsecs()
756 *secsp += num; in getsecs()
/dragonfly/crypto/openssh/
HDmisc.c2526 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument
2533 if (secsp != NULL) in parse_pattern_interval()
2534 *secsp = 0; in parse_pattern_interval()
2551 if (secsp != NULL) in parse_pattern_interval()
2552 *secsp = secs; in parse_pattern_interval()