Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/gen/
H A Dgethostname.c43 gethostname(char *name, size_t namelen) in gethostname() function
/freebsd-12.1/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-12.1/lib/libutil/tests/
H A Dtrimdomain-nodomain_test.c51 gethostname(char *name, size_t namelen) in gethostname() function
H A Dtrimdomain_test.c51 gethostname(char *name, size_t namelen) in gethostname() function
/freebsd-12.1/contrib/tcsh/
H A Dtc.decls.h200 # define gethostname(a, b) xgethostname(a, b) macro
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1429 WRAPPER2(int, gethostname, char *name, size_t len) in WRAPPER2() argument
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc843 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) { in INTERCEPTOR() argument