Home
last modified time | relevance | path

Searched refs:netstring_memcat (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dnetstring.h40 extern VSTRING *netstring_memcat(VSTRING *, const char *, ssize_t);
H A Dnetstring.c356 VSTRING *netstring_memcat(VSTRING *buf, const char *src, ssize_t len) in netstring_memcat() function
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-source.c649 netstring_memcat(recipient_buffer, STR(buffer), LEN(buffer)); in main()