Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13575 char toLowerCh(char c) { in toLowerCh() function
13596 std::transform( s.begin(), s.end(), s.begin(), toLowerCh ); in toLowerInPlace()