Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13250 char **utf8Argv = new char *[ argc ]; in applyCommandLine() local
13255 utf8Argv[ i ] = new char[ bufSize ]; in applyCommandLine()
13257 WideCharToMultiByte( CP_UTF8, 0, argv[i], -1, utf8Argv[i], bufSize, NULL, NULL ); in applyCommandLine()
13260 int returnCode = applyCommandLine( argc, utf8Argv ); in applyCommandLine()
13263 delete [] utf8Argv[ i ]; in applyCommandLine()
13265 delete [] utf8Argv; in applyCommandLine()