Searched refs:begpos (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.c419 size_t begpos = atf_dynstr_rfind_ch(&p->m_data, '/'); local
422 if (begpos == atf_dynstr_npos)
423 begpos = 0;
425 begpos++;
427 err = atf_dynstr_init_substr(ln, &p->m_data, begpos, atf_dynstr_npos);
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp377 std::string::size_type begpos = m_data.rfind('/'); local
378 if (begpos == std::string::npos)
379 begpos = 0;
381 begpos++;
383 return m_data.substr(begpos);

Completed in 532 milliseconds