Home | History | Annotate | Download | only in qemu

Lines Matching defs:argument

1669  *  result   Passes the parsed integer in this argument
1726 char *argument = strdup(optarg), *p = argument;
1742 "Invalid argument for -net-forward, we expect "
1780 free(argument);
1784 /* Parses an -allow-tcp or -allow-udp argument and inserts a corresponding
1793 char *argument = strdup(optarg), *p = argument;
1803 "Invalid argument %s for -allow. We expect "
1820 free(argument);
2252 PANIC("%s: option '%s' requires an argument",
2573 printf("Bad argument to echr\n");