OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:print_hex_only
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/dist/common/tests/
misc_unittest.c
158
ATF_TC(
print_hex_only
);
variable
160
ATF_TC_HEAD(
print_hex_only
, tc)
165
/* This test exercises the
print_hex_only
function
167
ATF_TC_BODY(
print_hex_only
, tc)
177
print_hex_only
(data_len, data, expected_len, buf);
192
print_hex_only
(data_len, data, expected_len, NULL);
196
print_hex_only
(data_len, data, 0, buf);
202
print_hex_only
(data_len, NULL, expected_len, buf);
209
print_hex_only
(data_len, data, expected_len - 1, buf);
216
print_hex_only
(0, data, expected_len, buf)
[
all
...]
/src/external/mpl/dhcp/dist/common/
print.c
385
void
print_hex_only
(len, data, limit, buf)
function
436
print_hex_only
(len, data, limit, buf);
1405
print_hex_only
(len, s, nulen, buf);
Completed in 34 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026