| /freebsd-11-stable/contrib/libstdc++/src/ |
| D | istream.cc | 41 getline(char_type* __s, streamsize __n, char_type __delim) in _GLIBCXX_BEGIN_NAMESPACE() 50 const int_type __idelim = traits_type::to_int_type(__delim); in _GLIBCXX_BEGIN_NAMESPACE() 67 __delim); in _GLIBCXX_BEGIN_NAMESPACE() 111 ignore(streamsize __n, int_type __delim) in ignore() argument 113 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore() 123 const char_type __cdelim = traits_type::to_char_type(__delim); in ignore() 133 && !traits_type::eq_int_type(__c, __delim)) in ignore() 157 && !traits_type::eq_int_type(__c, __delim)) in ignore() 171 else if (traits_type::eq_int_type(__c, __delim)) in ignore() 340 char __delim) in getline() argument [all …]
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | iomanip | 519 _ForwardIterator __first, _ForwardIterator __last, _CharT __delim, _CharT __escape ) 522 __str.push_back(__delim); 525 if (_Traits::eq (*__first, __escape) || _Traits::eq (*__first, __delim)) 529 __str.push_back(__delim); 535 __quoted_input ( basic_istream<_CharT, _Traits> &__is, _String & __string, _CharT __delim, _CharT _… 543 if (!_Traits::eq (__c, __delim)) // no delimiter, read the whole string 563 else if (_Traits::eq (__c, __delim)) 576 … return __quoted_output (__os, __proxy.__first, __proxy.__last, __proxy.__delim, __proxy.__escape); 583 _CharT __delim; 587 : __string(__s), __delim(__d), __escape(__e) {} [all …]
|
| HD | __string | 1049 _CharT __delim; 1053 : __first(__f), __last(__l), __delim(__d), __escape(__e) {}
|
| /freebsd-11-stable/contrib/libstdc++/include/std/ |
| D | std_istream.h | 333 get(char_type* __s, streamsize __n, char_type __delim); in _GLIBCXX_BEGIN_NAMESPACE() 367 get(__streambuf_type& __sb, char_type __delim); in _GLIBCXX_BEGIN_NAMESPACE() 406 getline(char_type* __s, streamsize __n, char_type __delim); in _GLIBCXX_BEGIN_NAMESPACE() 447 ignore(streamsize __n, int_type __delim); in _GLIBCXX_BEGIN_NAMESPACE() 605 getline(char_type* __s, streamsize __n, char_type __delim); 615 ignore(streamsize __n, int_type __delim); 621 getline(char_type* __s, streamsize __n, char_type __delim); 631 ignore(streamsize __n, int_type __delim);
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/experimental/ |
| HD | iterator | 77 : __output_iter(_VSTD::addressof(__os)), __delim(_VSTD::move(__d)), __first(true) {} 80 : __output_iter(_VSTD::addressof(__os)), __delim(__d), __first(true) {} 87 *__output_iter << __delim; 99 _Delim __delim;
|
| /freebsd-11-stable/contrib/libstdc++/include/bits/ |
| D | istream.tcc | 245 get(char_type* __s, streamsize __n, char_type __delim) in get() argument 254 const int_type __idelim = traits_type::to_int_type(__delim); in get() 287 get(__streambuf_type& __sb, char_type __delim) in get() argument 296 const int_type __idelim = traits_type::to_int_type(__delim); in get() 326 getline(char_type* __s, streamsize __n, char_type __delim) in getline() argument 335 const int_type __idelim = traits_type::to_int_type(__delim); in getline() 465 ignore(streamsize __n, int_type __delim) in ignore() argument 484 && !traits_type::eq_int_type(__c, __delim)) in ignore() 491 && !traits_type::eq_int_type(__c, __delim)) in ignore() 505 else if (traits_type::eq_int_type(__c, __delim)) in ignore() [all …]
|
| D | basic_string.h | 2433 basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim); 2456 char __delim); 2462 wchar_t __delim);
|
| /freebsd-11-stable/contrib/libstdc++/include/ext/ |
| D | vstring.tcc | 621 _CharT __delim) in getline() argument 643 const __int_type __idelim = _Traits::to_int_type(__delim); in getline()
|
| D | vstring.h | 2171 _CharT __delim);
|
| /freebsd-11-stable/contrib/libstdc++/include/debug/ |
| D | string | 995 basic_string<_CharT,_Traits,_Allocator>& __str, _CharT __delim) 999 __delim);
|
| /freebsd-11-stable/contrib/libstdc++/ |
| D | ChangeLog-1998 | 522 get (basic_streambuf<char_type,_Traits>& __sb, char_type __delim) 523 get (char_type* __s, streamsize __n, char_type __delim); 524 getline (char_type* __s, streamsize __n, char_type __delim)
|
| D | ChangeLog-2004 | 3088 int_type __delim = traits_type::eof())): Split into... 3090 int_type __delim)): The first two can be much more simpler 3095 int_type __delim = traits_type::eof()): Remove. 3097 int_type __delim)): New.
|
| D | ChangeLog-2002 | 2900 Upon __idelim (__delim) call sbumpc() not snextc().
|