OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nulp
(Results
1 - 2
of
2
) 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);
/external/llvm/lib/Archive/
ArchiveReader.cpp
123
const char *
nulp
= (const char *)memchr(At, '\0', len);
local
124
pathname.assign(At,
nulp
!= 0 ? (uintptr_t)(
nulp
- At) : len);
Completed in 141 milliseconds