Home
last modified time | relevance | path

Searched refs:gethostname (Results 1 – 10 of 10) sorted by relevance

/f-stack/tools/libutil/tests/
H A Dtrimdomain_test.c51 gethostname(char *name, size_t namelen) in gethostname() function
H A Dtrimdomain-nodomain_test.c51 gethostname(char *name, size_t namelen) in gethostname() function
/f-stack/tools/libutil/
H A Dtrimdomain.c67 if (gethostname(domain, sizeof(domain) - 1) == 0 && in trimdomain()
/f-stack/freebsd/kern/
H A Dcapabilities.conf293 gethostname
H A Dinit_sysent.c145 …{ compat(AS(ogethostname_args),gethostname), .sy_auevent = AUE_SYSCTL, .sy_flags = SYF_CAPENABLED,…
/f-stack/tools/libxo/libxo/
H A Dxo_syslog.c592 (void) gethostname(hostname, sizeof(hostname)); in xo_vsyslog()
/f-stack/tools/netstat/
H A Dinet6.c1348 if (gethostname(domain, sizeof(domain)) == 0 &&
/f-stack/dpdk/app/proc-info/
H A Dmain.c196 int err = gethostname(host_id, MAX_LONG_OPT_SZ-1); in proc_info_preparse_args()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.c196 if (gethostname(hostname, NGX_MAXHOSTNAMELEN) == -1) { in ngx_init_cycle()
/f-stack/tools/route/
H A Droute.c592 if (gethostname(domain, MAXHOSTNAMELEN) == 0 && in routename()