Searched refs:start_pos (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/kyua/utils/text/ |
H A D | operations.cpp | 96 std::string::size_type start_pos = 0; in quote() local 99 quoted << text.substr(start_pos, last_pos - start_pos) << '\\'; in quote() 100 start_pos = last_pos; in quote() 101 last_pos = text.find(quote, start_pos + 1); in quote() 103 quoted << text.substr(start_pos); in quote()
|
/freebsd/crypto/openssh/ |
H A D | progressmeter.c | 66 static off_t start_pos; /* initial position of transfer */ variable 145 transferred = *counter - (cur_pos ? cur_pos : start_pos); in refresh_progress_meter() 155 transferred = end_pos - start_pos; in refresh_progress_meter() 252 start_pos = *ctr; in start_progress_meter()
|
/freebsd/sys/dev/uart/ |
H A D | uart_dev_msm.h | 30 #define UART_DM_EXTR_BITS(value, start_pos, end_pos) \ argument 31 ((value << (32 - end_pos)) >> (32 - (end_pos - start_pos)))
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 737 unsigned start_pos = start_loc.getRawEncoding(); in GetTextForRange() local 739 return m_text.take_front(end_pos).drop_front(start_pos); in GetTextForRange()
|
/freebsd/contrib/tcsh/ |
H A D | sh.lex.c | 962 subword(Char *cp, Char type, int *adid, size_t *start_pos) in subword() argument 986 for (mp = cp + *start_pos; *mp; mp++) { in subword() 1007 *start_pos = wbuf.len; in subword()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 334 size_t start_pos = filename_pos(Path.substr(0, end_pos), S); in operator ++() local 335 Component = Path.slice(start_pos, end_pos); in operator ++() 336 Position = start_pos; in operator ++()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ctrl_iface.c | 1482 int ret, start_pos; in hostapd_ctrl_iface_get_rxkhs() local 1492 start_pos = pos - buf; in hostapd_ctrl_iface_get_rxkhs() 1496 return start_pos; in hostapd_ctrl_iface_get_rxkhs() 1499 return start_pos; in hostapd_ctrl_iface_get_rxkhs() 1507 return start_pos; in hostapd_ctrl_iface_get_rxkhs() 1512 start_pos = pos - buf; in hostapd_ctrl_iface_get_rxkhs() 1516 return start_pos; in hostapd_ctrl_iface_get_rxkhs() 1522 return start_pos; in hostapd_ctrl_iface_get_rxkhs()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | buffer.c | 1640 ev_ssize_t start_pos = it.pos; in evbuffer_search_eol() local 1646 if (it.pos == start_pos) in evbuffer_search_eol() 3104 ev_off_t start_pos = lseek(fd, 0, SEEK_CUR), pos; in evbuffer_file_segment_materialize() local 3111 if (start_pos < 0) { in evbuffer_file_segment_materialize() 3127 pos = lseek(fd, start_pos, SEEK_SET); in evbuffer_file_segment_materialize()
|
/freebsd/contrib/libevent/ |
H A D | buffer.c | 1640 ev_ssize_t start_pos = it.pos; in evbuffer_search_eol() local 1646 if (it.pos == start_pos) in evbuffer_search_eol() 3104 ev_off_t start_pos = lseek(fd, 0, SEEK_CUR), pos; in evbuffer_file_segment_materialize() local 3111 if (start_pos < 0) { in evbuffer_file_segment_materialize() 3127 pos = lseek(fd, start_pos, SEEK_SET); in evbuffer_file_segment_materialize()
|