HomeSort by relevance Sort by last modified time
    Searched full:nulp (Results 1 - 1 of 1) sorted by null

  /external/qemu/
loader.c 149 const char *nulp; local
152 nulp = memchr(source, 0, buf_size);
153 if (nulp) {
155 (nulp - source) + 1);

Completed in 19 milliseconds