Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-posix.c119 char *cherr = NULL; in ga_run_command() local
141 cherr = g_strdup_printf("failed to exec '%s'", argv[0]); in ga_run_command()
142 perror(cherr); in ga_run_command()
143 g_free(cherr); in ga_run_command()