Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c131 char *section_id; member
177 const char *section_id);
185 const char *section_id);
196 static boolean_t del_section(config_file_t *p_config_file, char *section_id);
643 const char *section_id) in new_section() argument
648 section_id)); in new_section()
650 (section_id != NULL)); in new_section()
655 p_section->section_id = safe_strdup(section_id); in new_section()
695 if (p_section->section_id != NULL) in destroy_config()
696 free(p_section->section_id); in destroy_config()
[all …]