Home
last modified time | relevance | path

Searched defs:gethostname (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/gen/
H A Dgethostname.c40 __ssp_real(gethostname)(char *name, size_t namelen) in __ssp_real() argument
/freebsd/crypto/heimdal/lib/roken/
H A Dgethostname.c51 gethostname(char *name, int namelen) in gethostname() function
H A Droken.h.in686 #define gethostname rk_gethostname macro
/freebsd/lib/libutil/tests/
H A Dtrimdomain_test.c50 __ssp_real(gethostname)(char *name, size_t namelen) in __ssp_real() argument
H A Dtrimdomain-nodomain_test.c50 __ssp_real(gethostname)(char *name, size_t namelen) in __ssp_real() argument
/freebsd/contrib/tcsh/
H A Dtc.decls.h199 # define gethostname(a, b) xgethostname(a, b) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp957 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) { in INTERCEPTOR() argument