Lines Matching refs:section
129 char *section, *value, *name; in sc_get() local
176 section = sa_get_property_attr(propsect, in sc_get()
188 section != NULL ? section : ""); in sc_get()
190 if (section != NULL) in sc_get()
191 sa_free_attr_string(section); in sc_get()
225 section = sa_get_property_attr(propsect, in sc_get()
238 section != NULL ? in sc_get()
239 section : "", opt->optname, in sc_get()
251 if (section != NULL) in sc_get()
252 sa_free_attr_string(section); in sc_get()
324 char *section = NULL; in sc_set() local
328 if (section != NULL) in sc_set()
329 free(section); in sc_set()
330 section = strdup(opt->optvalue); in sc_set()
336 section); in sc_set()
346 sect = sa_create_section(section, NULL); in sc_set()
365 err = sa_set_protocol_property(prop, section, in sc_set()
469 char *section = NULL; in sc_delsect() local
489 section = argv[optind++]; in sc_delsect()
519 propsect = sa_get_protocol_section(propset, section); in sc_delsect()
522 section, proto); in sc_delsect()
526 ret = sa_proto_delete_section(proto, section); in sc_delsect()