Home
last modified time | relevance | path

Searched refs:opt_val (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/sendmail/libsm/
Dt-cf.c34 opt.opt_val = NULL;
41 if (opt.opt_val == NULL)
44 printf("%s=%s\n", opt.opt_name, opt.opt_val);
Dcf.c86 optv[i].opt_val = sm_strdup_x(val);
/freebsd-12-stable/contrib/ntp/sntp/libopts/
Dnested.c626 optionUnloadNested(tOptionValue const * opt_val) in optionUnloadNested() argument
628 if (opt_val == NULL) return; in optionUnloadNested()
629 if (opt_val->valType != OPARG_TYPE_HIERARCHY) { in optionUnloadNested()
634 unload_arg_list(opt_val->v.nestVal); in optionUnloadNested()
636 AGFREE(opt_val); in optionUnloadNested()
816 tOptionValue * opt_val = optionLoadNested( in optionNestedVal() local
819 if (opt_val != NULL) in optionNestedVal()
820 addArgListEntry(&(od->optCookie), VOIDP(opt_val)); in optionNestedVal()
Dconfigfile.c291 tOptionValue * opt_val = *(ovlist++); in optionGetValue() local
292 if (strcmp(opt_val->pzName, vname) == 0) { in optionGetValue()
293 res = opt_val; in optionGetValue()
/freebsd-12-stable/contrib/sendmail/include/sm/
Dcf.h20 char *opt_val; member
/freebsd-12-stable/contrib/sendmail/vacation/
Dvacation.c335 mbdbname.opt_val = "pw";
337 err = sm_mbdb_initialize(mbdbname.opt_val);