Home
last modified time | relevance | path

Searched refs:pzProgPath (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dfind.c241 fprintf(stderr, zIllOptStr, opts->pzProgPath, name); in opt_unknown()
263 fprintf(stderr, zambig_opt_fmt, opts->pzProgPath, name, match_ct); in opt_ambiguous()
400 fprintf(stderr, zDisabledErr, pOpts->pzProgPath, pRes->pz_Name); in opt_find_short()
439 fprintf(stderr, zIllOptChr, pOpts->pzProgPath, optValue); in opt_find_short()
497 fprintf(stderr, zMisArg, opts->pzProgPath, o_st->pOD->pz_Name); in get_opt_arg_must()
602 fprintf(stderr, zNoArg, pOpts->pzProgPath, o_st->pOD->pz_Name); in get_opt_arg_none()
740 fprintf(stderr, zIllOptStr, opts->pzProgPath, opts->pzCurOpt-2); in find_opt()
H A Dreset.c110 fprintf(stderr, zIllOptChr, pOpts->pzProgPath, *pzArg); in optionResetOpt()
118 fprintf(stderr, zIllOptStr, pOpts->pzProgPath, pzArg); in optionResetOpt()
H A Dinit.c107 pp = (char const **)VOIDP(&(opts->pzProgPath)); in validate_struct()
H A Dmakeshell.c370 pp = VOIDP(&(opts->pzProgPath)); in emit_usage()
H A Dsave.c82 if (optionMakePath(f_name, (int)sizeof(f_name), dir, opts->pzProgPath)) { in find_dir_name()
H A Dconfigfile.c1009 path, opts->pzProgPath)) in intern_file_load()
H A Dusage.c1134 prt_ini_list(opts->papzHomeList, opts->pzRcName, opts->pzProgPath); in prt_prog_detail()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h612 char const * const pzProgPath; member