HomeSort by: relevance | last modified time | path
    Searched refs:convtime (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/mac68k/mac68k/
pram.c 55 static const char *convtime(unsigned long t) function
139 printf("Date and time: %s\n",convtime(timedata));
  /src/crypto/external/bsd/openssh/dist/
namespace.h 20 #define convtime ssh_convtime macro
misc.h 86 int convtime(const char *);
ssh-keyscan.c 676 timeout = convtime(optarg);
sshd-auth.c 545 if ((options.login_grace_time = convtime(optarg)) == -1) {
readconf.c 1266 else if ((value = convtime(arg)) == -1) {
2101 else if ((value2 = convtime(arg)) >= 0)
2497 if ((value2 = convtime(arg2)) == -1) {
2503 if ((value2 = convtime(arg)) == -1) {
ssh-add.c 915 if ((lifetime = convtime(optarg)) == -1 ||
sshd-session.c 877 if ((options.login_grace_time = convtime(optarg)) == -1) {
sshd.c 1390 if ((options.login_grace_time = convtime(optarg)) == -1) {
misc.c 703 convtime(const char *s) function
2572 if ((secs = convtime(cp)) < 0) {
ssh-keygen.c 1870 if ((secs = convtime(s + 1)) == -1)
1901 if ((secs = convtime(timespec + 1)) == -1)
ssh-agent.c 2318 if ((lifetime = convtime(optarg)) == -1) {
servconf.c 1582 if ((value = convtime(arg)) == -1)

Completed in 42 milliseconds