OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msg0
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
auth_driver.c
58
const uint16_t
msg0
[9] = {
variable
/external/srtp/crypto/test/
auth_driver.c
58
const uint16_t
msg0
[9] = {
variable
/external/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc
224
static const char
msg0
[] = "Disallowed system call #";
local
226
char buf[sizeof(
msg0
) - 1 + 25 + sizeof(msg1)];
229
strncat(buf,
msg0
, sizeof(buf) - 1);
Completed in 99 milliseconds