Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/sendmail/libsm/
HDt-cf.c34 opt.opt_val = NULL;
41 if (opt.opt_val == NULL)
44 printf("%s=%s\n", opt.opt_name, opt.opt_val);
HDcf.c86 optv[i].opt_val = sm_strdup_x(val);
/freebsd-13-stable/contrib/ntp/sntp/libopts/
HDnested.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()
HDconfigfile.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-13-stable/contrib/sendmail/include/sm/
HDcf.h20 char *opt_val; member
/freebsd-13-stable/contrib/sendmail/vacation/
HDvacation.c335 mbdbname.opt_val = "pw";
337 err = sm_mbdb_initialize(mbdbname.opt_val);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_util.c2151 const char *vdev_enc_sysfs_path, const char *opt_key, const char *opt_val) argument
2192 opt_val ? opt_val : "");
HDlibzfs.abi7283 <parameter type-id='80f4b756' name='opt_val'/>
/freebsd-13-stable/sys/contrib/openzfs/include/
HDlibzfs.h330 const char *vdev_enc_sysfs_path, const char *opt_key, const char *opt_val);