This lets us use our optimised strcspn() routine for strpbrk() calls.
In principle, this change could be applied to all architectures
through modification of lib/libc/string/strpbrk.c as strcspn
has a better generic implementation than strpbrk. I have avoided
this as to reduce the impact of these changes. If desired I can
update this DR to do so.
Sponsored by: The FreeBSD Foundation