Searched refs:defhost (Results 1 – 4 of 4) sorted by relevance
122 char *defhost; variable362 if (defhost != NULL) { in endconfig()363 free(defhost); in endconfig()364 defhost = NULL; in endconfig()492 free(defhost); in getconfigent()493 defhost = sep->se_hostaddr; in getconfigent()579 sep->se_hostaddr = newstr(defhost); in getconfigent()944 defhost = newstr("*"); in config_root()1192 save_defhost = defhost; in include_configs()1209 defhost = save_defhost; in include_configs()[all …]
271 extern char *defhost;
213 sep->se_hostaddr = newstr(defhost); in fill_default_values()
275 ldap_init( LDAP_CONST char *defhost, int defport ) in ldap_init() argument287 if (defhost != NULL) { in ldap_init()288 rc = ldap_set_option(ld, LDAP_OPT_HOST_NAME, defhost); in ldap_init()