| /src/crypto/external/bsd/netpgp/dist/src/hkpclient/ |
| tst | 3 host=localhost 8 host=$2 18 ./hkpclient.lua -s ${host} agc@netbsd.org 19 ./hkpclient.lua -s ${host} --mr 0xc0596823 20 ./hkpclient.lua -s ${host} 0xc0596823 21 ./hkpclient.lua --op index -s ${host} 0xc0596823 22 ./hkpclient.lua -o index -s ${host} --mr 0xc0596823 23 ./hkpclient.lua -o index -s ${host} --mr 0xc0596823 24 ./hkpclient.lua -o vindex -s ${host} --mr agc@ 25 ./hkpclient.lua -o index -s ${host} dhklsbcldshjkcdlsjhcvdsljhvcdsljhcvdjlshvcds [all...] |
| /src/lib/libwrap/ |
| eval.c | 4 * Routines for controlled evaluation of host names, user names, and so on. 44 * host name has the value STRING_PARANOID it means there was a name/address 66 eval_hostaddr(struct host_info *host) 68 if (host->addr[0] == 0) { 69 (void)strlcpy(host->addr, unknown, sizeof(host->addr)); 70 if (host->request->hostaddr != 0) 71 host->request->hostaddr(host); 73 return (host->addr) 134 char *host = eval_hostinfo(request->server); local [all...] |
| /src/external/bsd/nvi/dist/clib/ |
| gethostname.c | 17 gethostname(host, len) 18 char *host; 21 return (sysinfo(SI_HOSTNAME, host, len) == -1 ? -1 : 0);
|
| /src/external/gpl2/xcvs/dist/lib/ |
| canon-host.h | 0 /* Host name canonicalization 24 char *canon_host (char const *host); 25 char *canon_host_r (char const *host, int *cherror);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| auto-load.exp | 18 require {!is_remote host} 25 remote_exec host "rm -rf ${targetdir}" 31 remote_exec host "mkdir -p ${targetscriptdir}" 32 remote_exec host "cp ${sourcescript} ${targetscript}"
|
| gdb-sigterm-2.exp | 23 set gdb_pid [exp_pid -i [board_info host fileid]] 24 remote_exec host "kill -TERM $gdb_pid"
|
| build-id-seqno.exp | 25 # This test only places debug information on the host, so it is always 28 require {!is_remote host} 58 remote_exec host "mkdir -p $debugdir/[file dirname $build_id_filename]" 60 set host_hidden_debuginfo [gdb_remote_download host $hidden_debuginfo] 61 remote_exec host "ln -fs $host_hidden_debuginfo $debugdir/$build_id_filename" 96 remote_exec host "ln -fs $host_hidden_debuginfo \ 98 remote_exec host "ln -fs $host_hidden_debuginfo \ 100 remote_exec host "ln -fs $host_hidden_debuginfo \ 106 remote_exec host "ln -fs $missing_debuginfo $debugdir/$build_id_filename" 111 remote_exec host "ln -fs $missing_debuginfo [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| auto-load.exp | 18 require {!is_remote host} 25 remote_exec host "rm -rf ${targetdir}" 31 remote_exec host "mkdir -p ${targetscriptdir}" 32 remote_exec host "cp ${sourcescript} ${targetscript}"
|
| gdb-sigterm-2.exp | 23 set gdb_pid [exp_pid -i [board_info host fileid]] 24 remote_exec host "kill -TERM $gdb_pid"
|
| build-id-seqno.exp | 25 # This test only places debug information on the host, so it is always 28 require {!is_remote host} 58 remote_exec host "mkdir -p $debugdir/[file dirname $build_id_filename]" 60 set host_hidden_debuginfo [gdb_remote_download host $hidden_debuginfo] 61 remote_exec host "ln -fs $host_hidden_debuginfo $debugdir/$build_id_filename" 96 remote_exec host "ln -fs $host_hidden_debuginfo \ 98 remote_exec host "ln -fs $host_hidden_debuginfo \ 100 remote_exec host "ln -fs $host_hidden_debuginfo \ 106 remote_exec host "ln -fs $missing_debuginfo $debugdir/$build_id_filename" 111 remote_exec host "ln -fs $missing_debuginfo [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dwp-symlink.exp | 18 remote_file host delete [standard_output_file ${testfile}.dwp] 19 if [remote_file host exists [standard_output_file ${testfile}.dwp]] { 26 if ![remote_file host exists [standard_output_file ${testfile}.dwp]] { 33 remote_file host delete [standard_output_file ${thelink}] 34 remote_file host delete [standard_output_file ${thelink}.dwp] 36 remote_exec host "ln -sf ${testfile} [standard_output_file $thelink]" 37 if ![remote_file host exists [standard_output_file $thelink]] { 38 unsupported "host does not support symbolic links (binary symlink is missing)" 41 if [remote_file host exists [standard_output_file $thelink.dwp]] { 42 unsupported "host does not support symbolic links (we tried to delete a file and it is still there) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dwp-symlink.exp | 18 remote_file host delete [standard_output_file ${testfile}.dwp] 19 if [remote_file host exists [standard_output_file ${testfile}.dwp]] { 26 if ![remote_file host exists [standard_output_file ${testfile}.dwp]] { 33 remote_file host delete [standard_output_file ${thelink}] 34 remote_file host delete [standard_output_file ${thelink}.dwp] 36 remote_exec host "ln -sf ${testfile} [standard_output_file $thelink]" 37 if ![remote_file host exists [standard_output_file $thelink]] { 38 unsupported "host does not support symbolic links (binary symlink is missing)" 41 if [remote_file host exists [standard_output_file $thelink.dwp]] { 42 unsupported "host does not support symbolic links (we tried to delete a file and it is still there) [all...] |
| /src/external/bsd/unbound/bin/unbound-host/ |
| Makefile | 3 PROG=unbound-host
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| get_domainname.c | 52 const char *host; local 60 host = get_hostname(); 61 if ((dot = strchr(host, '.')) == 0 || strchr(dot + 1, '.') == 0) { 62 my_domain_name = mystrdup(host);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| riscv-tdesc-loading.exp | 25 if {[is_remote host]} { 26 set test_path [remote_download host $filename]
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| riscv-tdesc-loading.exp | 25 if {[is_remote host]} { 26 set test_path [remote_download host $filename]
|
| /src/external/bsd/ntp/dist/scripts/deprecated/ |
| ntp-groper | 3 # ntpgroper host ... 7 # the host is named "dumbo.hp.com": 31 for host in $* 33 # echo "Trying $host." 35 gethost $host > /dev/null 2>&1 38 echo "$host not registered in DNS" 42 ping $host 64 1 > /dev/null 2>&1 45 echo "$host not responding to ping" 53 ntpq -c "ntpversion $version" -p $host > $ntpqlog 2>&1 57 echo "$host refused ntpq connection [all...] |
| /src/external/bsd/libbind/dist/inet/ |
| inet_makeaddr.c | 49 * Formulate an Internet address from network + host. Used in 53 inet_makeaddr(net, host) 54 u_long net, host; 59 a.s_addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST); 61 a.s_addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST); 63 a.s_addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST); 65 a.s_addr = net | host;
|
| /src/usr.sbin/lpr/common_source/ |
| common_vars.c | 47 char host[MAXHOSTNAMELEN+1]; /* host machine name */ variable 48 char *from = host; /* client's machine name */
|
| /src/tests/lib/libc/gen/ |
| t_sethostname.c | 41 static char host[MAXHOSTNAMELEN]; variable 71 (void)sethostname(host, sizeof(host)); 76 (void)sethostname(host, sizeof(host)); 82 atf_tc_set_md_var(tc, "descr", "Too long host name errors out?"); 97 (void)sethostname(host, sizeof(host)); 103 atf_tc_set_md_var(tc, "descr", "Can normal user set the host name?"); 112 ATF_REQUIRE_ERRNO(EPERM, sethostname(host, sizeof(host)) == -1) [all...] |
| /src/external/bsd/ipf/dist/lib/ |
| alist_new.c | 15 alist_new(int family, char *host) 23 if (strchr(host, ':') != NULL) 37 while (ISSPACE(*host)) 38 host++; 40 if (*host == '!') { 42 host++; 43 while (ISSPACE(*host)) 44 host++; 48 slash = strchr(host, '/'); 59 sscanf(host, "%d.%d.%d.%d", &a, &b, &c, &d) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| send_to_kdc.c | 290 struct host; 293 krb5_error_code (*prepare)(krb5_context, struct host *, const krb5_data *); 294 krb5_error_code (*send_fn)(krb5_context, struct host *); 295 krb5_error_code (*recv_fn)(krb5_context, struct host *, krb5_data *); 299 struct host { struct 312 debug_host(krb5_context context, int level, struct host *host, const char *fmt, ...) 316 debug_host(krb5_context context, int level, struct host *host, const char *fmt, ...) 334 if (host->hi->proto == KRB5_KRBHST_HTTP 363 struct host *host = ptr; local 778 struct host *host; local [all...] |
| /src/crypto/external/bsd/heimdal/dist/tests/gss/ |
| check-basic.in | 90 ${kadmin} add -p p1 --use-defaults host/host.test.h5l.se@${R} || exit 1 91 ${kadmin} ext -k ${keytab} host/host.test.h5l.se@${R} || exit 1 114 --acquire-name=host@host.test.h5l.se || exit 1 119 --acquire-name=host@host || exit 1 128 --acquire-name=host@host2.test.h5l.se 2>/dev/null && exit 1 133 --acquire-name=host@host.test.h5l.se > /dev/null || exit [all...] |
| /src/external/gpl3/gdb/lib/libdecnumber/arch/aarch64/ |
| defs.mk | 5 G_OBJS=decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
|
| /src/external/gpl3/gdb/lib/libdecnumber/arch/aarch64eb/ |
| defs.mk | 5 G_OBJS=decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
|