Home
last modified time | relevance | path

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

/freebsd-head/contrib/bsnmp/tests/
HDcatch.hpp13604 static char const* whitespaceChars = "\n\r\t "; in trim() local
13605 std::string::size_type start = str.find_first_not_of( whitespaceChars ); in trim()
13606 std::string::size_type end = str.find_last_not_of( whitespaceChars ); in trim()