OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pretty_print_option
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/dist/common/tests/
option_unittest.c
73
ATF_TC(
pretty_print_option
);
variable
75
ATF_TC_HEAD(
pretty_print_option
, tc)
78
"Verify
pretty_print_option
does not overrun its buffer.");
83
* This test verifies that
pretty_print_option
() will not overrun its
87
ATF_TC_BODY(
pretty_print_option
, tc)
115
output_buf =
pretty_print_option
(option, good_data, sizeof(good_data),
120
atf_tc_fail("
pretty_print_option
did not return \"<error>\"");
125
output_buf =
pretty_print_option
(option, bad_data, sizeof(bad_data),
130
atf_tc_fail("
pretty_print_option
did not return \"<error>\"");
277
ATF_TP_ADD_TC(tp,
pretty_print_option
);
[
all
...]
/src/external/mpl/dhcp/dist/common/
options.c
1803
const char *
pretty_print_option
(option, data, len, emit_commas, emit_quotes)
function
Completed in 32 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026