Home
last modified time | relevance | path

Searched refs:__space (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/libstdc++/include/tr1/
Drandom.tcc281 const _CharT __space = __os.widen(' '); in operator <<() local
283 __os.fill(__space); in operator <<()
286 __os << __x._M_x[__i] << __space; in operator <<()
403 const _CharT __space = __os.widen(' '); in operator <<() local
405 __os.fill(__space); in operator <<()
408 __os << __x._M_x[__i] << __space; in operator <<()
547 const _CharT __space = __os.widen(' '); in operator <<() local
549 __os.fill(__space); in operator <<()
553 __os << __x._M_x[__i][__j] << __space; in operator <<()
614 const _CharT __space = __os.widen(' '); in operator <<() local
[all …]
/freebsd-9-stable/contrib/libstdc++/config/locale/gnu/
Dmonetary_members.cc44 money_base::_S_construct_pattern(char __precedes, char __space, char __posn) in _GLIBCXX_BEGIN_NAMESPACE()
67 if (__space) in _GLIBCXX_BEGIN_NAMESPACE()
100 if (__space) in _GLIBCXX_BEGIN_NAMESPACE()
139 if (__space) in _GLIBCXX_BEGIN_NAMESPACE()
153 if (__space) in _GLIBCXX_BEGIN_NAMESPACE()
173 if (__space) in _GLIBCXX_BEGIN_NAMESPACE()
187 if (__space) in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-9-stable/include/
Dresolv.h205 char __space[128]; /*%< max size */ member
/freebsd-9-stable/contrib/libstdc++/include/ext/
Drope1620 _RopeLeaf* __space = typename _Base::_LAlloc(__a).allocate(1);
1621 return new(__space) _RopeLeaf(__s, __size, __a);
1628 _RopeConcatenation* __space = typename _Base::_CAlloc(__a).allocate(1);
1629 return new(__space) _RopeConcatenation(__left, __right, __a);
1636 _RopeFunction* __space = typename _Base::_FAlloc(__a).allocate(1);
1637 return new(__space) _RopeFunction(__f, __size, __d, __a);
1644 _RopeSubstring* __space = typename _Base::_SAlloc(__a).allocate(1);
1645 return new(__space) _RopeSubstring(__b, __s, __l, __a);
/freebsd-9-stable/contrib/libstdc++/include/bits/
Dlocale_facets.h3544 _S_construct_pattern(char __precedes, char __space, char __posn);
/freebsd-9-stable/contrib/libc++/include/
Dmemory5439 _LIBCPP_FUNC_VIS void* align(size_t __align, size_t __sz, void*& __ptr, size_t& __space);
/freebsd-9-stable/contrib/libstdc++/
DChangeLog-2003736 exchanging 'if (__precedes)' and 'if (__space)' allows