Home | History | Annotate | Download | only in qemu

Lines Matching full:strlen

213     qemu_chr_write(s, (uint8_t *)buf, strlen(buf));
314 d->drv->chr_write(d->drv, (uint8_t *)buf1, strlen(buf1));
352 chr->chr_write(chr, (uint8_t *)cbuf, strlen(cbuf));
356 chr->chr_write(chr, (uint8_t *)ebuf, strlen(ebuf));
383 chr->chr_write(chr,(uint8_t *)term,strlen(term));
1068 len = strlen(q_ptsname(s->fd)) + 5;
2631 int len = strlen(qemu_opts_id(opts)) + 6;