Searched refs:pstrcat (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/migration/ |
| H A D | exec.c | 38 pstrcat(detected_path, MAX_PATH, "\\cmd.exe"); in exec_get_cmd_path()
|
| /openbmc/qemu/include/qemu/ |
| H A D | cutils.h | 70 char *pstrcat(char *buf, int buf_size, const char *s);
|
| /openbmc/qemu/qga/ |
| H A D | commands.c | 246 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 D | cutils.c | 80 char *pstrcat(char *buf, int buf_size, const char *s) in pstrcat() function
|