Home
last modified time | relevance | path

Searched refs:HOSTNAMESIZE (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dpruxenv.c168 #define HOSTNAMESIZE 1024 macro
175 char this_host_name [HOSTNAMESIZE];
181 (UX_gethostname (this_host_name, HOSTNAMESIZE)));
202 char this_host_name[HOSTNAMESIZE];
206 UX_gethostname (this_host_name, HOSTNAMESIZE));
H A Duxsock.c170 #define HOSTNAMESIZE 1024 macro
175 char host_name [HOSTNAMESIZE]; in OS_get_host_name()
177 (syscall_gethostname, (UX_gethostname (host_name, HOSTNAMESIZE))); in OS_get_host_name()
H A Dos2sock.c163 #define HOSTNAMESIZE 1024 macro
168 char host_name [HOSTNAMESIZE]; in OS_get_host_name()
169 if (gethostname (host_name, HOSTNAMESIZE)) in OS_get_host_name()
/dports/benchmarks/netperf/netperf-d566775bf/src/
H A Dnetsh.h9 #define HOSTNAMESIZE 255 macro
83 extern char host_name[HOSTNAMESIZE];/* remote host name or ip addr */
84 extern char local_host_name[HOSTNAMESIZE];
H A Dnetsh.c104 host_name[HOSTNAMESIZE] = "", /* remote host name or ip addr */
105 local_host_name[HOSTNAMESIZE] = "", /* local hostname or ip */
H A Dnettest_bsd.c910 local_data_address = malloc(HOSTNAMESIZE); in complete_addrinfos()