Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libopts/
HDpgusage.c136 sv_print_exit = print_exit; in optionPagedUsage()
148 print_exit = false; in optionPagedUsage()
HDversion.c193 print_ver(opts, od, print_exit ? stderr : stdout, true); in optionPrintVersion()
211 print_ver(opts, od, print_exit ? stderr : stdout, false); in optionPrintVersionAndReturn()
HDinit.c56 print_exit = ((opts->fOptSet & OPTPROC_SHELL_OUTPUT) != 0); in validate_struct()
HDautoopts.h473 static bool print_exit = false; variable
HDmakeshell.c79 if (print_exit) in option_exits()
HDusage.c593 option_usage_fp = print_exit ? stderr : stdout; in optionUsage()