target_uname       38 tools/crm_node.c     char *target_uname;
target_uname      142 tools/crm_node.c     pcmk__str_update(&options.target_uname, optarg);
target_uname      715 tools/crm_node.c remove_node(const char *target_uname)
target_uname      728 tools/crm_node.c     nodeid = strtol(target_uname, &endptr, 10);
target_uname      729 tools/crm_node.c     if ((errno != 0) || (endptr == target_uname) || (*endptr != '\0')
target_uname      733 tools/crm_node.c         node_name = target_uname;
target_uname      858 tools/crm_node.c             remove_node(options.target_uname);