Home
last modified time | relevance | path

Searched refs:print_exit (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dpgusage.c136 sv_print_exit = print_exit; in optionPagedUsage()
148 print_exit = false; in optionPagedUsage()
H A Dversion.c196 print_ver(opts, od, print_exit ? stderr : stdout, true); in optionPrintVersion()
214 print_ver(opts, od, print_exit ? stderr : stdout, false); in optionPrintVersionAndReturn()
H A Dinit.c51 print_exit = ((opts->fOptSet & OPTPROC_SHELL_OUTPUT) != 0); in validate_struct()
H A Dautoopts.h483 static bool print_exit = false; variable
H A Dmakeshell.c41 if (print_exit) in option_exits()
H A Dusage.c542 option_usage_fp = print_exit ? stderr : stdout; in optionUsage()