Home
last modified time | relevance | path

Searched refs:__nar (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale1335 char __nar[__nbuf];
1339 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v);
1341 char* __ne = __nar + __nc;
1342 char* __np = this->__identify_padding(__nar, __ne, __iob);
1343 // Stage 2 - Widen __nar while adding thousands separators
1347 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1385 char __nar[__nbuf];
1386 char* __nb = __nar;
1408 // Stage 2 - Widen __nar while adding thousands separators
1412 if (__nb != __nar) {
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5050 char __nar[100]; in __do_put() local
5051 char* __ne = __nar + 100; in __do_put()
5052 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put()
5054 const char* __nb = __nar; in __do_put()