Home
last modified time | relevance | path

Searched refs:__max_size (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/libstdc++/include/bits/
Dsstream.tcc97 const __size_type __max_size = _M_string.max_size(); in overflow() local
99 if (__builtin_expect(!__testput && __capacity == __max_size, false)) in overflow()
118 const __size_type __len = std::min(__opt_len, __max_size); in overflow()
/NextBSD/usr.sbin/bsdconfig/share/
HDdialog.subr300 local __var_height="$1" __var_width="$2" __max_size
303 __max_size="$XDIALOG_MAXSIZE" # see CONFIGURATION
305 if __max_size=$( $DIALOG --print-maxsize \
309 "$DIALOG" "$__max_size"
311 __max_size="${__max_size#*: }"
312 f_replaceall "$__max_size" "," "" __max_size
314 f_eval_catch -dk __max_size $funcname stty \
315 'stty size' || __max_size=
318 : ${__max_size:=$DEFAULT_TERMINAL_SIZE}
321 local __height="${__max_size%%[$IFS]*}"
[all …]
/NextBSD/contrib/libstdc++/include/ext/
Dbitmap_allocator.h597 const vector_type::size_type __max_size = 64;
598 if (__free_list.size() >= __max_size)
/NextBSD/contrib/libc++/include/
Dmemory1531 {return __max_size(__has_max_size<const allocator_type>(), __a);}
1668 static size_type __max_size(true_type, const allocator_type& __a)
1671 static size_type __max_size(false_type, const allocator_type&)