summaryrefslogtreecommitdiff
path: root/libc/src/search/lfind.cpp
AgeCommit message (Collapse)Author
2025-03-19[libc] Implement `search/lsearch` (#131431)Connector Switch
ref: - https://man7.org/linux/man-pages/man3/lsearch.3.html - https://pubs.opengroup.org/onlinepubs/009696699/functions/lsearch.html
2024-11-11[libc][search] implement posix `lfind` function (#114692)Duncan
# Changes - Implement the POSIX [`lfind`](https://man7.org/linux/man-pages/man3/lsearch.3.html) function. - Put a checkmark in the [posix support table docs](https://libc.llvm.org/libc_search.html) next to `lfind`.