Searched refs:host (Results 126 - 150 of 1146) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgetnetgrent.c70 #define INNETGR_ARGS const char *netgroup, const char *host, \
77 return (innetgr_p(netgroup, host, user, domain, net_data));
81 getnetgrent(NGR_R_CONST char **host, NGR_R_CONST char **user, argument
92 DE_CONST(ch, *host);
120 innetgr_p(const char *netgroup, const char *host, argument
127 return ((*ng->test)(ng, netgroup, host, user, domain));
131 getnetgrent_p(const char **host, const char **user, const char **domain, argument
137 return ((*ng->next)(ng, host, user, domain));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/i386/
H A Di386.exp22 || [is_remote host]} then {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dreadelf.exp51 set got [remote_exec host "$READELF $READELFFLAGS -h $binary_file" "" "/dev/null" "readelf.out"]
52 if [is_remote host] then {
53 remote_upload host "readelf.out"
89 set got [remote_exec host "$READELF $READELFFLAGS $options $binary_file" "" "/dev/null" "readelf.out"]
156 set tempfile [remote_download host tmpdir/testprog.o]
159 set got [remote_exec host "$READELF $READELFFLAGS -wi $tempfile" "" "/dev/null" "readelf.out"]
162 set output [remote_upload host readelf.out]
229 set tempfile [remote_download host tmpdir/dw2-compressed.o]
232 set got [remote_exec host "$READELF $READELFFLAGS -wa $tempfile" "" "/dev/null" "readelf.out"]
235 set output [remote_upload host readel
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/x86-64/
H A Dx86-64.exp18 if {![istarget "x86_64-*-linux*"] || [is_remote host]} then {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dexterns.exp28 remote_spawn host "./externs-12.exe"
29 set l5 [remote_wait host 10]
33 remote_spawn host "./externs-21.exe"
34 set l6 [remote_wait host 10]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c++/
H A Dctors.exp33 remote_spawn host "./ctors-12.exe"
34 set l5 [remote_wait host 10]
38 remote_spawn host "./ctors-21.exe"
39 set l6 [remote_wait host 10]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.xml/
H A Dtdesc-arch.exp69 remote_download host "${subdir}/tdesc-arch.xml" "tdesc-arch.xml"
90 remote_file host delete "tdesc-arch.xml"
103 remote_download host "$subdir/tdesc-arch.xml" "tdesc-arch.xml"
116 remote_file host delete "tdesc-arch.xml"
/netbsd-6-1-5-RELEASE/usr.bin/whois/
H A Dwhois.c97 const char *host, *name, *country; local
102 country = host = NULL;
107 host = ANICHOST;
110 host = PNICHOST;
116 host = DNICHOST;
119 host = FNICHOST;
122 host = GNICHOST;
125 host = optarg;
128 host = INICHOST;
131 host
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/ypwhich/
H A Dypwhich.c59 * ypwhich: query a host about its yp service
62 * ypwhich [-d domain] [[-h] host]
63 * (who is host's ypserv?)
64 * ypwhich [-h host] [-d domain] [-f] [-t] -m [mapname]
70 * -f: for -m, force us to talk directly to ypserv on the specified host
72 * -h: specify a host to ask [default = localhost]
191 (void)fprintf(stderr, "Usage:\t%s [-T] [-d domain] [[-h] host]\n"
192 "\t%s [-fTt] [-d domain] [-h host] -m [mapname]\n"
211 * find_server: ask a host's ypbind who its current ypserver is
214 find_server(const char *host, cons argument
272 find_mapmaster(const char *host, const char *domain, const char *map, int inhibit, int force, int tcp, const struct ypalias *ypaliases) argument
[all...]
/netbsd-6-1-5-RELEASE/tools/llvm-clang/
H A DMakefile7 .include "${.CURDIR}/../Makefile.host"
9 install.host: ${HOST_BINDIR}/${MACHINE_GNU_PLATFORM}-clang++
10 install.host: ${HOST_BINDIR}/${MACHINE_GNU_PLATFORM}-clang-cpp
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dget_host_realm.c39 /* To automagically find the correct realm of a host (without
46 * hosts. To find the realm of host a.b.c, it first tries
136 * Try to figure out what realms host in `domain' belong to from the
157 * This function assumes that `host' is a FQDN (and doesn't handle the
158 * special case of host == NULL either).
165 const char *host,
174 for (p = host; p != NULL; p = strchr (p + 1, '.')) {
178 for (q = host; q != NULL; q = strchr(q + 1, '.'))
190 p = strchr(host, '.');
210 N_("unable to find realm of host
164 _krb5_get_host_realm_int(krb5_context context, const char *host, krb5_boolean use_dns, krb5_realm **realms) argument
225 const char *host = targethost; local
[all...]
H A Dkrbhst-test.c90 char host[MAXHOSTNAMELEN]; local
97 host, sizeof(host)) == 0)
98 printf("\thost: %s\n", host);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/win32/
H A Dhost.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on host.dsp
3 CFG=host - Win32 Debug
4 !MESSAGE No configuration specified. Defaulting to host - Win32 Debug.
7 !IF "$(CFG)" != "host - Win32 Release" && "$(CFG)" != "host - Win32 Debug"
12 !MESSAGE NMAKE /f "host.mak" CFG="host - Win32 Debug"
16 !MESSAGE "host - Win32 Release" (based on "Win32 (x86) Console Application")
17 !MESSAGE "host - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "host
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c64 extern int fixmount_check_mount(char *host, struct in_addr hostaddr, char *path);
90 fprintf(stderr, "usage: fixmount [-adervAqf] [-h hostname] host ...\n");
158 remove_mount(CLIENT *client, char *host, mountlist ml, int fixit) argument
167 printf("%s: bogus mount %s:%s\n", host, ml->ml_hostname, ml->ml_directory);
170 printf("%s: removing %s:%s\n", host, ml->ml_hostname, ml->ml_directory);
184 host, ml->ml_directory);
195 * fix mount list on remote host
198 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force) argument
207 if ((he = gethostbyname(host))) {
215 if (force || !fixmount_check_mount(host, hostadd
226 remove_all(CLIENT *client, char *host) argument
270 char *host; local
540 clnt_create_timeout(char *host, struct timeval *tvp) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetaddrinfo_hostspec.c40 /* getaddrinfo via string specifying host and port */
50 char host[MAXHOSTNAMELEN]; local
93 snprintf (host, sizeof(host), "%.*s", hostspec_len, hostspec);
94 return getaddrinfo (host, portstr, &hints, ai);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/bio/
H A Dsconnect.c4 /* A minimal program to do SSL to a passed host and port.
6 * sconnect host:port - it does a 'GET / HTTP/1.0'
22 char *host; local
31 host="localhost:4433";
33 host=argv[1];
57 BIO_set_conn_hostname(out,host);
/netbsd-6-1-5-RELEASE/etc/
H A Dmonthly14 host="$(hostname)"
19 echo "Subject: $host monthly output for $date"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/vax/
H A Dobjdump.exp41 if [is_remote host] {
42 set objfile [remote_download host tmpdir/entrymask.o]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstep-line.exp49 set remote_linefile [remote_download host ${srcdir}/${subdir}/${linefile}]
98 remote_file host delete ${remote_linefile}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dformat.exp40 if [is_remote host] {
41 remote_download host $srcdir/$subdir/format.h
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dgetrpcport.c66 getrpcport(host, prognum, versnum, proto)
67 char *host;
73 _DIAGASSERT(host != NULL);
75 if ((hp = gethostbyname(host)) == NULL)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-basic.exp47 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
53 remote_file host delete ${remote_dwarf_srcfile}
H A Ddw2-compressed.exp46 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
52 remote_file host delete ${remote_dwarf_srcfile}
H A Ddw2-intercu.exp47 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
53 remote_file host delete ${remote_dwarf_srcfile}
H A Ddw2-intermix.exp46 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
52 remote_file host delete ${remote_dwarf_srcfile}

Completed in 176 milliseconds

1234567891011>>