buf 34 Functions.cpp std::string buf; buf 36 Functions.cpp while (ifs && std::getline(ifs, buf)) { buf 38 Functions.cpp if (boost::regex_match(buf, m, r1)) buf 41 Functions.cpp if (boost::regex_match(buf, m, r2)) { buf 45 Functions.cpp std::cerr << "Unavailable line: " << buf << "\n"; buf 96 Functions.cpp char* buf = new char[bufo.size()+1]; buf 97 Functions.cpp std::strcpy(buf, bufo.c_str()); buf 102 Functions.cpp boost::utf8regex_iterator i(boost::make_u32regex_iterator(buf, r)); buf 185 Functions.cpp delete [] buf;