OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hello_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_str_test.cc
103
size_t
hello_len
= 13;
local
104
size_t hello_size = (
hello_len
+ 1) * sizeof(wchar_t);
105
EXPECT_EQ(
hello_len
, wcslen(Ident(L"Hello, World!")));
108
EXPECT_EQ(
hello_len
, Ident(wcslen(heap_string)));
/src/external/bsd/tcpdump/dist/
print-olsr.c
239
const u_char *msg_data, u_int
hello_len
)
243
while (
hello_len
>= sizeof(struct olsr_lq_neighbor4)) {
255
hello_len
-= sizeof(struct olsr_lq_neighbor4);
264
const u_char *msg_data, u_int
hello_len
)
268
while (
hello_len
>= sizeof(struct olsr_lq_neighbor6)) {
280
hello_len
-= sizeof(struct olsr_lq_neighbor6);
292
const u_char *msg_data, u_int
hello_len
)
299
while (
hello_len
>= sizeof(nd_ipv4)) {
305
hello_len
-= sizeof(nd_ipv4);
325
u_int msg_type, msg_len, msg_tlen,
hello_len
;
local
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026