reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  209   if (shell_name == nullptr)
  210     shell_name = shell_string.c_str();
  212     shell_name++;
  214   if (strcmp(shell_name, "csh") == 0 || strcmp(shell_name, "tcsh") == 0 ||
  214   if (strcmp(shell_name, "csh") == 0 || strcmp(shell_name, "tcsh") == 0 ||
  215       strcmp(shell_name, "zsh") == 0 || strcmp(shell_name, "sh") == 0) {
  215       strcmp(shell_name, "zsh") == 0 || strcmp(shell_name, "sh") == 0) {