HomeSort by relevance Sort by last modified time
    Searched full:shorthost (Results 1 - 4 of 4) sorted by null

  /external/ltp/tools/pounder21/test_scripts/
nfs 27 SHORTHOST=`echo "$HOSTNAME" | sed -e 's/\..*//g'`
32 trap 'echo Cleaning up...; mv $NFSLOCAL/$SHORTHOST/testnet $NFSLOCAL/$SHORTHOST/testnet.del; rm -rf $NFSLOCAL/$SHORTHOST/testnet.del; umount $NFSLOCAL; rm -rf $NFSLOCAL; echo Clean.; exit 0' 1 2 15
46 [ ! -x $NFSLOCAL/$SHORTHOST ] && mkdir $NFSLOCAL/$SHORTHOST
51 [ -x $NFSLOCAL/$SHORTHOST/testnet ] && \
52 mv $NFSLOCAL/$SHORTHOST/testnet $NFSLOCAL/$SHORTHOST/testnet.del
53 [ -x $NFSLOCAL/$SHORTHOST/testnet.del ] &&
    [all...]
  /external/ltp/tools/pounder21/
CHANGELOG 180 - nfs: $SHORTHOST needs to extract from $HOSTNAME, not $SHORTHOST. This was
198 $HOSTNAME, put that into $SHORTHOST, and use that on the NFS
  /external/openssh/
ssh.c 516 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
    [all...]
readconf.c 555 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
633 strlcpy(shorthost, thishost, sizeof(shorthost));
634 shorthost[strcspn(thishost, ".")] = '\0';
638 "L", shorthost,
    [all...]

Completed in 101 milliseconds