Lines Matching defs:opt
213 struct options *opt;
216 for (opt = optlist; opt != NULL; opt = opt->next) {
227 opt->optname);
230 propsect, opt->optname)) {
238 section : "", opt->optname,
243 opt->optname,
255 opt->optname);
322 struct options *opt;
325 for (opt = optlist; opt != NULL; opt = opt->next) {
326 if (strncmp("section", opt->optname, 7) == 0) {
329 section = strdup(opt->optvalue);
337 opt->optname);
340 opt->optname);
349 opt->optname, opt->optvalue);
365 opt->optvalue);
370 opt->optname, sa_errorstr(err));
375 opt->optname);