Searched refs:emit_quotes (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/common/tests/
H A Doption_unittest.c94 int emit_quotes = 1; local
116 emit_commas, emit_quotes);
126 emit_commas, emit_quotes);
/netbsd-current/external/mpl/dhcp/dist/common/
H A Doptions.c1800 const char *pretty_print_option (option, data, len, emit_commas, emit_quotes)
1805 int emit_quotes;
2068 data + len, emit_quotes);
2095 * (emit_quotes), lay it out as a list
2105 if (emit_quotes)
2125 /* If emit_quotes, then use ISC DHCP
2129 if (emit_quotes) {
4302 const unsigned char *send, int emit_quotes)
4308 ((*dst + (emit_quotes ? 2 : 0)) > dend) || (*src > send))
4311 if (emit_quotes) {
4301 pretty_text(char **dst, char *dend, const unsigned char **src, const unsigned char *send, int emit_quotes) argument
[all...]

Completed in 175 milliseconds