Searched refs:Hostname (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/CPAN-52/Modules/Sys-Hostname-Long-1.4/
H A DMakefile1 NAME = Sys-Hostname-Long
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DLockFileManager.cpp39 std::string Hostname; local
41 if (Input >> Hostname >> PID && PID > 0 &&
42 processStillExecuting(Hostname, PID))
43 return std::make_pair(Hostname, PID);
51 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) { argument
58 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DLockFileManager.h56 static bool processStillExecuting(StringRef Hostname, int PID);
/macosx-10.9.5/CPANInternal-140/Authen-Krb5/
H A Dsample_server8 use Sys::Hostname;
H A Dsimple_server8 use Sys::Hostname;
/macosx-10.9.5/CPANInternal-140/Krb5-1.9/
H A Dsample_server8 use Sys::Hostname;
H A Dsimple_server8 use Sys::Hostname;
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duurate.c171 #define MAXDNAME 8 /* max display (Hostname) name length */
219 char Hostname[32]; member in struct:Host_entry
301 char Hostname[MAXHOSTNAMELEN]; /* def taken from <sys/param.h> */ local
316 Hostname[0] = '\0';
368 strcpy(Hostname, optarg);
588 if (Hostname[0] != '\0')
589 if ( (p[0] != '-' || p[1] != '\0') && 0 != strcmp(p, Hostname) )
629 if ((cur == NULL) || (0 != strcmp(p, cur->Hostname)))
634 if (0 == strcmp(cur->Hostname, p))
639 strcpy(cur->Hostname,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.pl16 use Sys::Hostname;
/macosx-10.9.5/CPAN-52/
H A D5.12.inc78 Sys-Hostname-Long-1.4 \
H A D5.16.inc80 Sys-Hostname-Long-1.4 \
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm39 # Check if we've got Sys::Hostname. If not, just punt.
41 if(Log::Log4perl::Util::module_available("Sys::Hostname")) {
42 require Sys::Hostname;
43 $HOSTNAME = Sys::Hostname::hostname();
467 %H Hostname (if Sys::Hostname is available)
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm29 # Check if we've got Sys::Hostname. If not, just punt.
31 if(Log::Log4perl::Util::module_available("Sys::Hostname")) {
32 require Sys::Hostname;
33 $HOSTNAME = Sys::Hostname::hostname();
528 %H Hostname (if Sys::Hostname is available)
/macosx-10.9.5/Heimdal-323.92.1/tools/
H A Dkdc-log-analyze.pl48 use Sys::Hostname;
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dtest-exec.sh287 Hostname 127.0.0.1
370 echo "Hostname=127.0.0.1" >> ${OBJ}/.putty/sessions/localhost_proxy
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/Perl4/
H A DCoreLibs.pm131 Prefer L<Sys::Hostname>.
/macosx-10.9.5/KerberosHelper-148/Tests/
H A DKRBCreateSession2.pl18 use Sys::Hostname;
/macosx-10.9.5/CPANInternal-140/File-NFSLock/lib/File/
H A DNFSLock.pm109 require Sys::Hostname;
110 $HOSTNAME = &Sys::Hostname::hostname();
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm109 require Sys::Hostname;
110 $HOSTNAME = Sys::Hostname::hostname();
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dfishvfs.tcl59 Hostname of remote computer. Only necessary if not specified in virtual mount URL.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm9 use Sys::Hostname; # hostname()
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm9 use Sys::Hostname; # hostname()
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1210 %H Hostname (if Sys::Hostname is available)
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm2191 given scheme. Hostname is usually what you specify within the PeerAddr.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm1267 use Sys::Hostname; \

Completed in 403 milliseconds

12