Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp661 const char *argv_basename = strrchr(proc_path_buf, '/'); in GetAllInfosMatchingName() local
662 if (argv_basename) { in GetAllInfosMatchingName()
664 ++argv_basename; in GetAllInfosMatchingName()
668 argv_basename = proc_path_buf; in GetAllInfosMatchingName()
671 if (argv_basename) { in GetAllInfosMatchingName()
672 if (::strncasecmp(process_name, argv_basename, PATH_MAX) == 0) { in GetAllInfosMatchingName()