Searched defs:wcsdup (Results 1 - 3 of 3) sorted by relevance

/external/libedit/src/
H A Dwcsdup.c1 /* $NetBSD: wcsdup.c,v 1.3 2008/05/26 13:17:48 haad Exp $ */
19 __RCSID("$NetBSD: wcsdup.c,v 1.3 2008/05/26 13:17:48 haad Exp $");
27 wcsdup(const wchar_t *str) function
/external/bison/darwin-lib/
H A Dwchar.h1117 _GL_FUNCDECL_SYS (wcsdup, wchar_t *, (const wchar_t *s));
1119 _GL_CXXALIAS_SYS (wcsdup, wchar_t *, (const wchar_t *s));
1120 _GL_CXXALIASWARN (wcsdup);
1122 # undef wcsdup macro
1124 _GL_WARN_ON_USE (wcsdup, "wcsdup is unportable - "
1125 "use gnulib module wcsdup for portability");
/external/bison/linux-lib/
H A Dwchar.h1117 _GL_FUNCDECL_SYS (wcsdup, wchar_t *, (const wchar_t *s));
1119 _GL_CXXALIAS_SYS (wcsdup, wchar_t *, (const wchar_t *s));
1120 _GL_CXXALIASWARN (wcsdup);
1122 # undef wcsdup macro
1124 _GL_WARN_ON_USE (wcsdup, "wcsdup is unportable - "
1125 "use gnulib module wcsdup for portability");

Completed in 113 milliseconds