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

  /src/external/ibm-public/postfix/dist/src/util/
known_tcp_ports.c 197 VSTRING *export_buf; local
210 export_buf = vstring_alloc(100);
226 export = export_known_tcp_ports(export_buf);
251 vstring_free(export_buf);
  /src/external/ibm-public/postfix/dist/src/global/
config_known_tcp_ports.c 205 VSTRING *export_buf; local
218 export_buf = vstring_alloc(100);
235 export = export_known_tcp_ports(export_buf);
255 vstring_free(export_buf);

Completed in 56 milliseconds