Searched refs:host (Results 276 - 300 of 1146) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/emulparams/
H A Delf64_sparc.sh25 # Treat a host that matches the target with the possible exception of "64"
27 if test `echo "$host" | sed -e 's/64//;s/v[789]//'` \
H A Delf64ppc.sh42 # Treat a host that matches the target with the possible exception of "64"
44 if test `echo "$host" | sed -e s/64//` = `echo "$target" | sed -e s/64//`; then
H A Delf_x86_64.sh19 if [ "x${host}" = "x${target}" ]; then
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-scripts/
H A Dphdrs.exp55 if {![is_remote host] && [which $objdump] == 0} {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.misc-tests/
H A Doptions.exp27 remote_download host $filename.c
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/gnu-encoding/
H A Dgnu-encoding.exp41 # Temporarily switch to the environment of the host compiler.
51 set status [remote_exec host "$generator $generator_args"]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/config/
H A Dmonitor.exp167 remote_push_conn host;
172 remote_pop_conn host;
184 if [is_remote host] {
186 set farg [remote_download host $arg];
H A Dsid.exp81 if {[catch [list remote_spawn host $spawncmd] msg]} {
100 remote_push_conn host;
115 remote_close host;
116 remote_pop_conn host;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dtwice.exp32 remote_download host ${srcdir}/${subdir}/twice.c twice.c
H A Dattach-pie-misread.exp17 if { ![isnative] || [is_remote host] || ![istarget *-linux*] || [skip_shlib_tests]} {
130 set res [remote_spawn host $binfile];
143 remote_exec host "kill -9 $pid"
148 remote_exec host "kill -9 $pid"
204 remote_exec host "kill -9 $pid"
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.misc-tests/
H A Doptions.exp27 remote_download host $filename.c
/netbsd-6-1-5-RELEASE/lib/libcompat/4.3/
H A Druserpass.c93 ruserpass(host, aname, apass)
94 const char *host;
102 _DIAGASSERT(host != NULL);
139 * Allow match either for user's input host name
141 * incompletely-specified host in local domain.
143 if (strcasecmp(host, tokval) == 0)
145 if ((tmp = strchr(host, '.')) != NULL &&
147 strncasecmp(host, tokval,
148 (size_t)(tmp - host)) == 0 &&
149 tokval[tmp - host]
[all...]
/netbsd-6-1-5-RELEASE/lib/libquota/
H A Dquota_nfs.c96 callaurpc(const char *host, rpcprog_t prognum, rpcvers_t versnum, argument
107 if ((hp = gethostbyname(host)) == NULL)
136 char *host, *path; local
169 host = strsep(&path, ":");
171 free(host);
179 ret = callaurpc(host, RQUOTAPROG, EXT_RQUOTAVERS,
186 ret = callaurpc(host, RQUOTAPROG, RQUOTAVERS,
191 free(host);
/netbsd-6-1-5-RELEASE/games/atc/
H A Dlog.c168 score[num_scores].host,
185 (void)strlcpy(thisscore.host, lname.nodename,
186 sizeof(thisscore.host));
203 strcmp(thisscore.host, score[i].host) == 0 &&
247 score[i].name, score[i].host,
279 "host", "game", "time", "real time", "planes safe");
283 cp = strchr(score[i].host, '.');
287 score[i].name, score[i].host, score[i].game,
/netbsd-6-1-5-RELEASE/usr.bin/rusers/
H A Drusers.c143 char host[NI_MAXHOST]; local
154 if (getnameinfo(sa, sa->sa_len, host, sizeof host, NULL, 0, 0))
162 printf("%-*.*s ", HOSTWID, HOSTWID, host);
167 char remote[HOSTWID + 3]; /* "(" host ")" \0 */
168 char local[HOSTWID + LINEWID + 2]; /* host ":" line \0 */
178 HOSTWID, host,
226 onehost(char *host) argument
235 rusers_clnt = clnt_create(host, RUSERSPROG, RUSERSVERS_IDLE, "udp");
241 ecode = getaddrinfo(host, NUL
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/write/
H A Dwrite.c222 char host[MAXHOSTNAMELEN + 1], line[512]; local
239 if (gethostname(host, sizeof(host)) < 0)
240 (void)strlcpy(host, "???", sizeof(host));
242 host[sizeof(host) - 1] = '\0';
247 login, host, mytty, nows + 11);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dobj-c++.exp49 if { [is_remote host] || [which $compiler] != 0 } then {
50 set tmp [remote_exec host "$compiler -v"]
55 if [is_remote host] {
80 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
219 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
232 if ![is_remote host] {
250 if ![is_remote host] {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dobj-c++.exp48 if { [is_remote host] || [which $compiler] != 0 } then {
49 set tmp [remote_exec host "$compiler -v"]
54 if [is_remote host] {
79 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
215 if { [is_remote host] || ! [info exists TESTING_IN_BUILD_TREE] } {
228 if ![is_remote host] {
246 if ![is_remote host] {
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dmain.c73 char host[MAXHOSTNAMELEN + 1]; /* host name */ variable
102 gethostname(host, sizeof(host));
103 host[sizeof(host) - 1] = '\0';
241 "usage: %s [-bDhinqRvwy] [-d var=value] [-f distfile] [-m host] "
243 "or : %s [-bDhinqRvwy] -c name ... [login@]host[:dest]\n",
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-selective/
H A Dselective.exp81 if { ![is_remote host] && [which $CXX] == 0 } {
112 set version [remote_exec host "$CXX -dumpversion"]
135 set libgcc [remote_exec host "$compiler -print-libgcc-file-name"]
143 set libgcc [remote_exec host "$compiler -print-libgcc-file-name"]
151 set libgcc [remote_exec host "$compiler -print-libgcc-file-name"]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c229 * Checks to make sure zone and host are safe. If safe, then
230 * hashes zone and host strings to build a path. If zone / host
235 create_path(const char *zone, const char *host, const char *client, argument
250 * client and host may both be NULL, but they can't both be
253 REQUIRE( (host == NULL && client == NULL) ||
254 (host != NULL && client == NULL) ||
255 (host == NULL && client != NULL) );
261 /* if host was passed, verify that it is safe */
262 if ((host !
377 char host[ISC_DIR_NAMEMAX]; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Damfs_host.c47 * NFS host file system.
48 * Mounts all exported filesystems from a given host.
71 "host",
149 * the host filesystem. If we don't do this, the standard
226 * Call the mount daemon on the remote host to
310 char *host; local
345 host = mf->mf_server->fs_host;
369 client = get_mount_client(host, &sin, &tv, &sock, mnt_version);
373 host, clnt_spcreateerror(""));
375 plog(XLOG_ERROR, "get_mount_client failed for %s", host);
635 char *host; local
[all...]
H A Dsrvr_nfs.c57 * Number of pings allowed to fail before host is declared down
218 * Almost certainly no mountd running on remote host
673 * Find an nfs server for a host.
678 char *host = mf->mf_fo->opt_rhost; local
730 host, mf->mf_fo->opt_rfs);
740 plog(XLOG_WARNING, "found compatibility option \"nfsv2\": set options vers=2,proto=udp for host %s", host);
757 * lookup host address and canonical name
759 hp = gethostbyname(host);
769 host
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/missing/
H A Dgetnameinfo.c100 getnameinfo(sa, salen, host, hostlen, serv, servlen, flags)
103 char *host;
205 if (host == NULL || hostlen == 0) {
209 * "||" here: RFC2553 says that host == NULL OR hostlen == 0
221 strcpy(host, numaddr);
231 char *ep = strchr(host, '\0');
265 strcpy(host, hp->h_name);
277 strcpy(host, numaddr);
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dbluetooth.c48 static struct hostent host; variable in typeref:struct:hostent
131 host.h_addr_list = host_addr_ptrs;
132 host.h_length = sizeof(host_addr);
133 host.h_addrtype = AF_BLUETOOTH;
136 host.h_name = cp;
137 q = host.h_aliases = host_aliases;
153 return (&host);

Completed in 306 milliseconds

<<11121314151617181920>>