Home
last modified time | relevance | path

Searched refs:ahost (Results 1 – 25 of 150) sorted by relevance

123456

/dports/sysutils/pdsh/pdsh-pdsh-2.34/src/modules/
H A Dmcmd.c362 err("%p: %S: mcmd: bind failed: %m\n", ahost); in mcmd()
372 err("%p: %S: mcmd: connect failed: %m\n", ahost); in mcmd()
394 err("%p: %S: mcmd: bind failed: %m\n", ahost); in mcmd()
408 err("%p: %S: mcmd: getsockname failed: %m\n", ahost); in mcmd()
417 err("%p: %S: mcmd: listen() failed: %m\n", ahost); in mcmd()
477 err("%p: %S: mcmd: Error from malloc\n", ahost); in mcmd()
548 err("%p: %S: mcmd: Lost connection: %m\n", ahost); in mcmd()
575 ahost); in mcmd()
615 "number off of stderr socket: %m\n", ahost); in mcmd()
642 err("%p: %S: mcmd: read: protocol failure: %m\n", ahost); in mcmd()
[all …]
H A Dk4cmd.c218 err("%p: %S: socket: All ports in use\n", ahost); in k4cmd()
220 err("%p: %S: k4cmd: socket: %m\n", ahost); in k4cmd()
239 err("%p: %S: connect timed out\n", ahost); in k4cmd()
241 err("%p: %S: %m\n", ahost); in k4cmd()
279 err("%p: %S: accept: %m\n", ahost); in k4cmd()
314 err("%p: %S: %s", ahost, tmpbuf); in k4cmd()
325 err("%p: %S: %s", ahost, tmpbuf); in k4cmd()
333 err("%p: %S: no tickets file found\n", ahost); in k4cmd()
336 err("%p: %S: k4cmd failed: %s\n", ahost, in k4cmd()
349 err("%p: %S: read: %m\n", ahost); in k4cmd()
[all …]
H A Dxrcmd.c207 xrcmd(char *ahost, char *addr, char *locuser, char *remuser, in xrcmd() argument
230 err("%p: %S: rcmd: socket: %m\n", ahost); in xrcmd()
253 err("%p: %S: connect: timed out\n", ahost); in xrcmd()
255 err("%p: %S: connect: %m\n", ahost); in xrcmd()
262 err ("%p: %S: write: %m\n", ahost); in xrcmd()
295 err("%p: %S: rcmd: accept: %m\n", ahost); in xrcmd()
305 ahost); in xrcmd()
312 err("%p: %S: write (user,cmd): %m\n", ahost); in xrcmd()
319 ahost, "timed out"); in xrcmd()
325 ahost, "invalid response"); in xrcmd()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/uwin/
H A Drcmd.c119 hp = gethostbyname(*ahost); in rcmd()
130 *ahost = hp->h_name; in rcmd()
285 perror(*ahost); in rcmd()
389 while (fgets(ahost, sizeof (ahost), hostf)) { in _validuser()
391 p = strchr (ahost, '#'); in _validuser()
393 p = ahost; in _validuser()
411 if ('+' == ahost[0] && '\0' == ahost[1] ) in _validuser()
419 if ('-' == ahost[0] && '\0' == ahost[1] ) in _validuser()
429 if ('-' == ahost[0] && '@' != ahost[1] in _validuser()
433 if ('-' == ahost[0] && '@' == ahost[1] && '\0' != ahost[2] in _validuser()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/uwin/
H A Drcmd.c119 hp = gethostbyname(*ahost); in rcmd()
130 *ahost = hp->h_name; in rcmd()
285 perror(*ahost); in rcmd()
389 while (fgets(ahost, sizeof (ahost), hostf)) { in _validuser()
391 p = strchr (ahost, '#'); in _validuser()
393 p = ahost; in _validuser()
411 if ('+' == ahost[0] && '\0' == ahost[1] ) in _validuser()
419 if ('-' == ahost[0] && '\0' == ahost[1] ) in _validuser()
429 if ('-' == ahost[0] && '@' != ahost[1] in _validuser()
433 if ('-' == ahost[0] && '@' == ahost[1] && '\0' != ahost[2] in _validuser()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/uwin/
H A Drcmd.c119 hp = gethostbyname(*ahost); in rcmd()
130 *ahost = hp->h_name; in rcmd()
285 perror(*ahost); in rcmd()
389 while (fgets(ahost, sizeof (ahost), hostf)) { in _validuser()
391 p = strchr (ahost, '#'); in _validuser()
393 p = ahost; in _validuser()
411 if ('+' == ahost[0] && '\0' == ahost[1] ) in _validuser()
419 if ('-' == ahost[0] && '\0' == ahost[1] ) in _validuser()
429 if ('-' == ahost[0] && '@' != ahost[1] in _validuser()
433 if ('-' == ahost[0] && '@' == ahost[1] && '\0' != ahost[2] in _validuser()
[all …]
/dports/dns/c-ares/c-ares-1.17.2/src/tools/
H A DMakefile.in155 am_ahost_OBJECTS = ahost-ahost.$(OBJEXT) $(am__objects_4) \
186 ./$(DEPDIR)/adig-ares_getopt.Po ./$(DEPDIR)/ahost-ahost.Po \
375 PROGS = ahost adig acountry
474 @rm -f ahost$(EXEEXT)
639 ahost-ahost.o: ahost.c
640 …GS) $(CFLAGS) -MT ahost-ahost.o -MD -MP -MF $(DEPDIR)/ahost-ahost.Tpo -c -o ahost-ahost.o `test -f…
641 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ahost.Tpo $(DEPDIR)/ahost-ahost.Po
646 ahost-ahost.obj: ahost.c
648 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ahost.Tpo $(DEPDIR)/ahost-ahost.Po
838 -rm -f ./$(DEPDIR)/ahost-ahost.Po
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/net/
H A Drcmd.c105 _DIAGASSERT(ahost != NULL); in rcmd_af()
127 *ahost = hbuf; in rcmd_af()
163 _DIAGASSERT(ahost != NULL); in orcmd_af()
181 *ahost = hbuf; in orcmd_af()
205 _DIAGASSERT(ahost != NULL); in resrcmd()
341 warn("%s", *ahost); in resrcmd()
473 *ahost, cmd, NULL); in rshrcmd()
816 ahost = buf; in __ivaliduser_sa()
818 if (ahost[0] == '+') in __ivaliduser_sa()
819 switch (ahost[1]) { in __ivaliduser_sa()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Drexec.c53 rexec_af(ahost, rport, name, pass, cmd, fd2p, af) in rexec_af() argument
54 char **ahost; in rexec_af()
77 gai = getaddrinfo(*ahost, servbuff, &hints, &res0);
90 *ahost = ahostbuf;
92 *ahost = NULL;
172 perror(*ahost);
195 rexec(ahost, rport, name, pass, cmd, fd2p)
196 char **ahost;
201 return rexec_af(ahost, rport, name, pass, cmd, fd2p, AF_INET);
H A Drcmdsh.c62 rcmdsh(ahost, rport, locuser, remuser, cmd, rshprog) in rcmdsh() argument
63 char **ahost; in rcmdsh()
85 if (strcmp(*ahost, "localhost") != 0) {
91 error = getaddrinfo(*ahost, num, &hints, &res);
100 *ahost = hbuf;
144 if (strcmp(*ahost, "localhost") == 0 &&
155 execlp(rshprog, p ? p + 1 : rshprog, *ahost, "-l",
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Drcmdsh.c62 rcmdsh(ahost, rport, locuser, remuser, cmd, rshprog) in rcmdsh() argument
63 char **ahost; in rcmdsh()
85 if (strcmp(*ahost, "localhost") != 0) {
91 error = getaddrinfo(*ahost, num, &hints, &res);
100 *ahost = hbuf;
144 if (strcmp(*ahost, "localhost") == 0 &&
155 execlp(rshprog, p ? p + 1 : rshprog, *ahost, "-l",
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Drcmdsh.c62 rcmdsh(ahost, rport, locuser, remuser, cmd, rshprog) in rcmdsh() argument
63 char **ahost; in rcmdsh()
85 if (strcmp(*ahost, "localhost") != 0) {
91 error = getaddrinfo(*ahost, num, &hints, &res);
100 *ahost = hbuf;
144 if (strcmp(*ahost, "localhost") == 0 &&
155 execlp(rshprog, p ? p + 1 : rshprog, *ahost, "-l",
/dports/mail/postfix-current/postfix-3.7-20211107/src/cleanup/
H A Dcleanup_milter.ref14d27 162 sender: wietse@ahost.example.com
10 211 recipient: wietse@ahost.example.com
13 256 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
15 372 regular_text: To: wietse@ahost.example.com
16 402 regular_text: Message-Id: <20090605180519.DA4892510C1@ahost.example.com>
18 507 regular_text: From: wietse@ahost.example.com (Wietse Venema)
H A Dcleanup_milter.ref15d27 161 sender: wietse@ahost.example.com
11 221 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
13 337 regular_text: To: wietse@ahost.example.com
14 367 regular_text: Message-Id: <20090605180634.06F8B2510C2@ahost.example.com>
16 472 regular_text: From: wietse@ahost.example.com (Wietse Venema)
24 613 recipient: wietse@ahost.example.com
H A Dcleanup_milter.ref15e27 161 sender: wietse@ahost.example.com
11 221 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
13 337 regular_text: To: wietse@ahost.example.com
14 367 regular_text: Message-Id: <20090605180634.06F8B2510C2@ahost.example.com>
16 472 regular_text: From: wietse@ahost.example.com (Wietse Venema)
26 613 recipient: wietse@ahost.example.com
H A Dcleanup_milter.ref14a27 162 sender: wietse@ahost.example.com
10 211 recipient: wietse@ahost.example.com
13 256 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
15 372 regular_text: To: wietse@ahost.example.com
16 402 regular_text: Message-Id: <20090605180519.DA4892510C1@ahost.example.com>
18 507 regular_text: From: wietse@ahost.example.com (Wietse Venema)
H A Dcleanup_milter.ref15h27 161 sender: wietse@ahost.example.com
11 221 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
13 337 regular_text: To: wietse@ahost.example.com
14 367 regular_text: Message-Id: <20090605180634.06F8B2510C2@ahost.example.com>
16 472 regular_text: From: wietse@ahost.example.com (Wietse Venema)
26 613 recipient: wietse@ahost.example.com
H A Dcleanup_milter.ref14e27 162 sender: wietse@ahost.example.com
10 211 recipient: wietse@ahost.example.com
13 256 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
15 372 regular_text: To: wietse@ahost.example.com
16 402 regular_text: Message-Id: <20090605180519.DA4892510C1@ahost.example.com>
18 507 regular_text: From: wietse@ahost.example.com (Wietse Venema)
H A Dcleanup_milter.ref14f27 162 sender: wietse@ahost.example.com
10 211 recipient: wietse@ahost.example.com
13 256 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
17 660 regular_text: To: wietse@ahost.example.com
19 402 regular_text: Message-Id: <20090605180519.DA4892510C1@ahost.example.com>
21 507 regular_text: From: wietse@ahost.example.com (Wietse Venema)
H A Dcleanup_milter.ref14g27 162 sender: wietse@ahost.example.com
10 211 recipient: wietse@ahost.example.com
13 256 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
15 372 regular_text: To: wietse@ahost.example.com
16 402 regular_text: Message-Id: <20090605180519.DA4892510C1@ahost.example.com>
18 507 regular_text: From: wietse@ahost.example.com (Wietse Venema)
H A Dcleanup_milter.ref15a27 161 sender: wietse@ahost.example.com
11 221 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
13 337 regular_text: To: wietse@ahost.example.com
14 367 regular_text: Message-Id: <20090605180634.06F8B2510C2@ahost.example.com>
16 472 regular_text: From: wietse@ahost.example.com (Wietse Venema)
26 613 recipient: wietse@ahost.example.com
H A Dcleanup_milter.ref15b27 161 sender: wietse@ahost.example.com
11 221 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
13 337 regular_text: To: wietse@ahost.example.com
14 367 regular_text: Message-Id: <20090605180634.06F8B2510C2@ahost.example.com>
16 472 regular_text: From: wietse@ahost.example.com (Wietse Venema)
28 613 recipient: wietse@ahost.example.com
H A Dcleanup_milter.ref14b27 162 sender: wietse@ahost.example.com
10 211 recipient: wietse@ahost.example.com
13 256 regular_text: Received: by ahost.example.com (Postfix, from userid 1001)
15 372 regular_text: To: wietse@ahost.example.com
16 402 regular_text: Message-Id: <20090605180519.DA4892510C1@ahost.example.com>
18 507 regular_text: From: wietse@ahost.example.com (Wietse Venema)
/dports/net/44bsd-rdist/44bsd-rdist-20001111_2/
H A Drshrcmd.c40 rshrcmd(ahost, port, luser, ruser, cmd, fd2p) in rshrcmd() argument
41 char **ahost; in rshrcmd()
54 hp = gethostbyname(*ahost);
56 error("%s: unknown host", *ahost);
95 if (strcmp(*ahost, "localhost") == 0 &&
102 *ahost, "-l", ruser, cmd, (char *) NULL);
/dports/www/apache24/httpd-2.4.53/modules/http2/
H A Dh2_alt_svc.c113 const char *ahost = as->host; in h2_alt_svc_handler() local
114 if (ahost && !apr_strnatcasecmp(ahost, r->hostname)) { in h2_alt_svc_handler()
115 ahost = NULL; in h2_alt_svc_handler()
117 if (secure || !ahost) { in h2_alt_svc_handler()
121 ahost? ahost : "", as->port, in h2_alt_svc_handler()

123456