| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | progressmeter.c | 69 static off_t end_pos; /* ending position of transfer */ variable 153 bytes_left = end_pos - cur_pos; in refresh_progress_meter() 164 transferred = end_pos - start_pos; in refresh_progress_meter() 196 if (end_pos == 0 || cur_pos == end_pos) in refresh_progress_meter() 199 percent = ((float)cur_pos / end_pos) * 100; in refresh_progress_meter() 262 end_pos = filesize; in start_progress_meter() 285 if (cur_pos != end_pos) in stop_progress_meter()
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | cmds.h | 64 cm_ignore_arg (int arg, int start_pos, int end_pos), 129 cm_sc (int arg, int start_pos, int end_pos), 131 cm_strong (int arg, int start_pos, int end_pos), 134 cm_var (int arg, int start_pos, int end_pos), 213 cm_value (int arg, int start_pos, int end_pos);
|
| H A D | cmds.c | 922 cm_var (int arg, int start_pos, int end_pos) in cm_var() argument 934 while (start_pos < end_pos) in cm_var() 947 cm_sc (int arg, int start_pos, int end_pos) in cm_sc() argument 969 all_upper = start_pos < end_pos; in cm_sc() 971 while (start_pos < end_pos) in cm_sc() 1095 cm_strong (int arg, int start_pos, int end_pos) in cm_strong() argument 1108 && end_pos - start_pos >= 6 in cm_strong() 1391 cm_ignore_arg (int arg, int start_pos, int end_pos) in cm_ignore_arg() argument
|
| H A D | makeinfo.c | 3198 search_forward_until_pos (char *string, int from, int end_pos) in search_forward_until_pos() argument 3201 input_text_length = end_pos; in search_forward_until_pos() 3615 cm_value (int arg, int start_pos, int end_pos) in cm_value() argument 3647 output_paragraph[end_pos] = 0; in cm_value() 3650 output_column -= end_pos - start_pos; in cm_value() 3658 && meta_char_pos >= start_pos && meta_char_pos < end_pos) in cm_value()
|
| H A D | makeinfo.h | 369 search_forward_until_pos (char *string, int from, int end_pos),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Path.cpp | 138 size_t end_pos = filename_pos(path, style); in parent_path_end() local 141 path.size() > 0 && is_separator(path[end_pos], style); in parent_path_end() 145 while (end_pos > 0 && in parent_path_end() 146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end() 147 is_separator(path[end_pos - 1], style)) in parent_path_end() 148 --end_pos; in parent_path_end() 150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end() 157 return end_pos; in parent_path_end() 281 size_t end_pos = Path.find_first_of(separators(S), Position); in operator ++() local 282 Component = Path.slice(Position, end_pos); in operator ++() [all …]
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | jump.c | 33 POSITION end_pos; in jump_forw() local 40 end_pos = ch_tell(); in jump_forw() 41 if (position(sc_height-1) == end_pos) in jump_forw() 58 pos = back_line(end_pos); in jump_forw() 64 if (position(sc_height-1) != end_pos) in jump_forw()
|
| H A D | ch.c | 529 POSITION end_pos; in ch_end_buffer_seek() local 534 end_pos = 0; in ch_end_buffer_seek() 539 if (buf_pos > end_pos) in ch_end_buffer_seek() 540 end_pos = buf_pos; in ch_end_buffer_seek() 543 return (ch_seek(end_pos)); in ch_end_buffer_seek()
|
| /netbsd-src/usr.bin/mail/ |
| H A D | mime_decode.c | 298 struct message *top_mp, off_t end_pos, int partnum) in insert_new_mip() argument 308 (long)blockof(end_pos), blkoffsetof(end_pos)); in insert_new_mip() 365 off_t end_pos; in split_multipart() local 370 end_pos = cur_pos - line_len; in split_multipart() 374 this_mp->m_size = end_pos - beg_pos; in split_multipart() 377 end_pos, this_mp->m_lines, this_mp->m_blines); in split_multipart() 396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++); in split_multipart() 399 beg_pos = end_pos; in split_multipart() 439 off_t end_pos; in split_message() local 440 end_pos = ftello(fp); in split_message() [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/fs/ |
| H A D | path.cpp | 120 const std::string::size_type end_pos = _repr.rfind('/'); in branch_path() local 121 if (end_pos == std::string::npos) in branch_path() 123 else if (end_pos == 0) in branch_path() 126 return fs::path(_repr.substr(0, end_pos)); in branch_path()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
| H A D | bitmap.h | 156 size_t end_pos);
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | fs.c | 755 LARGE_INTEGER pos, end_pos; in fs__read_filemap() local 792 end_pos.QuadPart = pos.QuadPart + read_size; in fs__read_filemap() 838 fd_info->current_pos = end_pos; in fs__read_filemap() 936 LARGE_INTEGER pos, end_pos; in fs__write_filemap() local 969 end_pos.QuadPart = pos.QuadPart + write_size; in fs__write_filemap() 972 if (end_pos.QuadPart > fd_info->size.QuadPart) { in fs__write_filemap() 980 end_pos.HighPart, in fs__write_filemap() 981 end_pos.LowPart, in fs__write_filemap() 993 fd_info->size = end_pos; in fs__write_filemap() 1042 fd_info->current_pos = end_pos; in fs__write_filemap()
|
| /netbsd-src/external/gpl2/lvm2/dist/tools/ |
| H A D | lvm.c | 127 int end_pos __attribute((unused))) in _completion()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| H A D | cpplint.py | 1081 end_pos = FindEndOfExpressionInLine(line, pos, 0, startchar, endchar) 1082 if end_pos > -1: 1083 return (line, linenum, end_pos) 2659 (end_line, end_linenum, end_pos) = CloseExpression( 2665 if end_pos >= 0 and Match(r';', end_line[end_pos:]):
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | input.cc | 87 size_t end_pos; member in file_cache_slot::line_info 90 : line_num (l), start_pos (s), end_pos (e) in line_info() 94 :line_num (0), start_pos (0), end_pos (0) in line_info() 855 *line_len = i->end_pos - i->start_pos; in read_line_num()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | input.c | 53 size_t end_pos; variable 56 : line_num (l), start_pos (s), end_pos (e) in line_info() 60 :line_num (0), start_pos (0), end_pos (0) in line_info() 715 *line_len = i->end_pos - i->start_pos; in read_line_num()
|