OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unprinted
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
strings.c
327
size_t len, char **
unprinted
)
329
size_t curlen = *
unprinted
== NULL ? 0 : strlen (*
unprinted
);
369
if (unlikely (*
unprinted
!= NULL))
371
fputs_unlocked (*
unprinted
, stdout);
372
free (*
unprinted
);
373
*
unprinted
= NULL;
395
*
unprinted
= xstrndup ((const char *) start, curlen);
401
size_t len, char **
unprinted
)
407
process_chunk_mb (fname, buf, to, len,
unprinted
);
519
char *
unprinted
= NULL;
local
620
char *
unprinted
= NULL;
local
[
all
...]
/external/valgrind/main/memcheck/docs/
mc-manual.xml
586
unprinted
leak is not considered a true "error". If this were not the
[
all
...]
Completed in 58 milliseconds