OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wcsncat
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/wchar/
wcsncat.c
26
* citrus Id:
wcsncat
.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
32
__RCSID("$NetBSD:
wcsncat
.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40
wcsncat
(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n)
function
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h
260
size_t __n),
wcsncat
);
263
__NTH (
wcsncat
(wchar_t *__dest, __const wchar_t *__src, size_t __n))
function
Completed in 2175 milliseconds