Lines Matching defs:section
112 ret = gettext("delsect [-h] section proto");
128 char *section, *value, *name;
175 section = sa_get_property_attr(propsect,
179 * in the SMB client, print the section name.
187 section != NULL ? section : "");
189 if (section != NULL)
190 sa_free_attr_string(section);
192 /* Display properties for this section */
223 section = sa_get_property_attr(propsect,
236 section != NULL ?
237 section : "", opt->optname,
249 if (section != NULL)
250 sa_free_attr_string(section);
322 char *section = NULL;
325 if (strncmp("section", opt->optname, 7) == 0) {
326 if (section != NULL)
327 free(section);
328 section = strdup(opt->optvalue);
334 section);
344 sect = sa_create_section(section, NULL);
363 err = sa_set_protocol_property(prop, section,
467 char *section = NULL;
487 section = argv[optind++];
506 section, proto);
517 propsect = sa_get_protocol_section(propset, section);
519 (void) printf(gettext("Cannot find section %s for proto %s\n"),
520 section, proto);
524 ret = sa_proto_delete_section(proto, section);