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      713 tools/crm_node.c remove_node(const char *target_uname)
target_uname      726 tools/crm_node.c     nodeid = strtol(target_uname, &endptr, 10);
target_uname      727 tools/crm_node.c     if ((errno != 0) || (endptr == target_uname) || (*endptr != '\0')
target_uname      731 tools/crm_node.c         node_name = target_uname;
target_uname      851 tools/crm_node.c             remove_node(options.target_uname);