Page MenuHomeFreeBSD

contrib/netbsd-tests/lib/libc/string/t_strrchr.c: allow use of a custom strrchr function
AbandonedPublic

Authored by fuz on Oct 16 2023, 12:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 30 2024, 10:27 AM
Unknown Object (File)
Oct 18 2024, 12:35 AM
Unknown Object (File)
Sep 27 2024, 11:25 PM
Unknown Object (File)
Sep 16 2024, 6:20 PM
Unknown Object (File)
Sep 5 2024, 3:45 AM
Unknown Object (File)
Aug 20 2024, 2:54 AM
Unknown Object (File)
Aug 10 2024, 12:07 PM
Unknown Object (File)
Jul 27 2024, 4:11 PM
Subscribers

Details

Reviewers
ngie
Group Reviewers
tests
Summary

This once again simplifies development of custom strrchr implementations.

Similar to open D41970 and D41520.

Sponsored by: The FreeBSD Foundation

Test Plan

passes with current strrchr implementation

Diff Detail

Repository
rG FreeBSD src repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 53995
Build 50885: arc lint + arc unit

Event Timeline

fuz requested review of this revision.Oct 16 2023, 12:44 AM

Abandon as not required for test coverage to reduce diff size to NetBSD's test suite.