Searched refs:end_p (Results 1 – 1 of 1) sorted by relevance
131 char *end_p = nullptr; in handle_attach() local132 const long int pid = strtol(attach_target.c_str(), &end_p, 10); in handle_attach()135 if (end_p && in handle_attach()136 static_cast<size_t>(end_p - attach_target.c_str()) == in handle_attach()