HomeSort by relevance Sort by last modified time
    Searched refs:convtime (Results 1 - 10 of 10) sorted by null

  /external/dropbear/
scpmisc.h 26 long convtime(const char *);
  /external/openssh/
misc.h 31 long convtime(const char *);
ssh-add.c 433 if ((lifetime = convtime(optarg)) == -1) {
ssh-keyscan.c 645 timeout = convtime(optarg);
readconf.c 397 if ((value = convtime(arg)) == -1)
943 else if ((value2 = convtime(arg)) >= 0)
    [all...]
ssh-keygen.c     [all...]
sshd.c     [all...]
misc.c 304 convtime(const char *s) function
ssh-agent.c 1187 if ((lifetime = convtime(optarg)) == -1) {
    [all...]
servconf.c 807 if ((value = convtime(arg)) == -1)
    [all...]

Completed in 325 milliseconds