Lines Matching refs:__len
1109 static void __format_int(char* __fmt, const char* __len, bool __signd,
1111 static bool __format_float(char* __fmt, const char* __len,
1455 const char* __len = "l";
1456 this->__format_int(__fmt+1, __len, true, __iob.flags());
1482 const char* __len = "ll";
1483 this->__format_int(__fmt+1, __len, true, __iob.flags());
1509 const char* __len = "l";
1510 this->__format_int(__fmt+1, __len, false, __iob.flags());
1536 const char* __len = "ll";
1537 this->__format_int(__fmt+1, __len, false, __iob.flags());
1563 const char* __len = "";
1564 bool __specify_precision = this->__format_float(__fmt+1, __len, __iob.flags());
1614 const char* __len = "L";
1615 bool __specify_precision = this->__format_float(__fmt+1, __len, __iob.flags());