Searched refs:HOST (Results 1 – 7 of 7) sorted by relevance
46 HOST=`uname`47 if [ "$HOST" == "Linux" ]; then49 elif [ "$HOST" == "Darwin" ]; then100 if [ "$HOST" == "Linux" ]; then103 elif [ "$HOST" == "Darwin" ]; then113 if [ "$HOST" == "Darwin" ]; then
53 HOST=`uname`54 if [ "$HOST" == "Linux" ]; then56 elif [ "$HOST" == "Darwin" ]; then89 if [ "$HOST" == "Linux" ]; then92 elif [ "$HOST" == "Darwin" ]; then
53 HOST=`uname`54 if [ "$HOST" == "Linux" ]; then56 elif [ "$HOST" == "Darwin" ]; then108 if [ "$HOST" == "Linux" ]; then111 elif [ "$HOST" == "Darwin" ]; then
53 HOST=`uname`54 if [ "$HOST" == "Linux" ]; then56 elif [ "$HOST" == "Darwin" ]; then102 if [ "$HOST" == "Linux" ]; then105 elif [ "$HOST" == "Darwin" ]; then
59 HOST=`uname`60 if [ "$HOST" == "Linux" ]; then62 elif [ "$HOST" == "Darwin" ]; then120 if [ "$HOST" == "Linux" ]; then123 elif [ "$HOST" == "Darwin" ]; then
28 HOST = os.environ.get('AP_HOST', None) variable63 addr=HOST,
27 HOST, PORT = "localhost", 0 variable