Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dexec.c38 pstrcat(detected_path, MAX_PATH, "\\cmd.exe"); in exec_get_cmd_path()
/openbmc/qemu/include/qemu/
H A Dcutils.h70 char *pstrcat(char *buf, int buf_size, const char *s);
/openbmc/qemu/qga/
H A Dcommands.c246 pstrcat(str, str_size, it->value); in guest_exec_get_args()
248 pstrcat(str, str_size, " "); in guest_exec_get_args()
/openbmc/qemu/util/
H A Dcutils.c80 char *pstrcat(char *buf, int buf_size, const char *s) in pstrcat() function