Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.c2449 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument
2456 if (secsp != NULL) in parse_pattern_interval()
2457 *secsp = 0; in parse_pattern_interval()
2474 if (secsp != NULL) in parse_pattern_interval()
2475 *secsp = secs; in parse_pattern_interval()
/netbsd-src/lib/libc/time/
H A Dlocaltime.c1044 getsecs(register const char *strp, int_fast32_t *const secsp) in getrule()
1058 *secsp = num * secsperhour; in transtime()
1064 *secsp += num * SECSPERMIN; in transtime()
1071 *secsp += num; in transtime()
936 getsecs(register const char * strp,int_fast32_t * const secsp) getsecs() argument