Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dpgusage.c138 sv_print_exit = print_exit; in optionPagedUsage()
150 print_exit = false; in optionPagedUsage()
Dversion.c198 print_ver(opts, od, print_exit ? stderr : stdout, true); in optionPrintVersion()
216 print_ver(opts, od, print_exit ? stderr : stdout, false); in optionPrintVersionAndReturn()
Dinit.c53 print_exit = ((opts->fOptSet & OPTPROC_SHELL_OUTPUT) != 0); in validate_struct()
Dautoopts.h491 static bool print_exit = false; variable
Dmakeshell.c43 if (print_exit) in option_exits()
Dusage.c544 option_usage_fp = print_exit ? stderr : stdout; in optionUsage()