Searched refs:resultBufShell (Results 1 – 1 of 1) sorted by relevance
265 char resultBufShell[BUF_SIZE_DEFAULT] = {0}; in RunCommand() local266 while (fgets(resultBufShell, sizeof(resultBufShell), procFileInfo) != nullptr) { in RunCommand()267 printf("%s", resultBufShell); in RunCommand()268 if (memset_s(resultBufShell, sizeof(resultBufShell), 0, sizeof(resultBufShell)) != EOK) { in RunCommand()