Home
last modified time | relevance | path

Searched refs:vstring_end (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_date.c110 while (strftime(vstring_end(vp), vstring_avail(vp), STRFTIME_FMT, lt) == 0) in mail_date()
125 while (strftime(vstring_end(vp), vstring_avail(vp), " (%Z)", lt) == 0) in mail_date()
H A Dsmtp_stream.c432 && (VSTRING_LEN(vp) == 0 || vstring_end(vp)[-1] != '\r')) in smtp_get_noexcept()
434 while (VSTRING_LEN(vp) > 0 && vstring_end(vp)[-1] == '\r') in smtp_get_noexcept()
H A Doff_cvt.c68 #define END vstring_end
H A Dmemcache_proto.c107 if (VSTRING_LEN(vp) > 0 && vstring_end(vp)[-1] == '\r') in memcache_get()
H A Dsafe_ultostr.c90 #define END vstring_end
H A Dtok822_parse.c699 while (VSTRING_LEN(buf) > 0 && vstring_end(buf)[-1] == '\n') { in main()
700 vstring_end(buf)[-1] = 0; in main()
H A Dsmtp_reply_footer.c150 if (next < vstring_end(buffer)) in smtp_reply_footer()
H A Ddict_mysql.c213 vstring_end(result), name, len); in dict_mysql_quote()
216 mysql_escape_string(vstring_end(result), name, len); in dict_mysql_quote()
H A Ddict_pgsql.c232 PQescapeStringConn(active_host->db, vstring_end(result), name, len, &err); in dict_pgsql_quote()
H A Dmime_state.c405 #define END(x) vstring_end(x)
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dreadlline.c80 #define END(x) vstring_end(x)
H A Dvstring.c521 memcpy(vstring_end(vp), src, len); in vstring_memcat()
533 for (cp = (unsigned char *) vstring_str(vp); cp < (unsigned char *) vstring_end(vp); cp++) in vstring_memchr()
H A Dvstring.h75 #define vstring_end(vp) ((char *) (vp)->vbuf.ptr) macro
H A Dvstring_vstream.c129 (VSTRING_LEN(vp) > (base_len) ? vstring_end(vp)[-1] : VSTREAM_EOF)
H A Dvstream.c1562 ret = vstream_fread(fp, vstring_end(vp), len); in vstream_fread_app()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_token.c83 ch = vstring_end(buf)[-1]; \ in smtp_quoted()
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c901 if (VSTRING_LEN(buf) > 0 && vstring_end(buf)[-1] == '\r') in enqueue()
915 while (VSTRING_LEN(buf) > 0 && vstring_end(buf)[-1] == '\r') in enqueue()
/netbsd-src/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd.c326 ((end_origin = vstring_end(state->buf) - 4) > STR(state->buf) in qmqpd_copy_sender()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util.c410 if (*cp == '<' && vstring_end(bounce_info->buf)[-1] == '>') in bounce_mail_alloc()
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c1563 && cp < vstring_end(milter->body); cp++) { in milter8_event()
1567 && vstring_end(body_line_buf)[-1] == '\r') in milter8_event()