llvm-capstone/libc/config/darwin
Caslyn Tonelli 718729e997 [libc] Add memmem implementation
Introduce the `memmem` libc string function.

`memmem_implementation` performs shared logic for `strstr`,
`strcasestr`, and `memmem`; essentially reconfiguring what was the
`strstr_implementation` to support length parameters.

Differential Revision: https://reviews.llvm.org/D147822
2023-04-11 20:49:25 +00:00
..
arm [libc] Add memmem implementation 2023-04-11 20:49:25 +00:00
x86_64 [libc] Add memmem implementation 2023-04-11 20:49:25 +00:00