OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undef_char
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/memcheck/tests/
origin3-no.c
43
char
undef_char
= *ptr_to_undef_char;
local
45
return (
undef_char
== 0x12 ? 11 : 22);
Completed in 1086 milliseconds