Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libopts/
HDenv.c128 if ( (os->pOD->pz_DisablePfx != NULL) in do_env_opt()
129 && (streqvcmp(os->pzOptArg, os->pOD->pz_DisablePfx) == 0)) { in do_env_opt()
HDputshell.c441 (pOD->pz_DisablePfx != NULL) in optionPutShell()
442 ? pOD->pz_DisablePfx : "false"); in optionPutShell()
HDmakeshell.c591 od->pz_NAME, od->pz_DisablePfx); in emit_inaction()
594 od->pz_NAME, od->pz_DisablePfx); in emit_inaction()
/NextBSD/contrib/ntp/sntp/libopts/autoopts/
HDoptions.h575 char const * const pz_DisablePfx; member