HomeSort by relevance Sort by last modified time
    Searched refs:wcscspn (Results 1 - 16 of 16) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscspn.c 26 * citrus Id: wcscspn.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
32 __RCSID("$NetBSD: wcscspn.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40 wcscspn(const wchar_t *s, const wchar_t *set) function
  /development/ndk/platforms/android-3/include/
wchar.h 126 extern size_t wcscspn(const wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-8/include/
wchar.h 132 extern size_t wcscspn(const wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-9/include/
wchar.h 113 extern size_t wcscspn(const wchar_t *, const wchar_t *);
  /external/bison/lib/
wchar.in.h 882 _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject)
885 _GL_CXXALIAS_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject));
886 _GL_CXXALIASWARN (wcscspn);
888 # undef wcscspn
890 _GL_WARN_ON_USE (wcscspn, "wcscspn is unportable - "
891 "use gnulib module wcscspn for portability");
    [all...]
  /external/bison/darwin-lib/
wchar.h 1200 # undef wcscspn macro
    [all...]
  /external/bison/linux-lib/
wchar.h 1200 # undef wcscspn macro
    [all...]
  /bionic/libc/include/
wchar.h 120 extern size_t wcscspn(const wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-L/include/
wchar.h 120 extern size_t wcscspn(const wchar_t *, const wchar_t *);
  /external/libedit/src/
chartype.h 108 #define Strcspn(s,r) wcscspn(s,r)
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 112 i = wcscspn(wbuf, L"?");
185 {{^wcscspn\("/????l??/", "?"\).*= 1} == 1}
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 83 static_assert((std::is_same<decltype(wcscspn(L"", L"")), size_t>::value), "");
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 84 static_assert((std::is_same<decltype(std::wcscspn(L"", L"")), std::size_t>::value), "");
  /external/ltrace/etc/
libc.so.conf 502 ulong wcscspn(wstring_t, wstring_t);
  /bionic/libc/
Android.mk 258 upstream-freebsd/lib/libc/string/wcscspn.c \
    [all...]
  /external/bison/
configure     [all...]

Completed in 62 milliseconds