Page MenuHomeFreeBSD

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

Authored by fuz on Sep 25 2023, 9:49 PM.
Tags
None
Referenced Files
F102695543: D41980.diff
Fri, Nov 15, 11:36 PM
Unknown Object (File)
Oct 16 2024, 6:55 PM
Unknown Object (File)
Sep 30 2024, 5:02 PM
Unknown Object (File)
Sep 18 2024, 5:58 AM
Unknown Object (File)
Sep 17 2024, 12:00 PM
Unknown Object (File)
Sep 9 2024, 1:26 AM
Unknown Object (File)
Sep 8 2024, 10:20 PM
Unknown Object (File)
Sep 8 2024, 4:29 AM
Subscribers

Details

Summary

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

Test Plan

passes test suite

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 53721
Build 50612: arc lint + arc unit