HomeSort by: relevance | last modified time | path
    Searched refs:hex_buf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
dict_tcp.c 107 VSTRING *hex_buf; /* quoted I/O buffer */ member in struct:__anon119
141 dict_tcp->hex_buf = vstring_alloc(10);
190 hex_quote(dict_tcp->hex_buf, key);
191 vstream_fprintf(dict_tcp->fp, "get %s\n", STR(dict_tcp->hex_buf));
193 msg_info("%s: send: get %s", myname, STR(dict_tcp->hex_buf));
194 last_ch = vstring_get_nonl_bound(dict_tcp->hex_buf, dict_tcp->fp,
223 msg_info("%s: recv: %s", myname, STR(dict_tcp->hex_buf));
229 if (start = STR(dict_tcp->hex_buf),
234 dict_tcp->dict.name, printable(STR(dict_tcp->hex_buf), '_'));
246 dict_tcp->dict.name, printable(STR(dict_tcp->hex_buf), '_'))
    [all...]
  /src/external/mpl/dhcp/dist/dhcpctl/
cltest2.c 240 char hex_buf[4096]; local
270 sizeof(hex_buf), hex_buf);
271 printf("%s\n", hex_buf);
omshell.c 124 char hex_buf[1025]; local
198 sizeof(hex_buf), hex_buf);
199 printf("%s\n", hex_buf);
  /src/external/mpl/dhcp/dist/common/
print.c 470 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);

Completed in 52 milliseconds