Home | History | Annotate | Download | only in qemu

Lines Matching refs:buf_size

193 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep)
203 if (buf_size > 0) {
204 if (len > buf_size - 1)
205 len = buf_size - 1;