Home
last modified time | relevance | path

Searched refs:vstring_avail (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmail_date.c115 while (strftime(vstring_end(vp), vstring_avail(vp), STRFTIME_FMT, lt) == 0) in mail_date()
130 while (strftime(vstring_end(vp), vstring_avail(vp), " (%Z)", lt) == 0) in mail_date()
131 VSTRING_SPACE(vp, vstring_avail(vp) + 100); in mail_date()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dinet_addr_local.c277 lifc.lifc_len = vstring_avail(buf); in ial_siocglif()
282 } else if (lifc.lifc_len < vstring_avail(buf) / 2) in ial_siocglif()
284 VSTRING_SPACE(buf, vstring_avail(buf) * 2); in ial_siocglif()
381 ifc.ifc_len = vstring_avail(buf); in ial_siocgif()
386 } else if (ifc.ifc_len < vstring_avail(buf) / 2) in ial_siocgif()
388 VSTRING_SPACE(buf, vstring_avail(buf) * 2); in ial_siocgif()
Dcasefold.c203 vstring_avail(dest), src, len, &error); in casefoldx()
206 if (vstring_avail(dest) == 0) /* exact fit, no terminator */ in casefoldx()
Dinet_prefix_top.c98 if (inet_ntop(af, &u, vstring_str(buf), vstring_avail(buf)) == 0) in inet_prefix_top()
Dvstring.h88 #define vstring_avail(vp) ((vp)->vbuf.cnt) macro
Dmsg_logger.c207 vstring_avail(msg_logger_buf), in msg_logger_print()
/netbsd/src/external/ibm-public/postfix/dist/src/xsasl/
Dxsasl_cyrus_client.c490 vstring_avail(init_resp), in xsasl_cyrus_client_first()
527 vstring_avail(client->decoded), in xsasl_cyrus_client_next()
555 vstring_avail(client_reply), in xsasl_cyrus_client_next()
Dxsasl_cyrus_server.c497 STR(reply), vstring_avail(reply), in xsasl_cyrus_server_auth_response()
555 vstring_avail(server->decoded), in xsasl_cyrus_server_first()
602 vstring_avail(server->decoded), in xsasl_cyrus_server_next()
/netbsd/src/external/ibm-public/postfix/dist/src/postscreen/
Dpostscreen_expand.c136 vstring_avail(state->expand_buf), in psc_expand_lookup()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_expand.c233 vstring_avail(state->expand_buf), in smtpd_expand_lookup()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/
Dsmtp-sink.c438 while (strftime(STR(path_buf), vstring_avail(path_buf), template, lt) == 0) in exp_path_template()
439 VSTRING_SPACE(path_buf, vstring_avail(path_buf) + 100); in exp_path_template()
586 vstring_avail(state->buffer)); in mail_file_finish()