Home
last modified time | relevance | path

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

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