Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dloader.c169 const char *nulp; in pstrcpy_targphys() local
173 nulp = memchr(source, 0, buf_size); in pstrcpy_targphys()
174 if (nulp) { in pstrcpy_targphys()
175 rom_add_blob_fixed(name, source, (nulp - source) + 1, dest); in pstrcpy_targphys()