Home
last modified time | relevance | path

Searched refs:parse_buf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dhost_port.c182 VSTRING *parse_buf = vstring_alloc(10); in main() local
192 vstring_strcpy(parse_buf, STR(in_buf)); in main()
193 if ((err = host_port(STR(parse_buf), &host, (char *) 0, &port, "default-service")) != 0) { in main()
201 vstring_free(parse_buf); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_edit.c309 VSTRING *parse_buf = vstring_alloc(100); in pcf_edit_master() local
429 while ((cp = pcf_next_cf_line(parse_buf, src, dst, &lineno)) != 0) { in pcf_edit_master()
430 vstring_strcpy(line_buf, STR(parse_buf)); in pcf_edit_master()
435 if (cp > STR(parse_buf)) { in pcf_edit_master()
616 vstring_free(parse_buf); in pcf_edit_master()