Home
last modified time | relevance | path

Searched refs:EI_MAXHOSTNAMELEN (Results 1 – 25 of 25) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/src/prog/
H A Derl_call.c144 char host_name[EI_MAXHOSTNAMELEN+1]; in main()
312 char h_hostname[EI_MAXHOSTNAMELEN+1]; in main()
319 if (gethostname(h_hostname, EI_MAXHOSTNAMELEN+1) < 0) { in main()
331 strncpy(h_hostname, hp->h_name, EI_MAXHOSTNAMELEN); in main()
332 h_hostname[EI_MAXHOSTNAMELEN] = '\0'; in main()
369 strncpy(host_name, hp->h_name, EI_MAXHOSTNAMELEN); in main()
370 host_name[EI_MAXHOSTNAMELEN] = '\0'; in main()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/src/prog/
H A Derl_call.c144 char host_name[EI_MAXHOSTNAMELEN+1]; in main()
312 char h_hostname[EI_MAXHOSTNAMELEN+1]; in main()
319 if (gethostname(h_hostname, EI_MAXHOSTNAMELEN+1) < 0) { in main()
331 strncpy(h_hostname, hp->h_name, EI_MAXHOSTNAMELEN); in main()
332 h_hostname[EI_MAXHOSTNAMELEN] = '\0'; in main()
369 strncpy(host_name, hp->h_name, EI_MAXHOSTNAMELEN); in main()
370 host_name[EI_MAXHOSTNAMELEN] = '\0'; in main()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/src/prog/
H A Derl_call.c112 char dst[EI_MAXHOSTNAMELEN + 1]) in format_node_hostname()
116 strncpy(dst, hostname, EI_MAXHOSTNAMELEN); in format_node_hostname()
117 dst[EI_MAXHOSTNAMELEN] = '\0'; in format_node_hostname()
137 char host_name[EI_MAXHOSTNAMELEN+1]; in main()
345 char h_hostname[EI_MAXHOSTNAMELEN+1]; in main()
352 if (gethostname(h_hostname, EI_MAXHOSTNAMELEN+1) < 0) { in main()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_erlang_event/
H A Dei_helpers.c339 if (strlen(listen_list.hostname) > EI_MAXHOSTNAMELEN) { in initialise_ei()
340 *(listen_list.hostname+EI_MAXHOSTNAMELEN) = '\0'; in initialise_ei()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/src/prog/
H A Derl_call.c154 char dst[EI_MAXHOSTNAMELEN + 1]) in format_node_hostname()
158 strncpy(dst, hostname, EI_MAXHOSTNAMELEN); in format_node_hostname()
159 dst[EI_MAXHOSTNAMELEN] = '\0'; in format_node_hostname()
179 char host_name[EI_MAXHOSTNAMELEN+1]; in main()
425 char h_hostname[EI_MAXHOSTNAMELEN+1]; in main()
432 if (gethostname(h_hostname, EI_MAXHOSTNAMELEN+1) < 0) { in main()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/src/prog/
H A Derl_call.c154 char dst[EI_MAXHOSTNAMELEN + 1]) in format_node_hostname()
158 strncpy(dst, hostname, EI_MAXHOSTNAMELEN); in format_node_hostname()
159 dst[EI_MAXHOSTNAMELEN] = '\0'; in format_node_hostname()
179 char host_name[EI_MAXHOSTNAMELEN+1]; in main()
425 char h_hostname[EI_MAXHOSTNAMELEN+1]; in main()
432 if (gethostname(h_hostname, EI_MAXHOSTNAMELEN+1) < 0) { in main()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/src/prog/
H A Derl_call.c154 char dst[EI_MAXHOSTNAMELEN + 1]) in format_node_hostname()
158 strncpy(dst, hostname, EI_MAXHOSTNAMELEN); in format_node_hostname()
159 dst[EI_MAXHOSTNAMELEN] = '\0'; in format_node_hostname()
179 char host_name[EI_MAXHOSTNAMELEN+1]; in main()
425 char h_hostname[EI_MAXHOSTNAMELEN+1]; in main()
432 if (gethostname(h_hostname, EI_MAXHOSTNAMELEN+1) < 0) { in main()
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/src/prog/
H A Derl_call.c154 char dst[EI_MAXHOSTNAMELEN + 1]) in format_node_hostname()
158 strncpy(dst, hostname, EI_MAXHOSTNAMELEN); in format_node_hostname()
159 dst[EI_MAXHOSTNAMELEN] = '\0'; in format_node_hostname()
179 char host_name[EI_MAXHOSTNAMELEN+1]; in main()
425 char h_hostname[EI_MAXHOSTNAMELEN+1]; in main()
432 if (gethostname(h_hostname, EI_MAXHOSTNAMELEN+1) < 0) { in main()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/src/connect/
H A Dei_resolve.c465 static char hostname[EI_MAXHOSTNAMELEN+1]; in my_gethostbyname()
491 static char hostname[EI_MAXHOSTNAMELEN+1]; in my_gethostbyaddr()
H A Dei_connect.c735 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_init_ussi()
748 if (gethostname(thishostname, EI_MAXHOSTNAMELEN+1) == -1) { in ei_connect_init_ussi()
914 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_tmo()
916 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ei_connect_tmo()
938 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_tmo()
940 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ei_connect_tmo()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/src/connect/
H A Dei_resolve.c465 static char hostname[EI_MAXHOSTNAMELEN+1]; in my_gethostbyname()
491 static char hostname[EI_MAXHOSTNAMELEN+1]; in my_gethostbyaddr()
H A Dei_connect.c735 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_init_ussi()
748 if (gethostname(thishostname, EI_MAXHOSTNAMELEN+1) == -1) { in ei_connect_init_ussi()
914 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_tmo()
916 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ei_connect_tmo()
938 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_tmo()
940 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ei_connect_tmo()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_ei_utils.c359 char hostname[EI_MAXHOSTNAMELEN + 1]; in create_ei_cnode()
372 strncpy(hostname, atsign, EI_MAXHOSTNAMELEN); in create_ei_cnode()
374 strncpy(hostname, kazoo_globals.hostname, EI_MAXHOSTNAMELEN); in create_ei_cnode()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/include/
H A Dei.h229 #define EI_MAXHOSTNAMELEN (MAXATOMLEN - 2) macro
369 char thishostname[EI_MAXHOSTNAMELEN+1];
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/include/
H A Dei.h229 #define EI_MAXHOSTNAMELEN (MAXATOMLEN - 2) macro
369 char thishostname[EI_MAXHOSTNAMELEN+1];
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/include/
H A Dei.h229 #define EI_MAXHOSTNAMELEN (MAXATOMLEN - 2) macro
369 char thishostname[EI_MAXHOSTNAMELEN+1];
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/include/
H A Dei.h229 #define EI_MAXHOSTNAMELEN (MAXATOMLEN - 2) macro
369 char thishostname[EI_MAXHOSTNAMELEN+1];
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/src/connect/
H A Dei_connect.c1007 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_init_ussi()
1020 if (gethostname(thishostname, EI_MAXHOSTNAMELEN+1) == -1) { in ei_connect_init_ussi()
1164 char thishostname[EI_MAXHOSTNAMELEN+1]; in ip_address_from_hostname()
1166 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ip_address_from_hostname()
1189 char thishostname[EI_MAXHOSTNAMELEN+1]; in ip_address_from_hostname()
1191 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ip_address_from_hostname()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/src/connect/
H A Dei_connect.c1009 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_init_ussi()
1022 if (gethostname(thishostname, EI_MAXHOSTNAMELEN+1) == -1) { in ei_connect_init_ussi()
1164 char thishostname[EI_MAXHOSTNAMELEN+1]; in ip_address_from_hostname()
1166 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ip_address_from_hostname()
1189 char thishostname[EI_MAXHOSTNAMELEN+1]; in ip_address_from_hostname()
1191 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ip_address_from_hostname()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/src/connect/
H A Dei_connect.c1009 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_init_ussi()
1022 if (gethostname(thishostname, EI_MAXHOSTNAMELEN+1) == -1) { in ei_connect_init_ussi()
1164 char thishostname[EI_MAXHOSTNAMELEN+1]; in ip_address_from_hostname()
1166 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ip_address_from_hostname()
1189 char thishostname[EI_MAXHOSTNAMELEN+1]; in ip_address_from_hostname()
1191 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ip_address_from_hostname()
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/src/connect/
H A Dei_connect.c1009 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_init_ussi()
1022 if (gethostname(thishostname, EI_MAXHOSTNAMELEN+1) == -1) { in ei_connect_init_ussi()
1164 char thishostname[EI_MAXHOSTNAMELEN+1]; in ip_address_from_hostname()
1166 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ip_address_from_hostname()
1189 char thishostname[EI_MAXHOSTNAMELEN+1]; in ip_address_from_hostname()
1191 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ip_address_from_hostname()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/src/connect/
H A Dei_connect.c1009 char thishostname[EI_MAXHOSTNAMELEN+1]; in ei_connect_init_ussi()
1022 if (gethostname(thishostname, EI_MAXHOSTNAMELEN+1) == -1) { in ei_connect_init_ussi()
1164 char thishostname[EI_MAXHOSTNAMELEN+1]; in ip_address_from_hostname()
1166 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ip_address_from_hostname()
1189 char thishostname[EI_MAXHOSTNAMELEN+1]; in ip_address_from_hostname()
1191 if (gethostname(thishostname,EI_MAXHOSTNAMELEN+1) < 0) { in ip_address_from_hostname()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/include/
H A Dei.h219 #define EI_MAXHOSTNAMELEN (MAXATOMLEN - 2) macro
348 char thishostname[EI_MAXHOSTNAMELEN+1];
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/include/
H A Dei.h219 #define EI_MAXHOSTNAMELEN (MAXATOMLEN - 2) macro
359 char thishostname[EI_MAXHOSTNAMELEN+1];
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/include/
H A Dei.h197 #define EI_MAXHOSTNAMELEN (MAXATOMLEN - 2) macro
318 char thishostname[EI_MAXHOSTNAMELEN+1];