Home
last modified time | relevance | path

Searched refs:convtime (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/mac68k/mac68k/
H A Dpram.c55 static const char *convtime(unsigned long t) in convtime() function
139 printf("Date and time: %s\n",convtime(timedata)); in pram_readtime()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dnamespace.h20 #define convtime ssh_convtime macro
H A Dmisc.h82 int convtime(const char *);
H A Dmisc.c557 convtime(const char *s) in convtime() function
2467 if ((secs = convtime(cp)) < 0) { in parse_pattern_interval()
H A Dssh-agent.c2291 if ((lifetime = convtime(optarg)) == -1) { in main()