String-handling: rename string_cat() to string_catn() and intro a new string_cat()
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 10 Apr 2016 19:24:06 +0000 (20:24 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 10 Apr 2016 19:24:06 +0000 (20:24 +0100)
commitc2f669a4994192344613569e198c7b503d46d45e
tree8de3a304bee21a6f5d06f1251ea8e42aa3e0aa0b
parentca9cb170c15a0c996549c256997b57c30d4b30dd
String-handling: rename string_cat() to string_catn() and intro a new string_cat()
to handle the common-use case of needing strlen() as the length
29 files changed:
src/src/acl.c
src/src/daemon.c
src/src/deliver.c
src/src/exim.c
src/src/expand.c
src/src/filter.c
src/src/functions.h
src/src/host.c
src/src/imap_utf7.c
src/src/lookups/dnsdb.c
src/src/lookups/ibase.c
src/src/lookups/ldap.c
src/src/lookups/lf_quote.c
src/src/lookups/lsearch.c
src/src/lookups/mysql.c
src/src/lookups/nisplus.c
src/src/lookups/oracle.c
src/src/lookups/pgsql.c
src/src/lookups/redis.c
src/src/lookups/sqlite.c
src/src/mime.c
src/src/pdkim/pdkim.c
src/src/perl.c
src/src/receive.c
src/src/rfc2047.c
src/src/sieve.c
src/src/smtp_in.c
src/src/string.c
src/src/transports/pipe.c