HomeSort by relevance Sort by last modified time
    Searched defs:sscanf_l (Results 1 - 3 of 3) sorted by null

  /ndk/sources/android/support/src/
locale_support.c 93 int sscanf_l(const char* str, locale_t l, const char* fmt, ...) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 182 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 103 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) macro

Completed in 107 milliseconds