OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_buf
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-pgm.c
370
char
source_buf
[INET6_ADDRSTRLEN], group_buf[INET6_ADDRSTRLEN];
local
372
char
source_buf
[INET_ADDRSTRLEN], group_buf[INET_ADDRSTRLEN];
local
429
inet_ntop(source_af, source,
source_buf
, sizeof(
source_buf
));
445
source_buf
, group_buf, EXTRACT_32BITS(&nak->pgmn_seq));
/bionic/tests/
fortify_test.cpp
57
char
source_buf
[15];
local
58
memcpy(
source_buf
, "12345678901234", 15);
59
ASSERT_EXIT(sprintf(myfoo.a, "%s",
source_buf
),
379
char
source_buf
[15];
local
380
memcpy(
source_buf
, "12345678901234", 15);
381
ASSERT_EXIT(sprintf(buf, "%s",
source_buf
), testing::KilledBySignal(SIGABRT), "");
Completed in 58 milliseconds