Home
last modified time | relevance | path

Searched refs:strtoll_l (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/musl_compat/
Dlocale.c12 long long strtoll_l(const char *nptr, char **endptr, int base, in strtoll_l() function
/third_party/flatbuffers/include/flatbuffers/
Dutil.h240 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get())
/third_party/glib/glib/
Dgstrfuncs.c1261 return strtoll_l (nptr, endptr, base, get_C_locale ()); in g_ascii_strtoll()
/third_party/flatbuffers/docs/source/
DCppUsage.md575 `strtoll_l`, `strtoull_l` to resolve this dependency.
/third_party/glib/
Dmeson.build535 'strtoll_l',