Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dloader.c187 const char *nulp;
191 nulp = memchr(source, 0, buf_size);
192 if (nulp) {
193 rom_add_blob_fixed(name, source, (nulp - source) + 1, dest);
169 const char *nulp; pstrcpy_targphys() local