Home
last modified time | relevance | path

Searched refs:pz_NAME (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dputshell.c261 printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); in print_enumeration()
272 printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); in print_enumeration()
281 printf(zOptNumFmt, pOpts->pzPROGNAME, pOD->pz_NAME, in print_membership()
288 printf("readonly %s_", pOD->pz_NAME); in print_membership()
314 printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); in print_stacked_arg()
317 printf(ARG_BY_NUM_FMT, pOpts->pzPROGNAME, pOD->pz_NAME, in print_stacked_arg()
320 printf(EXPORT_ARG_FMT, pOpts->pzPROGNAME, pOD->pz_NAME, in print_stacked_arg()
387 printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); in optionPutShell()
424 printf(zOptDisabl, pOpts->pzPROGNAME, pOD->pz_NAME, in optionPutShell()
435 printf(zOptNumFmt, pOpts->pzPROGNAME, pOD->pz_NAME, in optionPutShell()
[all …]
H A Denv.c223 nln = strlen(st.pOD->pz_NAME) + 1; in env_presets()
228 memcpy(pzFlagName, st.pOD->pz_NAME, nln); in env_presets()
241 if (st.pOD->pz_NAME == NULL) in env_presets()
244 nln = strlen(st.pOD->pz_NAME) + 1; in env_presets()
249 memcpy(pzFlagName, st.pOD->pz_NAME, nln); in env_presets()
H A Dmakeshell.c409 if (SKIP_OPT(od) || (od->pz_NAME == NULL)) in emit_wrapup()
424 printf(fmt, opts->pzPROGNAME, od->pz_NAME, min); in emit_wrapup()
445 if (SKIP_OPT(od) || (od->pz_NAME == NULL)) in emit_setup()
491 printf(fmt, opts->pzPROGNAME, od->pz_NAME, def_val); in emit_setup()
508 } else if (od->pz_NAME == NULL) { in emit_action()
518 printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); in emit_action()
522 od->pz_NAME, od->optMaxCt); in emit_action()
524 printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); in emit_action()
531 printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); in emit_action()
535 printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); in emit_action()
[all …]
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h565 char const * const pz_NAME; member