OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msg_eol
(Results
1 - 1
of
1
) sorted by null
/external/libunwind/tests/
test-coredump-unwind.c
75
const char *
msg_eol
= "\n";
variable
106
msgeol_len = strlen(
msg_eol
);
135
strcpy(&msg[used],
msg_eol
);
142
msg[used] = '\0'; /* remove
msg_eol
(usually "\n") */
Completed in 1499 milliseconds