Searched refs:str (Results 1 – 1 of 1) sorted by relevance
48 const char* str = nn::dbg::CTR::GetOptArg(); in showGetOptSample() local49 NN_UNUSED_VAR(str); // To avoid release build warnings in showGetOptSample()50 NN_LOG("*** found option B with [%s]\n", str? str: "(null)"); in showGetOptSample()55 const char* str = nn::dbg::CTR::GetOptArg(); in showGetOptSample() local56 NN_UNUSED_VAR(str); // To avoid release build warnings in showGetOptSample()57 NN_LOG("*** found option C with [%s]\n", str? str: "(null)"); in showGetOptSample()