Re: git: 92cf602e3809 - main - Copy strcasestr.c from libc to libkern.

2021-01-07 Thread Vladimir Kondratyev
On 08.01.2021 02:27, Jessica Clarke wrote: > On 7 Jan 2021, at 23:20, Vladimir Kondratyev wrote: >> +#include >> +#include >> +#include "xlocale_private.h" >> + >> +/* >> + * Find the first occurrence of find in s, ignore case. >> + */ >> +char * >> +strcasestr_l(const char *s, const char *find,

Re: git: 92cf602e3809 - main - Copy strcasestr.c from libc to libkern.

2021-01-07 Thread Jessica Clarke
On 7 Jan 2021, at 23:20, Vladimir Kondratyev wrote: > +#include > +#include > +#include "xlocale_private.h" > + > +/* > + * Find the first occurrence of find in s, ignore case. > + */ > +char * > +strcasestr_l(const char *s, const char *find, locale_t locale) Locales in the kernel? This feels w

git: 92cf602e3809 - main - Copy strcasestr.c from libc to libkern.

2021-01-07 Thread Vladimir Kondratyev
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=92cf602e3809f2bcb0490b3895025b0185e2daa9 commit 92cf602e3809f2bcb0490b3895025b0185e2daa9 Author: Vladimir Kondratyev AuthorDate: 2020-04-21 22:38:14 + Commit: Vladimir Kondratyev CommitDate: 2021