HomeSort by relevance Sort by last modified time
    Searched defs:HOSTNAME (Results 1 - 3 of 3) sorted by null

  /external/nist-sip/java/gov/nist/core/
Host.java 43 * Stores hostname.
68 protected static final int HOSTNAME = 1;
72 /** hostName field
74 protected String hostname; field in class:Host
86 addressType = HOSTNAME;
94 public Host(String hostName) throws IllegalArgumentException {
95 if (hostName == null)
101 setHost(hostName, IPV4ADDRESS);
124 if (addressType == IPV6ADDRESS && !isIPv6Reference(hostname)) {
125 buffer.append('[').append(hostname).append(']')
    [all...]
  /external/bison/djgpp/
config.bat 399 if not "%HOME%" == "" goto HostName
404 :HostName
405 Rem Set HOSTNAME so it shows in config.status
406 if not "%HOSTNAME%" == "" goto hostdone
418 set HOSTNAME=Unknown PC
419 if not "%HOSTNAME%" == "Unknown PC" goto SmallEnv
422 set HOSTNAME=%USER%'s PC
423 if not "%HOSTNAME%" == "%USER%'s PC" goto SmallEnv
426 set HOSTNAME=%USERNAME%'s PC
427 if not "%HOSTNAME%" == "%USERNAME%'s PC" goto SmallEnv
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 

Completed in 372 milliseconds