Searched refs:frmt (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/powertop/powertop/ |
| H A D | 0001-src-fix-compatibility-with-ncurses-6.3.patch | 44 @@ -583,7 +583,7 @@ void ui_notify_user_ncurses(const char *frmt, ...) 46 vsnprintf(notify, UI_NOTIFY_BUFF_SZ - 1, frmt, list);
|
| /OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/ |
| H A D | kvm_stat | 1531 def log(stats, opts, frmt, keys): argument 1547 if isinstance(frmt, CSVFormat) and f.tell() != 0: 1549 print(frmt.get_banner(), file=f or sys.stdout) 1553 frmt.get_statline(keys, values) 1568 not (opts.log_to_file and isinstance(frmt, CSVFormat))): 1808 frmt = CSVFormat(keys) 1810 frmt = StdFormat(keys) 1811 log(stats, options, frmt, keys)
|