Searched refs:wcsdup (Results 1 - 12 of 12) 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/curl/lib/
H A Dcurl_memory.h134 # undef wcsdup macro
135 # define wcsdup(ptr) Curl_cwcsdup(ptr) macro
H A Dmemdebug.h90 # undef wcsdup macro
91 # define wcsdup(ptr) curl_dowcsdup(ptr, __LINE__, __FILE__) macro
/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/curl/tests/
H A Dmemanalyze.pl227 elsif($function =~ /wcsdup\(0x([0-9a-f]*)\) \((\d*)\) = 0x([0-9a-f]*)/) {
228 # wcsdup(a5b50) (8) = df7c0
/external/clang/test/Analysis/
H A Dmalloc.c31 wchar_t *wcsdup(const wchar_t *s);
1120 wchar_t *s2 = wcsdup(s);
1151 wchar_t *s2 = wcsdup(s);
/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 5834 milliseconds