Home
last modified time | relevance | path

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

/qemu/util/
H A Dlog.c188 char *pidstr = strstr(filename, "%"); in valid_filename_template() local
190 if (pidstr) { in valid_filename_template()
192 if (pidstr[1] != 'd' || strchr(pidstr + 2, '%')) { in valid_filename_template()
H A Doslib-posix.c122 char pidstr[32]; in qemu_write_pidfile() local
176 snprintf(pidstr, sizeof(pidstr), FMT_pid "\n", getpid()); in qemu_write_pidfile()
177 if (qemu_write_full(fd, pidstr, strlen(pidstr)) != strlen(pidstr)) { in qemu_write_pidfile()