Home
last modified time | relevance | path

Searched defs:end_pos (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/less/
H A Djump.c31 POSITION end_pos; in jump_forw() local
H A Dch.c527 POSITION end_pos; in ch_end_buffer_seek() local
/freebsd/contrib/kyua/utils/fs/
H A Dpath.cpp124 const std::string::size_type end_pos = _repr.rfind('/'); in branch_path() local
/freebsd/crypto/openssh/
H A Dprogressmeter.c67 static off_t end_pos; /* ending position of transfer */ variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp123 entry_collection::iterator end_pos = m_entries.end(); in InsertSequence() local
201 entry_collection::const_iterator end_pos = m_entries.end(); in FindLineEntryByAddress() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp141 size_t end_pos = filename_pos(path, style); in parent_path_end() local
284 size_t end_pos = Path.find_first_of(separators(S), Position); in operator ++() local
319 size_t end_pos = Position; in operator ++() local
469 size_t end_pos = parent_path_end(path, style); in parent_path() local
476 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size()), style); in remove_filename() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp738 unsigned end_pos = end_loc.getRawEncoding() + last_token.getLength(); in GetTextForRange() local
/freebsd/sys/dev/uart/
H A Duart_dev_msm.h30 #define UART_DM_EXTR_BITS(value, start_pos, end_pos) \ argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp771 size_t end_pos = var_expr.find_first_of(']'); in GetValueForVariableExpressionPath() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c181 uint16_t end_pos; member