History log of /freebsd-current/lib/libc/amd64/string/strpbrk.c
Revision Date Author Comments
# f4fc317c 25-Sep-2023 Robert Clausecker <fuz@FreeBSD.org>

lib/libc/amd64/string: implement strpbrk() through strcspn()

This lets us use our optimised strcspn() routine for strpbrk() calls.

Sponsored by: The FreeBSD Foundation
Tested by: developers@, exp-run
Approved by: mjg
MFC after: 1 month
MFC to: stable/14
PR: 275785
Differential Revision: https://reviews.freebsd.org/D41980