Searched defs:gethostname (Results 1 – 8 of 8) sorted by relevance
/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
|
H A D | roken.h.in | 686 #define gethostname rk_gethostname macro
|
/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/tcsh/ |
H A D | tc.decls.h | 199 # define gethostname(a, b) xgethostname(a, b) macro
|
/freebsd/tests/sys/netinet/ |
H A D | udp_bindings.c | 173 ATF_TC_BODY(gethostname, tc) in ATF_TC_BODY() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 957 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) { in INTERCEPTOR() argument
|