HomeSort by relevance Sort by last modified time
    Searched refs:wcstoul (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoul.c 1 /* $OpenBSD: wcstoul.c,v 1.2 2005/08/08 08:05:35 espie Exp $ */
2 /* $NetBSD: wcstoul.c,v 1.2 2003/03/11 09:21:24 tshiozak Exp $ */
13 #define FUNCNAME wcstoul
  /external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc 69 DWORD process_id = wcstoul(command_line, &next, 0);
78 DWORD buffer = wcstoul(next, NULL, 0);
  /external/chromium_org/sandbox/win/src/
handle_policy_test.cc 22 ::Sleep(::wcstoul(argv[0], NULL, 10));
38 DWORD target_process_id = ::wcstoul(argv[0], NULL, 10);
  /ndk/sources/android/support/src/wcstox/
wcstol.c 37 unsigned long wcstoul(const wchar_t *restrict s, function
  /development/ndk/platforms/android-3/include/
wchar.h 140 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /development/ndk/platforms/android-8/include/
wchar.h 147 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /development/ndk/platforms/android-9/include/
wchar.h 128 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /external/srec/portable/include/
ptypes.h 426 #define LSTRTOUL wcstoul
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
wchar.h 133 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
wchar.h 133 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
wchar.h 133 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
wchar.h 133 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
wchar.h 135 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
wchar.h 135 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
wchar.h 133 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
wchar.h 135 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
wchar.h 135 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
wchar.h 133 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
wchar.h 133 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
wchar.h 135 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
wchar.h 135 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
wchar.h 135 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
wchar.h 135 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
wchar.h 135 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
wchar.h 135 extern unsigned long int wcstoul(const wchar_t *, wchar_t **, int);

Completed in 704 milliseconds

1 2 3 4 5 6