Searched refs:vod (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | save.c | 652 prt_no_arg_opt(FILE * fp, tOptDesc * vod, tOptDesc * pod, save_flags_mask_t save_fl) in prt_no_arg_opt() argument 660 (DISABLED_OPT(vod)) ? pod->pz_DisableName : pod->pz_Name; in prt_no_arg_opt() 861 tOptDesc * vod; in optionSaveFile() local 890 vod = ((od->fOptState & OPTST_EQUIVALENCE) != 0) in optionSaveFile() 895 prt_no_arg_opt(fp, vod, od, save_flags); in optionSaveFile() 899 prt_entry(fp, vod, VOIDP(vod->optArg.argInt), save_flags); in optionSaveFile() 903 prt_str_arg(fp, vod, save_flags); in optionSaveFile() 907 prt_enum_arg(fp, vod, save_flags); in optionSaveFile() 911 prt_set_arg(fp, vod, save_flags); in optionSaveFile() 915 prt_entry(fp, vod, vod->optArg.argBool ? "true" : "false", save_flags); in optionSaveFile() [all …]
|
H A D | proto.h | 480 prt_no_arg_opt(FILE * fp, tOptDesc * vod, tOptDesc * pod, save_flags_mask_t save_fl);
|