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

  /external/openssh/regress/
yes-head.sh 7 lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=199209 head -2000"' | (sleep 3 ; wc -l)`
  /external/openssh/
ssh.c 242 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
740 if (gethostname(thishost, sizeof(thishost)) == -1)
742 strlcpy(shorthost, thishost, sizeof(shorthost));
743 shorthost[strcspn(thishost, ".")] = '\0';
750 "h", host, "l", thishost, "n", host_arg, "r", options.user,
780 "l", thishost, "n", host_arg, "r", options.user,
1479 char *filename, *cp, thishost[NI_MAXHOST]; local
    [all...]

Completed in 47 milliseconds