Searched refs:substr (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/devices/
H A Dpci-header.awk49 vendor = substr($0, 7)
62 device = substr($0, 8)
83 device = substr($0, 14)
98 classname = substr($0, 7)
106 subclassname = substr($0, 6)
122 proginterfacename = substr($0, 7)
H A Dusb-header.awk51 vendor = substr($0, 7)
64 device = substr($0, 8)
84 classname = substr($0, 7)
101 subclassname = substr($0, 6)
117 protocolname = substr($0, 7)
/haiku/src/tools/cppunit/cppunit/
H A DTypeInfoHelper.cpp27 return has_class_prefix ? name.substr( classPrefix.length() ) : name;
H A DCompilerOutputter.cpp172 string line( line.substr( index, maxLineLength ) );
195 lines.push_back( message.substr( itStart - message.begin(),
/haiku/src/apps/codycam/
H A DFtpClient.cpp120 dir = replyString.substr(i, replyString.find('"') - i);
555 tempString = line.substr(0, 3);
621 replyString = replyString.substr(i,
/haiku/headers/cpp/
H A Dropeimpl.h1503 rope<_CharT,_Alloc> __prefix = __r.substr(0, __first.index());
1505 __r.substr(__last.index(), __r.size() - __last.index());
1507 __r.substr(__middle.index(), __last.index() - __middle.index());
1509 __r.substr(__first.index(), __middle.index() - __first.index());
H A Dstl_rope.h2190 rope substr(size_t __start, size_t __len = 1) const { function in class:rope
2195 rope substr(iterator __start, iterator __end) const { function in class:rope
2200 rope substr(iterator __start) const { function in class:rope
2206 rope substr(const_iterator __start, const_iterator __end) const { function in class:rope
2213 rope<_CharT,_Alloc> substr(const_iterator __start) { function in class:rope
/haiku/src/tools/cppunit/
H A DTestShell.cpp364 fLibDirs.insert(arg.substr(2, arg.size()-2));
/haiku/headers/cpp/std/
H A Dbastring.h410 basic_string substr (size_type pos = 0, size_type n = npos) const function in class:basic_string

Completed in 87 milliseconds