/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_sethostname.c | 77 ATF_REQUIRE(gethostname(name, sizeof(name) - 1) == 0); in ATF_TC_BODY() 80 ATF_REQUIRE(gethostname(name, sizeof(name)) == 0); in ATF_TC_BODY() 143 ATF_REQUIRE(gethostname(host, sizeof(host)) == 0); in ATF_TP_ADD_TCS()
|
/freebsd/tests/sys/netinet/ |
H A D | udp_bindings.c | 172 ATF_TC_WITHOUT_HEAD(gethostname); 173 ATF_TC_BODY(gethostname, tc) in ATF_TC_BODY() argument 244 ATF_TP_ADD_TC(tp, gethostname); in ATF_TP_ADD_TCS()
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | krb4encpwd.c | 156 gethostname(hostname, sizeof(hostname)); 207 gethostname(lhostname, sizeof(lhostname)); 299 gethostname(hostname, sizeof(hostname));
|
/freebsd/sbin/ipf/libipf/ |
H A D | initparse.c | 17 gethostname(thishost, sizeof(thishost)); in initparse()
|
/freebsd/lib/libc/gen/ |
H A D | gethostname.c | 40 __ssp_real(gethostname)(char *name, size_t namelen) in __ssp_real() argument
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | gethostname.c | 51 gethostname(char *name, int namelen) in gethostname() function
|
/freebsd/bin/hostname/ |
H A D | hostname.c | 80 if (gethostname(hostname, (int)sizeof(hostname))) in main()
|
/freebsd/contrib/ntp/libntp/ |
H A D | findconfig.c | 30 if (gethostname(hostname, BUFSIZ) >= 0) { in FindConfig()
|
/freebsd/lib/libutil/tests/ |
H A D | trimdomain_test.c | 50 __ssp_real(gethostname)(char *name, size_t namelen) in __ssp_real() argument
|
H A D | trimdomain-nodomain_test.c | 50 __ssp_real(gethostname)(char *name, size_t namelen) in __ssp_real() argument
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | pam_start.c | 77 if (gethostname(hostname, sizeof hostname) != 0) in pam_start()
|
/freebsd/lib/libutil/ |
H A D | trimdomain.c | 64 if (gethostname(domain, sizeof(domain) - 1) == 0 && in trimdomain()
|
/freebsd/lib/libc/rpc/ |
H A D | netname.c | 129 (void) gethostname(hostname, sizeof(hostname)); in host2netname()
|
/freebsd/contrib/tcsh/ |
H A D | tc.decls.h | 198 # undef gethostname 199 # define gethostname(a, b) xgethostname(a, b) macro
|
H A D | dotlock.c | 58 (void)gethostname(hostname, sizeof(hostname)); in create_exclusive()
|
/freebsd/usr.bin/talk/ |
H A D | get_names.c | 76 gethostname(hostname, sizeof (hostname)); in get_names()
|
/freebsd/libexec/talkd/ |
H A D | talkd.c | 82 if (gethostname(hostname, sizeof(hostname) - 1) < 0) { in main()
|
/freebsd/usr.sbin/lpr/lprm/ |
H A D | lprm.c | 87 gethostname(local_host, sizeof(local_host)); in main()
|
/freebsd/lib/libpam/modules/pam_login_access/ |
H A D | pam_login_access.c | 93 gethostname(hostname, sizeof hostname); in pam_sm_acct_mgmt()
|
/freebsd/usr.bin/passwd/ |
H A D | passwd.c | 144 gethostname(hostname, sizeof hostname); in main()
|
/freebsd/tools/regression/rpcsec_gss/ |
H A D | rpctest.c | 98 gethostname(hostname, sizeof(hostname)); in test_client() 296 gethostname(hostname, sizeof(hostname));; in test_server()
|
/freebsd/include/ssp/ |
H A D | unistd.h | 82 __ssp_redirect(int, gethostname, (char *__buf, size_t __len), (__buf, __len));
|
/freebsd/usr.bin/rwall/ |
H A D | rwall.c | 136 gethostname(hostname, sizeof(hostname)); in makemsg()
|
/freebsd/usr.sbin/lpr/lpq/ |
H A D | lpq.c | 81 if (gethostname(local_host, sizeof(local_host))) in main()
|
/freebsd/contrib/smbfs/lib/smb/ |
H A D | nb_net.c | 59 if (gethostname(buf, sizeof(buf)) != 0) in nb_getlocalname()
|