Home | History | Annotate | Download | only in qemu

Lines Matching refs:argument

2308  *  result   Passes the parsed integer in this argument
2383 char *argument = strdup(optarg), *p = argument;
2399 "Invalid argument for -net-forward, we expect "
2437 free(argument);
2441 /* Parses an -allow-tcp or -allow-udp argument and inserts a corresponding
2450 char *argument = strdup(optarg), *p = argument;
2460 "Invalid argument %s for -allow. We expect "
2477 free(argument);
2669 PANIC("%s: option '%s' requires an argument",
3013 printf("Bad argument to echr\n");