Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c629 config_file_t *p_config_file; in new_config_file() local
633 p_config_file->section_head = p_config_file->section_tail = NULL; in new_config_file()
636 return (p_config_file); in new_config_file()
665 p_config_file->section_argc++; in new_section()
679 assert(p_config_file != NULL); in destroy_config()
704 free(p_config_file); in destroy_config()
705 p_config_file = NULL; in destroy_config()
779 config_file_t *p_config_file; in parse_file() local
885 return (p_config_file); in parse_file()
887 destroy_config(p_config_file); in parse_file()
[all …]