Home
last modified time | relevance | path

Searched refs:hex_buf (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_tcp.c107 VSTRING *hex_buf; /* quoted I/O buffer */ member
141 dict_tcp->hex_buf = vstring_alloc(10); in dict_tcp_connect()
190 hex_quote(dict_tcp->hex_buf, key); in dict_tcp_lookup()
191 vstream_fprintf(dict_tcp->fp, "get %s\n", STR(dict_tcp->hex_buf)); in dict_tcp_lookup()
193 msg_info("%s: send: get %s", myname, STR(dict_tcp->hex_buf)); in dict_tcp_lookup()
194 last_ch = vstring_get_nonl_bound(dict_tcp->hex_buf, dict_tcp->fp, in dict_tcp_lookup()
223 msg_info("%s: recv: %s", myname, STR(dict_tcp->hex_buf)); in dict_tcp_lookup()
229 if (start = STR(dict_tcp->hex_buf), in dict_tcp_lookup()
234 dict_tcp->dict.name, printable(STR(dict_tcp->hex_buf), '_')); in dict_tcp_lookup()
246 dict_tcp->dict.name, printable(STR(dict_tcp->hex_buf), '_')); in dict_tcp_lookup()
[all …]
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/
H A Dcltest2.c240 char hex_buf[4096]; in print_object() local
270 sizeof(hex_buf), hex_buf); in print_object()
271 printf("%s\n", hex_buf); in print_object()
H A Domshell.c124 char hex_buf[1025]; in main() local
198 sizeof(hex_buf), hex_buf); in main()
199 printf("%s\n", hex_buf); in main()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dprint.c470 char *hex_buf; local
474 hex_buf = hex_buf_1;
479 hex_buf = hex_buf_2;
484 hex_buf = hex_buf_3;
492 print_hex_or_string(len, data, limit, hex_buf);
493 return(hex_buf);