Home
last modified time | relevance | path

Searched refs:get_comma (Results 1 – 2 of 2) sorted by last modified time

/qemu/bsd-user/
H A Dstrace.c35 get_comma(int last) in get_comma() function
49 (void)snprintf(format, sizeof(format), "%s%s", fmt, get_comma(last)); in print_raw_param()
325 gemu_log("%s%s", signal_name, get_comma(last)); in print_signal()
/qemu/linux-user/
H A Dstrace.c78 UNUSED static const char *get_comma(int);
1497 get_comma(int last) in get_comma() function
1522 qemu_log("%s", get_comma(last)); in print_flags()
1544 qemu_log("%s", get_comma(last)); in print_enums()
1566 qemu_log("000%s", get_comma(last)); in print_file_mode()
1584 qemu_log("%s", get_comma(last)); in print_file_mode()
1593 qemu_log("%s", get_comma(last)); in print_open_flags()
1688 qemu_log("NULL%s", get_comma(last)); in print_pointer()
1701 qemu_log("NULL%s", get_comma(last)); in print_number()
1797 qemu_log("}%s", get_comma(last)); in print_itimerval()
[all …]