Home
last modified time | relevance | path

Searched refs:pz_enum_err_fmt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Denum.c49 fprintf(option_usage_fp, pz_enum_err_fmt, pOpts->pzProgName, in enum_err()
176 pz_enum_err_fmt = znum_too_large; in find_name()
210 pz_enum_err_fmt = (res == name_ct) ? zNoKey : zambiguous_key; in find_name()
H A Dautoopts.h475 static char const * pz_enum_err_fmt; variable