Lines Matching refs:__new
2197 extern int rename (const char *__old, const char *__new) throw ();
2203 const char *__new) throw ();
29027 char_type __sep, const char_type* __p, char_type* __new,
29037 char_type __sep, ios_base& __io, char_type* __new,
29042 char_type* __new, const char_type* __cs, int& __len) const;
29911 _CharT* __new, const _CharT* __cs, int& __len) const
29915 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new,
29970 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const
29972 _CharT* __p = std::__add_grouping(__new, __sep, __grouping,
29974 __len = __p - __new;
30070 _CharT __sep, const _CharT* __p, _CharT* __new,
30077 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping,
30082 int __newlen = __p2 - __new;