Searched refs:wcsdup (Results 1 - 8 of 8) 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
H A Dsys.h111 wchar_t *wcsdup(const wchar_t *);
H A Dchartype.h64 wchar_t *wcsdup(const wchar_t *s);
101 #define Strdup(x) wcsdup(x)
/external/bison/lib/
H A Dwchar.in.h805 _GL_FUNCDECL_SYS (wcsdup, wchar_t *, (const wchar_t *s));
807 _GL_CXXALIAS_SYS (wcsdup, wchar_t *, (const wchar_t *s));
808 _GL_CXXALIASWARN (wcsdup);
810 # undef wcsdup
812 _GL_WARN_ON_USE (wcsdup, "wcsdup is unportable - "
813 "use gnulib module wcsdup for portability");
/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");
/external/libedit/
H A Dconfigure13194 for ac_func in endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat fgetln vis strvis strunvis __secure_getenv secure_getenv
/external/bison/
H A Dconfigure33750 for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth ; do

Completed in 3161 milliseconds