Home
last modified time | relevance | path

Searched refs:hostnamestr (Results 1 – 7 of 7) sorted by relevance

/dports/mail/mlmmj/mlmmj-1.3.0/include/
H A Dstrgen.h33 char *hostnamestr(void);
/dports/mail/mlmmj/mlmmj-1.3.0/src/
H A Dstrgen.c122 char *hostnamestr() in hostnamestr() function
H A Dmlmmj-send.c1104 smtphelo = hostnamestr(); in main()
/dports/mail/mlmmj/mlmmj-1.3.0/contrib/receivestrip/mlmmj_src/
H A Dstrgen.c143 char *hostnamestr() in hostnamestr() function
/dports/dns/ldapdns/ldapdns-2.07/
H A Dengine.c166 static int start_ldap_connection(ldap_ctx *o, char *hostnamestr) in start_ldap_connection() argument
175 x = strchr(hostnamestr, ':'); in start_ldap_connection()
185 if (ldap_is_ldap_url(hostnamestr)) { in start_ldap_connection()
186 ldap_initialize(&o->ldap_con, hostnamestr); in start_ldap_connection()
188 o->ldap_con = ldap_init(hostnamestr, port); in start_ldap_connection()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dslash.c4433 char *hostname = NULL, hostnamestr[MAX_CHARS]; local
4482 strcpy(hostnamestr, Players[i]->hostname);
4483 hostname = hostnamestr;
4593 strcpy(hostnamestr, Players[i]->hostname);
4594 hostname = hostnamestr;
/dports/mail/mlmmj/mlmmj-1.3.0/
H A DChangeLog176 o Fixed hostnamestr() for hosts that can't find themselves using