OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wcsspn
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-freebsd/lib/libc/string/
wcsspn.c
26
* citrus Id:
wcsspn
.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
32
__RCSID("$NetBSD:
wcsspn
.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
40
wcsspn
(const wchar_t *s, const wchar_t *set)
function
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Searching.c
148
/** The
wcsspn
function computes the length of the maximum initial segment of
152
@return The
wcsspn
function returns the length of the segment.
154
size_t
wcsspn
(const wchar_t *s1, const wchar_t *s2)
function
Completed in 1105 milliseconds