Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/sntp/libopts/
HDenv.c122 if ( (os->pOD->pz_DisablePfx != NULL) in do_env_opt()
123 && (streqvcmp(os->pzOptArg, os->pOD->pz_DisablePfx) == 0)) { in do_env_opt()
HDputshell.c425 (pOD->pz_DisablePfx != NULL) in optionPutShell()
426 ? pOD->pz_DisablePfx : "false"); in optionPutShell()
HDmakeshell.c553 od->pz_NAME, od->pz_DisablePfx); in emit_inaction()
556 od->pz_NAME, od->pz_DisablePfx); in emit_inaction()
/freebsd-head/contrib/ntp/sntp/libopts/autoopts/
HDoptions.h576 char const * const pz_DisablePfx; member