target_spec      2554 lib/fencing/st_client.c stonith__parse_targets(const char *target_spec)
target_spec      2558 lib/fencing/st_client.c     if (target_spec != NULL) {
target_spec      2559 lib/fencing/st_client.c         size_t out_len = strlen(target_spec);
target_spec      2563 lib/fencing/st_client.c             if ((target_spec[i] == '\n') || (target_spec[i] == '\0')
target_spec      2564 lib/fencing/st_client.c                 || ((target_spec[i] == '\\') && (target_spec[i + 1] == 'n'))) {
target_spec      2570 lib/fencing/st_client.c                     char *line = strndup(target_spec + line_start, len);
target_spec      2576 lib/fencing/st_client.c                 if (target_spec[i] == '\\') {