]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Add i_memspn() and i_memcspn()
authorAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 7 Sep 2021 11:37:34 +0000 (14:37 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 27 Sep 2021 07:01:18 +0000 (07:01 +0000)
commit0009fd1edf213c01ff8c46e70a137c6f225993eb
tree55b751951956ae58933f219837db3271d6b3fb53
parent8af2bd8640b7da2e28b6ced0b305a2a25edc39eb
lib: Add i_memspn() and i_memcspn()

Binary data safe variants of strspn() and strcspn()
src/lib/strfuncs.c
src/lib/strfuncs.h
src/lib/test-strfuncs.c