Searched refs:host (Results 151 - 175 of 1146) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-producer.exp44 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
50 remote_file host delete ${remote_dwarf_srcfile}
H A Ddw2-stack-boundary.exp36 if [is_remote host] {
37 set arg [remote_download host $binfile]
H A Dmac-fileno.exp47 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
53 remote_file host delete ${remote_dwarf_srcfile}
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-section-script.exp53 set remote_python_file [remote_download host ${srcdir}/${subdir}/${testfile}.py]
69 remote_file host delete ${remote_python_file}
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dtfile.exp48 remote_file host delete basic.tf
49 remote_file host delete error.tf
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dfind_inet.c11 /* unsigned find_inet_addr(host)
12 /* const char *host;
62 /* find_inet_addr - translate numerical or symbolic host name */
64 unsigned find_inet_addr(const char *host) argument
69 addr.s_addr = inet_addr(host);
71 if ((hp = gethostbyname(host)) == 0)
72 msg_fatal("host not found: %s", host);
H A Dinet_connect.c26 /* The destination to connect to. The format is host:port. If no
27 /* host is specified, a port on the local host is assumed.
82 char *host; local
94 * Translate address information to internal form. No host defaults to
95 * the local host.
98 if ((parse_err = host_port(buf, &host, "localhost", &port, (char *) 0)) != 0)
100 if ((aierr = hostname_to_sockaddr(host, port, SOCK_STREAM, &res0)) != 0)
101 msg_fatal("host/service %s/%s not found: %s",
102 host, por
[all...]
/netbsd-6-1-5-RELEASE/share/examples/npf/
H A DMakefile8 FILES= host-npf.conf soho_gw-npf.conf hashtablefile treetablefile
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/ypinit/
H A Dypinit.sh89 $progname: The local host's YP domain name has not been set.
98 host=`${HOSTNAME}`
99 if [ -z "${host}" ]; then
101 $progname: The local host's hostname has not been set.
107 if [ "${servertype}" = "slave" -a "${host}" = "${master}" ]; then
109 "$progname: cannot setup a YP slave server off the local host."
156 echo ${host} >> ${tmpfile}
157 echo " next host: ${host}";
159 echo -n " next host
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/tsiggss/
H A Dtests.sh16 host="$1"
23 update add $host $cmd
26 echo "I:testing update for $host $type $cmd"
28 echo "I:update failed for $host $type $cmd"
32 out=`$DIG $DIGOPTS -t $type -q $host | egrep "^${host}"`
35 echo "I:dig output incorrect for $host $type $cmd: $out"
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/mount/
H A Dmount_aix.c68 aix5_mkvp(char *p, int gfstype, int flags, char *object, char *stub, char *host, char *info, int info_size, char *args) argument
87 VMT_ASSIGN(vp, VMT_HOST, host, strlen(host) + 1);
88 VMT_ASSIGN(vp, VMT_HOSTNAME, host, strlen(host) + 1);
110 char *host, *rfs, *idx; local
156 host = strdup(fsname);
160 host = strdup(am_get_hostname());
163 size = aix5_mkvp(buf, type, flags, rfs, dir, host,
166 XFREE(host);
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dclnt_simple.c84 char host[MAXHOSTNAMELEN]; /* Servers host */ local
118 * the future calls to same prog, vers, host and nettype combination.
123 rpc_call(host, prognum, versnum, procnum, inproc, in, outproc, out, nettype)
124 const char *host; /* host name */
137 _DIAGASSERT(host != NULL);
171 (!strcmp(rcp->host, host)) &&
181 rcp->client = clnt_create(host, prognu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dobjcopy.exp24 if ![is_remote host] {
33 if ![is_remote host] {
37 set tempfile [remote_download host tmpdir/bintest.o]
64 if [is_remote host] {
67 remote_upload host $tempfile $src1
68 remote_upload host ${copyfile}.o $src2
121 if [is_remote host] {
122 remote_upload host ${reversed} tmpdir/copy-reversed.o
154 if [is_remote host] {
155 remote_upload host
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Domapi.c136 "host",
149 log_fatal ("Can't register host object type: %s",
254 } else if (!omapi_ds_strcmp (name, "host")) {
328 } else if (!omapi_ds_strcmp (name, "host")) {
329 if (lease -> host)
332 ((omapi_object_t *)lease -> host), MDL);
415 if (lease -> host)
416 host_dereference (&lease -> host, file, line);
535 if (lease -> host) {
536 status = omapi_connection_put_name (c, "host");
859 struct host_decl *host; local
1051 struct host_decl *host; local
1118 struct host_decl *host; local
1151 struct host_decl *host; local
1200 struct host_decl *host; local
1299 struct host_decl *host; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c1061 /* Convert from host stat structure to solaris stat structure */
1064 struct stat *host,
1071 target.st_dev = H2T_4(host->st_dev);
1072 target.st_ino = H2T_4(host->st_ino);
1073 target.st_mode = H2T_4(host->st_mode);
1074 target.st_nlink = H2T_4(host->st_nlink);
1075 target.st_uid = H2T_4(host->st_uid);
1076 target.st_gid = H2T_4(host->st_gid);
1077 target.st_size = H2T_4(host->st_size);
1080 target.st_rdev = H2T_4(host
1060 convert_to_solaris_stat(unsigned_word addr, struct stat *host, cpu *processor, unsigned_word cia) argument
1239 convert_to_solaris_termio(unsigned_word addr, struct termio *host, cpu *processor, unsigned_word cia) argument
1318 convert_to_solaris_termios(unsigned_word addr, struct termios *host, cpu *processor, unsigned_word cia) argument
2003 convert_to_linux_stat(unsigned_word addr, struct stat *host, cpu *processor, unsigned_word cia) argument
2203 convert_to_linux_termio(unsigned_word addr, struct termio *host, cpu *processor, unsigned_word cia) argument
2292 convert_to_linux_termios(unsigned_word addr, struct termios *host, cpu *processor, unsigned_word cia) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-ifunc/
H A Dbinutils.exp66 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"]
74 set got [remote_exec host "$prog tmpdir/$test"]
82 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/revnetgroup/
H A Drevnetgroup.c88 char *line, *p, *host, *user, *domain; local
158 while (rng_getnetgrent(&host, &user, &domain) != 0) {
160 if (!(host && !strcmp(host,"-"))) {
162 host ? host : "*",
/netbsd-6-1-5-RELEASE/usr.bin/showmount/
H A Dshowmount.c96 static int tcp_callrpc(const char *host, int prognum, int versnum,
112 const char *host; local
146 host = *argv;
148 host = "localhost";
154 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers,
162 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers,
174 printf("All mount points on %s:\n", host);
177 printf("Directories on %s:\n", host);
180 printf("Hosts on %s:\n", host);
186 printf("Exports list on %s:\n", host);
215 tcp_callrpc(const char *host, int prognum, int versnum, int procnum, xdrproc_t inproc, char *in, xdrproc_t outproc, char *out) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/lib/
H A Dld-lib.exp34 if { ![is_remote host] && [which $ld] == 0 } then {
39 remote_exec host "$ld --version" "" "/dev/null" "ld.version"
40 remote_upload host "ld.version"
43 remote_file host delete "ld.version"
54 if { ![is_remote host] && [which "$prog"] == 0 } then {
60 set status [remote_exec host [concat sh -c [list "$prog $command 2>&1"]] "" "/dev/null" "ld.tmp"]
61 remote_upload host "ld.tmp"
68 remote_file host delete ld.tmp
93 remote_file host delete $target
166 remote_file host delet
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/fsinfo/
H A Dwr_dumpset.c83 host *hp;
85 ITER(hp, host, q) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/tkey/ns1/
H A Dsetup.sh22 keyname=`$KEYGEN -T KEY -a DH -b 768 -n host -r $RANDFILE server`
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/
H A Dmain.h23 int handle_pkt (int rpktl, struct pkt *rpkt, struct addrinfo *host);
27 int on_wire (struct addrinfo *host, struct addrinfo *bcastaddr);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/lib/
H A Dgas-dg.exp24 remote_file host delete "$output_file"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-ia64/
H A Dline.exp35 remote_file host delete "tmpdir/undefined"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-x86-64/
H A Dline.exp35 remote_file host delete "tmpdir/undefined"

Completed in 219 milliseconds

1234567891011>>