Home
last modified time | relevance | path

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

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