Searched refs:get_comma (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | strace.c | 81 UNUSED static const char *get_comma(int); 177 qemu_log("%s", get_comma(last)); in print_signal() 443 qemu_log(TARGET_ABI_FMT_ld"%s", addrlen, get_comma(last)); in print_sockaddr() 631 qemu_log("%s%d", get_comma(first), i); in print_fdset() 746 qemu_log("]%s", get_comma(last)); in print_target_sigset_t_1() 1558 get_comma(int last) in get_comma() function 1581 qemu_log("%s%#x%s", sep, (unsigned int)flags, get_comma(last)); in print_flags() 1583 qemu_log("%s", get_comma(last)); in print_flags() 1587 qemu_log("%#x%s", (unsigned int)flags, get_comma(last)); in print_flags() 1605 qemu_log("%s", get_comma(last)); in print_enums() [all …]
|
/openbmc/qemu/bsd-user/ |
H A D | strace.c | 35 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()
|