summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcslen.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LLVM now emits calls to strlen(3) and wcslen(3). Redirect those calls tokettenis2026-06-301-2/+2
| | | | | | | our hidden aliases to prevent unnecessary PLT entries (like we already do for memmove(3), memcpy(4) and memset(3)). ok deraadt@
* Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directguenther2015-09-121-1/+2
| | | | and the symbols not in the C standard are weak
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* K&R -> ANSIespie2005-06-191-4/+3
| | | | | APIWARN okay millert@, otto@
* Import w* functions so that I can send smaller diffs around.espie2005-04-131-0/+49
(Nothing activated yet, of course) okay deraadt@