terminate        1363 lib/pengine/unpack.c     const char *terminate = pe_node_attribute_raw(this_node, "terminate");
terminate        1372 lib/pengine/unpack.c     if (crm_is_true(terminate)) {
terminate        1375 lib/pengine/unpack.c     } else if (terminate != NULL && strlen(terminate) > 0) {
terminate        1377 lib/pengine/unpack.c         char t = terminate[0];
terminate          68 tools/stonith_admin.c     char *terminate;
terminate         108 tools/stonith_admin.c     { "list", 'l', 0, G_OPTION_ARG_STRING, &options.terminate,
terminate         416 tools/stonith_admin.c     if (options.terminate != NULL) {
terminate         418 tools/stonith_admin.c         target = options.terminate;