Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 16 of 16) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dclst.c5 static int clst(char sep, const char **s1, const char **s2) in clst() argument
12 register int r0 asm("r0") = sep; in clst()
29 char sep; member
37 .sep = 0,
45 .sep = 1,
53 .sep = 2,
72 cc = clst(t->sep, &s1, &s2); in main()
/qemu/util/
H A Derror-report.c143 const char *sep = ""; in print_loc() local
149 sep = " "; in print_loc()
155 error_printf("%s%s", sep, argp[i]); in print_loc()
156 sep = " "; in print_loc()
168 error_printf("%s", sep); in print_loc()
H A Dqemu-option.c707 const char *sep = ""; in qemu_opts_print() local
711 sep = separator; in qemu_opts_print()
716 printf("%s%s=", sep, opt->name); in qemu_opts_print()
718 sep = separator; in qemu_opts_print()
731 printf("%s%s=", sep, desc->name); in qemu_opts_print()
735 printf("%s%s=%" PRId64, sep, desc->name, opt->value.uint); in qemu_opts_print()
737 printf("%s%s=%s", sep, desc->name, value); in qemu_opts_print()
739 sep = separator; in qemu_opts_print()
/qemu/scripts/qapi/
H A Devents.py59 sep = ' '
61 ret += sep
62 sep = ', '
64 ret += 'has_' + c_name(memb.name) + sep
H A Dgen.py115 sep = ''
119 sep = ', '
124 ret += sep
125 sep = ', '
131 ret += sep + extra
H A Dvisit.py75 sep = ''
83 sep = '\n'
85 ret += sep
/qemu/tests/unit/
H A Dtest-qobject-input-visitor.c472 const char *sep; in test_visitor_in_list_struct() local
492 sep = ""; in test_visitor_in_list_struct()
494 g_string_append_printf(json, "%s%d", sep, j); in test_visitor_in_list_struct()
495 sep = ", "; in test_visitor_in_list_struct()
501 sep = ""; in test_visitor_in_list_struct()
504 sep = ", "; in test_visitor_in_list_struct()
509 sep = ""; in test_visitor_in_list_struct()
513 sep = ", "; in test_visitor_in_list_struct()
518 sep = ""; in test_visitor_in_list_struct()
520 g_string_append_printf(json, "%s'%d'", sep, i); in test_visitor_in_list_struct()
[all …]
/qemu/io/
H A Dchannel-websock.c209 char *nl, *sep, *tmp; in qio_channel_websock_extract_headers() local
283 sep = strchr(buffer, ':'); in qio_channel_websock_extract_headers()
284 if (!sep) { in qio_channel_websock_extract_headers()
288 *sep = '\0'; in qio_channel_websock_extract_headers()
289 sep++; in qio_channel_websock_extract_headers()
290 while (*sep == ' ') { in qio_channel_websock_extract_headers()
291 sep++; in qio_channel_websock_extract_headers()
301 hdr->value = sep; in qio_channel_websock_extract_headers()
/qemu/ui/
H A Dui-hmp-cmds.c421 char *sep; in sendkey_completion() local
427 sep = strrchr(str, '-'); in sendkey_completion()
428 if (sep) { in sendkey_completion()
429 str = sep + 1; in sendkey_completion()
/qemu/system/
H A Dqdev-monitor.c365 const char *sep = " "; in qbus_error_append_bus_list_hint() local
370 error_append_hint(errp, "%s\"%s\"", sep, child->name); in qbus_error_append_bus_list_hint()
371 sep = ", "; in qbus_error_append_bus_list_hint()
380 const char *sep = " "; in qbus_error_append_dev_list_hint() local
385 error_append_hint(errp, "%s\"%s\"", sep, in qbus_error_append_dev_list_hint()
390 sep = ", "; in qbus_error_append_dev_list_hint()
/qemu/include/qemu/
H A Doption.h144 void qemu_opts_print(QemuOpts *opts, const char *sep);
/qemu/python/qemu/qmp/
H A Dqmp_shell.py265 (key, sep, val) = arg.partition('=')
266 if sep != '=':
/qemu/scripts/
H A Dcheckpatch.pl1888 my $sep = '';
1895 $err .= "$sep$ctx\n";
1896 $sep = '';
1898 $sep = "[...]\n";
/qemu/linux-user/
H A Dstrace.c1505 const char *sep = ""; in print_flags() local
1510 qemu_log("%s%s", sep, f->f_string); in print_flags()
1512 sep = "|"; in print_flags()
1520 qemu_log("%s%#x%s", sep, (unsigned int)flags, get_comma(last)); in print_flags()
1562 const char *sep = ""; in print_file_mode() local
1572 qemu_log("%s%s", m->f_string, sep); in print_file_mode()
1573 sep = "|"; in print_file_mode()
1582 qemu_log("%s%#o", sep, (unsigned int)mode); in print_file_mode()
/qemu/net/
H A Dslirp.c52 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep) in get_str_sep() argument
57 p1 = strchr(p, sep); in get_str_sep()
/qemu/tcg/
H A Dtcg.c2626 const char *sep = k ? "," : ""; in tcg_dump_ops() local
2627 col += ne_fprintf(f, "%s%s", sep, in tcg_dump_ops()
2632 const char *sep = k ? "," : ""; in tcg_dump_ops() local
2633 col += ne_fprintf(f, "%s%s", sep, in tcg_dump_ops()