Lines Matching refs:__cloc
222 # define _LIBCPP_GET_C_LOCALE __cloc()
224 _LIBCPP_FUNC_VIS locale_t __cloc();
1193 if (__sscanf_l(__buf.c_str(), __cloc(), "%p", &__v) != 1)
1563 int __nc = __snprintf_l(__nar, sizeof(__nar), __cloc(), __fmt, __v);
1593 int __nc = __snprintf_l(__nar, sizeof(__nar), __cloc(), __fmt, __v);
1623 int __nc = __snprintf_l(__nar, sizeof(__nar), __cloc(), __fmt, __v);
1653 int __nc = __snprintf_l(__nar, sizeof(__nar), __cloc(), __fmt, __v);
1685 __nc = __snprintf_l(__nb, __nbuf, __cloc(), __fmt,
1692 __nc = __snprintf_l(__nb, __nbuf, __cloc(), __fmt, __v);
1701 __nc = __asprintf_l(&__nb, __cloc(), __fmt,
1708 __nc = __asprintf_l(&__nb, __cloc(), __fmt, (int)__iob.precision(), __v);
1754 __nc = __snprintf_l(__nb, __nbuf, __cloc(), __fmt,
1761 __nc = __snprintf_l(__nb, __nbuf, __cloc(), __fmt, __v);
1770 __nc = __asprintf_l(&__nb, __cloc(), __fmt,
1777 __nc = __asprintf_l(&__nb, __cloc(), __fmt, __v);
1817 int __nc = __snprintf_l(__nar, sizeof(__nar), __cloc(), __fmt, __v);
3530 __n = __asprintf_l(&__bb, __cloc(), "%.0Lf", __units);