Home
last modified time | relevance | path

Searched refs:gethost (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/net/py-uritools/uritools-3.0.2/tests/
H A Dtest_split.py98 self.assertEqual(result.gethost(), "example.com")
120 self.assertEqual(result.gethost(), None)
142 self.assertEqual(result.gethost(), "")
164 self.assertEqual(result.gethost(), "example.com")
186 self.assertEqual(result.gethost(), None)
208 self.assertEqual(result.gethost(), "")
299 urisplit(uri).gethost()
301 urisplit(uri.encode()).gethost()
310 self.assertEqual(result.gethost(), "bar")
467 urisplit(uri).gethost()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/Net/
H A Dhostent.t35 my $h = gethost('localhost');
51 $i = gethost("127.0.0.1");
56 $i = gethost($1);
/dports/devel/dmucs/dmucs/
H A DMakefile.am3 bin_PROGRAMS = dmucs gethost loadavg monitor remhost program
10 gethost_SOURCES = dmucs_resolve.cc gethost.cc
H A DChangeLog14 (loadavg, gethost, monitor, etc.)
31 -t <type> for gethost as well.
H A DMakefile.in39 bin_PROGRAMS = dmucs$(EXEEXT) gethost$(EXEEXT) loadavg$(EXEEXT) \
65 am_gethost_OBJECTS = dmucs_resolve.$(OBJEXT) gethost.$(OBJEXT)
195 gethost_SOURCES = dmucs_resolve.cc gethost.cc
/dports/lang/guile1/guile-1.8.8/ice-9/
H A Dnetworking.scm20 (define (gethostbyaddr addr) (gethost addr))
21 (define (gethostbyname name) (gethost name))
49 (define (gethostent) (gethost))
/dports/games/sopwith/sopwith-1.8.4/src/
H A Dswtitle.c180 static BOOL gethost() in gethost() function
213 gethost(); in getnet()
217 gethost(); in getnet()
/dports/lang/guile2/guile-2.2.7/module/ice-9/
H A Dnetworking.scm23 (define (gethostbyaddr addr) (gethost addr))
24 (define (gethostbyname name) (gethost name))
52 (define (gethostent) (gethost))
/dports/lang/guile/guile-3.0.7/module/ice-9/
H A Dnetworking.scm23 (define (gethostbyaddr addr) (gethost addr))
24 (define (gethostbyname name) (gethost name))
52 (define (gethostent) (gethost))
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdljournal.cpp122 char gethost[GDL_HOST_NAME_MAX]; in journal() local
125 int success = gethostname(gethost, lgethost); in journal()
130 host=string(gethost); in journal()
/dports/net/py-uritools/uritools-3.0.2/
H A DCHANGELOG.rst41 - Add optional ``errors`` parameter to ``SplitResult.gethost()``.
94 objects from ``SplitResult.gethost()`` instead.
96 - Remove ``SplitResult.gethost()`` ``encoding`` parameter.
112 - Deprecate ``SplitResult.gethost()`` and ``SplitResult.gethostip()``
/dports/print/py-pycups/pycups-2.0.1/examples/
H A Dcupstree.py61 def gethost (host=None, depth=0): function
73 gethost()
/dports/dns/bind911/bind-9.11.37/lib/lwres/
H A DMakefile.in27 gai_strerror.@O@ getaddrinfo.@O@ gethost.@O@ \
34 SRCS = compat.c context.c gai_strerror.c getaddrinfo.c gethost.c \
/dports/mail/mblaze/mblaze-1.1/
H A Dmdeliver.c41 gethost() { in gethost() function
316 gethost(); in main()
349 gethost(); in main()
/dports/dns/bind911/bind-9.11.37/lib/lwres/win32/
H A Dliblwres.mak.in121 -@erase "$(INTDIR)\gethost.obj"
164 "$(INTDIR)\gethost.obj" \
211 -@erase "$(INTDIR)\gethost.obj"
212 -@erase "$(INTDIR)\gethost.sbr"
270 "$(INTDIR)\gethost.sbr" \
304 "$(INTDIR)\gethost.obj" \
460 SOURCE=..\gethost.c
465 "$(INTDIR)\gethost.obj" : $(SOURCE) "$(INTDIR)"
472 "$(INTDIR)\gethost.obj" "$(INTDIR)\gethost.sbr" : $(SOURCE) "$(INTDIR)"
/dports/net/p5-Net-DHCP-Watch/Net-DHCP-Watch-2.03/
H A DWatch.pm47 unless ( $h = gethost($self->{Server}) ) {
54 unless ( $h = gethost($self->{Client}) ) {
/dports/security/libident/libident-0.32/
H A Dident-tester.c37 int gethost (const struct sockaddr *addr, socklen_t addrlen, char *buf) in gethost() function
84 res = gethost((struct sockaddr *)&faddr, sizeof(faddr), hs); in main()
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Durllibcompat.py137 def gethost(req): function
225 def gethost(req): function
/dports/net/opennx/opennx-0.16/packaging/win32/xming/patches/
H A Dxming-build-xauth.patch24 SRCS = xauth.c gethost.c process.c parsedpy.c
25 OBJS = xauth.o gethost.o process.o parsedpy.o
/dports/misc/dejagnu/dejagnu-1.6.3/lib/
H A Ddmucs.exp35 spawn gethost -s $server --node --arch $arch
/dports/x11/xauth/xauth-1.1/
H A DMakefile.am29 gethost.c \
/dports/net/ntp/ntp-4.2.8p15/scripts/deprecated/
H A Dntp-groper35 gethost $host > /dev/null 2>&1
/dports/lang/perl5.34/perl-5.34.0/lib/Net/
H A Dhostent.pm60 sub gethost($) { subroutine
/dports/lang/perl5.30/perl-5.30.3/lib/Net/
H A Dhostent.pm60 sub gethost($) { subroutine
/dports/lang/perl5.32/perl-5.32.1/lib/Net/
H A Dhostent.pm60 sub gethost($) { subroutine

12345678