/netbsd-src/usr.sbin/rpc.pcnfsd/ |
H A D | pcnfsd_test.c | 25 char *host_name; in main() local 38 host_name = argv[2]; in main() 58 test_v2_auth(host_name, user_name, passwd); in main() 60 test_v2_auth(host_name, user_name, "bogus"); in main() 64 test_v2_init(host_name, printer); in main() 66 test_v2_start(host_name, printer, user_name, "foo", "foo"); in main() 68 test_v2_start(host_name, printer, user_name, "bar", "bar"); in main() 70 test_v2_start(host_name, printer, user_name, "bletch", "gack"); in main() 75 test_v2_cancel(host_name, printer, "nosuchuser", last_id); in main() 77 test_v2_cancel(host_name, printer, user_name, last_id); in main() [all …]
|
/netbsd-src/libexec/telnetd/ |
H A D | telnetd.c | 665 char host_name[MAXHOSTNAMELEN + 1]; 712 (void)gethostname(host_name, sizeof(host_name)); in doit() 713 host_name[sizeof(host_name) - 1] = '\0'; in doit() 714 hostname = host_name; in doit() 908 (void)strlcpy(host_name, HN, sizeof(host_name)); in telnet() 916 edithost(HE, host_name); in telnet() 663 char host_name[MAXHOSTNAMELEN + 1]; global() variable
|
/netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
H A D | host_macros.m4 | 92 host_name=`(hostname || uname -n) 2>/dev/null` || host_name=unknown 93 AC_DEFINE_UNQUOTED(HOST_NAME, "$host_name") 94 AC_MSG_RESULT($host_name)
|
/netbsd-src/external/bsd/am-utils/dist/libamu/ |
H A D | mount_fs.c | 864 char *host_name, in compute_nfs23_args() argument 943 NFS_HN_DREF(nap->hostname, host_name); in compute_nfs23_args() 1258 char *host_name, in compute_nfs4_args() argument 1279 nap->hostname.len = strlen(host_name); in compute_nfs4_args() 1281 memcpy(nap->hostname.data, host_name, nap->hostname.len + 1); in compute_nfs4_args() 1401 char *host_name, in compute_nfs_args() argument 1407 nfs_proto, fhp, host_name, fs_name); in compute_nfs_args() 1411 nfs_proto, fhp, host_name, fs_name); in compute_nfs_args()
|
/netbsd-src/external/gpl3/gdb.old/bin/gdbserver/arch/x86_64/ |
H A D | version.cc | 7 const char host_name[] = "x86_64--netbsd"; variable
|
/netbsd-src/external/gpl3/gdb/bin/gdbserver/arch/x86_64/ |
H A D | version.cc | 7 const char host_name[] = "x86_64--netbsd"; variable
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | dhcpcd.conf | 32 option host_name
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
H A D | test_config.h | 40 std::string host_name; member
|
H A D | test_config.cc | 96 { "-host-name", &TestConfig::host_name },
|
H A D | ossl_shim.cc | 948 if (!config->host_name.empty() && in DoExchange() 949 !SSL_set_tlsext_host_name(ssl.get(), config->host_name.c_str())) { in DoExchange()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | internet | 1613 host_name(const _Allocator& __a = _Allocator()) const 1633 && __a.host_name() == __b.host_name() 2047 host_name(const _Allocator& __a, error_code& __ec) 2063 host_name(const _Allocator& __a) 2064 { return host_name(__a, __throw_on_error{"host_name"}); } 2067 host_name(error_code& __ec) 2068 { return host_name(std::allocator<char>{}, __ec); } 2071 host_name() 2072 { return host_name(std::allocator<char>{}, __throw_on_error{"host_name"}); }
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | internet | 1691 host_name(const _Allocator& __a = _Allocator()) const 1711 && __a.host_name() == __b.host_name() 2121 host_name(const _Allocator& __a, error_code& __ec) 2137 host_name(const _Allocator& __a) 2138 { return host_name(__a, __throw_on_error{"host_name"}); } 2141 host_name(error_code& __ec) 2142 { return host_name(std::allocator<char>{}, __ec); } 2145 host_name() 2146 { return host_name(std::allocator<char>{}, __throw_on_error{"host_name"}); }
|
/netbsd-src/external/bsd/dhcpcd/dist/ |
H A D | README.md | 59 option domain_name_servers, domain_name, domain_search, host_name
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | ssh.c | 552 process_config_files(const char *host_name, struct passwd *pw, int final_pass, in process_config_files() argument 560 !read_config_file(config, pw, host, host_name, &options, in process_config_files() 569 (void)read_config_file(buf, pw, host, host_name, in process_config_files() 575 host, host_name, &options, in process_config_files()
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_utils.h | 383 …p_addr, u_long nfs_version, char *nfs_proto, am_nfs_handle_t *fhp, char *host_name, char *fs_name);
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
H A D | report.py | 101 host_name=socket.gethostname(),
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | sniffer | 389 # host_name[9];
|
/netbsd-src/external/gpl3/gdb/dist/gdbserver/ |
H A D | ChangeLog-2002-2021 | 14525 (version, host_name): Don't declare. 14527 (version, host_name): Don't declare. 20492 * gdbreplay.c (version, host_name): Add declarations. 21891 * server.h (version, host_name): Add declarations.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1999 | 3858 (version, host_name, target_name): Delete extern declarations.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1999 | 3858 (version, host_name, target_name): Delete extern declarations.
|