Lines Matching defs:section
104 ret = gettext("delsect\t<section> <proto>");
129 char *section, *value, *name;
176 section = sa_get_property_attr(propsect,
180 * in the SMB client, print the section name.
188 section != NULL ? section : "");
190 if (section != NULL)
191 sa_free_attr_string(section);
193 /* Display properties for this section */
224 section = sa_get_property_attr(propsect,
237 section != NULL ?
238 section : "", opt->optname,
250 if (section != NULL)
251 sa_free_attr_string(section);
323 char *section = NULL;
326 if (strncmp("section", opt->optname, 7) == 0) {
327 if (section != NULL)
328 free(section);
329 section = strdup(opt->optvalue);
335 section);
345 sect = sa_create_section(section, NULL);
364 err = sa_set_protocol_property(prop, section,
468 char *section = NULL;
488 section = argv[optind++];
518 propsect = sa_get_protocol_section(propset, section);
520 (void) printf(gettext("Cannot find section %s for proto %s\n"),
521 section, proto);
525 ret = sa_proto_delete_section(proto, section);