OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wcslen
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/upstream-freebsd/lib/libc/string/
wcslen.c
26
* citrus Id:
wcslen
.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
32
__RCSID("$NetBSD:
wcslen
.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40
wcslen
(const wchar_t *s)
function
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
String.c
25
/** The
wcslen
function computes the length of the wide string pointed to by s.
27
@return The
wcslen
function returns the number of wide characters that
30
size_t
wcslen
(const wchar_t *s)
function
/bionic/libc/arch-x86/atom/string/
sse2-wcslen-atom.S
65
ENTRY (
wcslen
)
function
305
END (
wcslen
)