Lines Matching refs:section
128 char *section, *value, *name; in sc_get() local
175 section = sa_get_property_attr(propsect, in sc_get()
187 section != NULL ? section : ""); in sc_get()
189 if (section != NULL) in sc_get()
190 sa_free_attr_string(section); in sc_get()
223 section = sa_get_property_attr(propsect, in sc_get()
236 section != NULL ? in sc_get()
237 section : "", opt->optname, in sc_get()
249 if (section != NULL) in sc_get()
250 sa_free_attr_string(section); in sc_get()
322 char *section = NULL; in sc_set() local
326 if (section != NULL) in sc_set()
327 free(section); in sc_set()
328 section = strdup(opt->optvalue); in sc_set()
334 section); in sc_set()
344 sect = sa_create_section(section, NULL); in sc_set()
363 err = sa_set_protocol_property(prop, section, in sc_set()
467 char *section = NULL; in sc_delsect() local
487 section = argv[optind++]; in sc_delsect()
506 section, proto); in sc_delsect()
517 propsect = sa_get_protocol_section(propset, section); in sc_delsect()
520 section, proto); in sc_delsect()
524 ret = sa_proto_delete_section(proto, section); in sc_delsect()