Home
last modified time | relevance | path

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

/xen/tools/libs/toollog/
A Dxtl_logger_stdio.c38 bool progress_use_cr; member
125 if (!lg->progress_use_cr) { in stdiostream_progress()
176 case XTL_STDIOSTREAM_PROGRESS_USE_CR: newlogger.progress_use_cr = 1; break; in xtl_createlogger_stdiostream()
177 case XTL_STDIOSTREAM_PROGRESS_NO_CR: newlogger.progress_use_cr = 0; break; in xtl_createlogger_stdiostream()
179 newlogger.progress_use_cr = isatty(fileno(newlogger.f)) > 0; in xtl_createlogger_stdiostream()
/xen/tools/xl/
A Dxl.c54 bool progress_use_cr = 0; variable
381 progress_use_cr = 1; in main()
398 (progress_use_cr ? XTL_STDIOSTREAM_PROGRESS_USE_CR : 0)); in main()
A Dxl.h271 extern bool progress_use_cr;
A Dxl_migrate.c579 bool pass_tty_arg = progress_use_cr || (isatty(2) > 0); in main_migrate()

Completed in 6 milliseconds