Searched refs:vstring_end (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mail_date.c | 110 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 D | smtp_stream.c | 432 && (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 D | off_cvt.c | 68 #define END vstring_end
|
H A D | memcache_proto.c | 107 if (VSTRING_LEN(vp) > 0 && vstring_end(vp)[-1] == '\r') in memcache_get()
|
H A D | safe_ultostr.c | 90 #define END vstring_end
|
H A D | tok822_parse.c | 699 while (VSTRING_LEN(buf) > 0 && vstring_end(buf)[-1] == '\n') { in main() 700 vstring_end(buf)[-1] = 0; in main()
|
H A D | smtp_reply_footer.c | 150 if (next < vstring_end(buffer)) in smtp_reply_footer()
|
H A D | dict_mysql.c | 213 vstring_end(result), name, len); in dict_mysql_quote() 216 mysql_escape_string(vstring_end(result), name, len); in dict_mysql_quote()
|
H A D | dict_pgsql.c | 232 PQescapeStringConn(active_host->db, vstring_end(result), name, len, &err); in dict_pgsql_quote()
|
H A D | mime_state.c | 405 #define END(x) vstring_end(x)
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | readlline.c | 80 #define END(x) vstring_end(x)
|
H A D | vstring.c | 521 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 D | vstring.h | 75 #define vstring_end(vp) ((char *) (vp)->vbuf.ptr) macro
|
H A D | vstring_vstream.c | 129 (VSTRING_LEN(vp) > (base_len) ? vstring_end(vp)[-1] : VSTREAM_EOF)
|
H A D | vstream.c | 1562 ret = vstream_fread(fp, vstring_end(vp), len); in vstream_fread_app()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_token.c | 83 ch = vstring_end(buf)[-1]; \ in smtp_quoted()
|
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/ |
H A D | sendmail.c | 901 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 D | qmqpd.c | 326 ((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 D | bounce_notify_util.c | 410 if (*cp == '<' && vstring_end(bounce_info->buf)[-1] == '>') in bounce_mail_alloc()
|
/netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
H A D | milter8.c | 1563 && cp < vstring_end(milter->body); cp++) { in milter8_event() 1567 && vstring_end(body_line_buf)[-1] == '\r') in milter8_event()
|