Home
last modified time | relevance | path

Searched refs:start_pos (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/kyua/utils/text/
H A Doperations.cpp96 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 Dprogressmeter.c66 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 Duart_dev_msm.h30 #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 DCPlusPlusNameParser.cpp737 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 Dsh.lex.c962 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 DPath.cpp334 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 Dctrl_iface.c1482 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 Dbuffer.c1640 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 Dbuffer.c1640 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()