Searched refs:host (Results 201 - 225 of 1146) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dauth-rhosts.c59 char buf[1024]; /* Must not be larger than host, user, dummy below. */
83 char hostbuf[1024], userbuf[1024], dummy[1024], *host, *user, *cp; local
112 /* Got both host and user name. */
122 host = hostbuf;
126 /* Process negated host names, or positive netgroups. */
127 if (host[0] == '-') {
129 host++;
130 } else if (host[0] == '+')
131 host++;
139 /* Check for empty host/use
[all...]
H A Dcanohost.c7 * Functions for returning the canonical host name of the remote site.
44 * Return the canonical name of the host at the other end of the socket. The
76 /* Map the IP address to a host name. */
107 * address actually is an address of this host. This is
132 /* Address not found for the host name. */
180 * Return the canonical name of the host in the other side of the current
181 * connection. The host name is cached, so it is efficient to call this
188 char *host; local
200 host = get_remote_hostname(packet_get_connection_in(), use_dns);
202 host
269 char *host, myname[NI_MAXHOST]; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_aix.c64 fixmount_check_mount(char *host, struct in_addr hostaddr, char *path) argument
93 (is_same_host(long_hostname, host, hostaddr) ||
94 is_same_host(short_hostname, host, hostaddr)))
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/fsinfo/
H A Dwr_bparam.c55 * Write a host/path in NFS format
71 * Write a bootparams entry for a host
74 write_boot_info(FILE *ef, host *hp)
99 host *hp;
100 ITER(hp, host, q)
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dnis_ng.c66 const char * host; member in struct:tmpgrp
138 ng_next(struct irs_ng *this, const char **host, const char **user, const char **domain) { argument
143 *host = pvt->cur->host;
152 const char *host, const char *user, const char *domain)
160 if ((!host || !cur->host || !strcmp(host, cur->host)) &&
249 tmp->host
151 ng_test(struct irs_ng *this, const char *name, const char *host, const char *user, const char *domain) argument
[all...]
H A Dgetnameinfo.c102 getnameinfo(sa, salen, host, hostlen, serv, servlen, flags)
105 char *host;
192 if (host == NULL || hostlen == 0U) {
194 * rfc2553bis says that host == NULL or hostlen == 0 means that
209 strcpy(host, hp->h_name);
219 if ((error = ip6_parsenumeric(sa, addr, host,
232 strcpy(host, numaddr);
240 ip6_parsenumeric(const struct sockaddr *sa, const char *addr, char *host, argument
258 strcpy(host, numaddr);
273 memcpy(host
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dnm.exp23 if ![is_remote host] {
37 if [is_remote host] {
38 set tempfile [remote_download host tmpdir/bintest.o]
115 if [is_remote host] {
116 set tmpfile [remote_download host tmpdir/unique.o]
130 remote_file host delete "tmpdir/unique.o"
H A Dobjdump.exp25 if ![is_remote host] {
69 if [is_remote host] {
70 set testfile [remote_download host tmpdir/bintest.o]
168 if [is_remote host] {
169 set compressed_testfile [remote_download host tmpdir/dw2-compressed.o]
174 set got [remote_exec host "$OBJDUMP $OBJDUMPFLAGS -s -j .zdebug_abbrev $compressed_testfile" "" "/dev/null" "objdump.out"]
190 set got [remote_exec host "$OBJDUMP $OBJDUMPFLAGS -W $compressed_testfile" "" "/dev/null" "objdump.out"]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dgfortran.exp53 if { [is_remote host] || [which $compiler] != 0 } then {
54 set tmp [remote_exec host "$compiler -v"]
59 if [is_remote host] {
150 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
158 if ![is_remote host] {
176 if ![is_remote host] {
H A Dg++.exp50 if { [is_remote host] || [which $compiler] != 0 } then {
51 set tmp [remote_exec host "$compiler -v"]
56 if [is_remote host] {
81 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
210 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
223 if ![is_remote host] {
245 if ![is_remote host] {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dgfortran.exp50 if { [is_remote host] || [which $compiler] != 0 } then {
51 set tmp [remote_exec host "$compiler -v"]
56 if [is_remote host] {
137 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
145 if ![is_remote host] {
163 if ![is_remote host] {
/netbsd-6-1-5-RELEASE/sys/arch/mips/sibyte/pci/
H A Dsbpcihb.c82 bool host; local
84 /* Tell the user whether it's host or device mode. */
86 host = (regval & M_SYS_PCI_HOST) != 0;
88 aprint_normal(": %s mode\n", host ? "host" : "device");
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dlogwtmp.c54 logwtmp(const char *line, const char *name, const char *host) argument
62 _DIAGASSERT(host != NULL);
69 (void) strncpy(ut.ut_host, host, sizeof(ut.ut_host));
H A Dlogwtmpx.c56 logwtmpx(const char *line, const char *name, const char *host, int status, argument
63 _DIAGASSERT(host != NULL);
68 (void)strncpy(ut.ut_host, host, sizeof(ut.ut_host));
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Ddb.c309 int write_host (host)
310 struct host_decl *host;
322 if (!db_printable (host -> name))
329 fprintf (db_file, "host %s {", host -> name);
334 if (host -> flags & HOST_DECL_DYNAMIC) {
341 if (host -> flags & HOST_DECL_DELETED) {
347 if (host -> interface.hlen) {
350 hardware_types [host -> interface.hbuf [0]],
351 print_hw_addr (host
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rsh/
H A Drsh.c106 char *args, *host, *p, *user, *name; local
110 host = user = NULL;
115 * If called as something other than "rsh" use it as the host name,
121 host = strdup(getprogname());
122 if (host == NULL)
127 /* handle "rsh host flags" */
128 if (!host && argc > 2 && argv[1][0] != '-') {
129 host = argv[1];
193 /* if haven't gotten a host yet, do so */
194 if (!host
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/ipsend/
H A D44arp.c42 * lookup host and return
46 int resolve(host, address)
47 char *host, *address;
52 add = inet_addr(host);
55 if (!(hp = gethostbyname(host)))
57 fprintf(stderr, "unknown host: %s\n", host);
H A Darp.c40 * lookup host and return
44 int resolve(host, address)
45 char *host, *address;
50 add = inet_addr(host);
53 if (!(hp = gethostbyname(host)))
55 fprintf(stderr, "unknown host: %s\n", host);
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dhosts_access.c5 * host (or domain) names, NIS (host) netgroup names, IP addresses (or
106 /* hosts_access - host access control facility */
241 char *host; local
243 if ((host = split_at(tok + 1, '@')) == 0) { /* plain daemon */
245 } else { /* daemon@host */
247 && host_match(host, request->server));
257 char *host; local
259 if ((host = split_at(tok + 1, '@')) == 0) { /* plain host */
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dinet_listen.c32 /* The communication endpoint to listen on. The syntax is "host:port".
34 /* A null host field means listen on all network interfaces.
92 char *host; local
103 if ((parse_err = host_port(buf, &host, "", &port, (char *) 0)) != 0)
105 if (*host == 0)
106 host = 0;
107 if ((aierr = hostname_to_sockaddr(host, port, SOCK_STREAM, &res0)) != 0)
119 msg_fatal("%s: host found but no usable address", addr);
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dgethnamaddr.c116 static struct hostent host; variable in typeref:struct:hostent
233 host.h_name = NULL;
276 host.h_name = bp;
279 qname = host.h_name;
283 host.h_aliases = host_aliases;
286 host.h_addr_list = h_addr_ptrs;
338 host.h_name = bp;
393 host.h_name = bp;
408 host.h_name = bp;
416 map_v4v6_hostent(&host,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y333 hosts : host
334 | host ',' hosts
337 host : WORD { label
339 /* allocate a new host */
340 struct sun_host *host = CALLOC(struct sun_host);
342 host->name = strdup($1);
344 /* Add this host to the host list. */
345 sun_list_add(get_sun_host_list(),(qelem *)host);
351 * It is assumed that the host fo
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/setnetbootinfo/
H A Dsetnetbootinfo.c51 char *netboot, *outfile, *addr, *host; variable
63 fprintf(stderr, "\t [-a ether-address | -h ether-host] infile\n");
88 /* use the argument as a host to find in /etc/ethers */
89 host = optarg;
112 if (unset && (force || host != NULL || addr != NULL))
116 if (force || host != NULL || addr != NULL)
121 if ((host == NULL && addr == NULL) ||
122 (host != NULL && addr != NULL))
125 if (host != NULL) {
126 if (ether_hostton(host,
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/mkalias/
H A Dmkalias.c61 split_address(char *address, int len, char *user, char *host) argument
73 s = host;
83 s = host;
98 check_host(char *address, char *host, int dflag, int uflag, int Eflag) argument
110 status = res_search(host, C_IN, T_AAAA, answer, sizeof(answer));
113 status = res_search(host, C_IN, T_A, answer, sizeof(answer));
116 status = res_search(host, C_IN, T_MX, answer, sizeof(answer));
163 char user[4096], host[4096]; /* XXX: DB bsize = 4096 in ypdb.c */ local
265 split_address(val.dptr, val.dsize, user, host);
267 if (eflag && check_host(val.dptr, host, dfla
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_lib.c164 /* Parse a URL and split it up into host, port and path components and whether
172 char *host, *port; local
208 host = p;
225 p = host;
226 if(host[0] == '[')
229 host++;
230 p = strchr(host, ']');
252 *phost = BUF_strdup(host);

Completed in 166 milliseconds

1234567891011>>